Click here to Skip to main content
Licence 
First Posted 11 Jan 2004
Views 111,431
Downloads 710
Bookmarked 26 times

Project \ Assembly dependencies viewer

By | 11 Jan 2004 | Article
This simple application gets any VS.NET project or assembly and displays all the assembly / project dependencies. All dependencies are shown in a tree view with images that indicate the assembly location (Bin, GAC or registered as COM+ component).

Sample Image - viewer.jpg

Introduction

This application is a part of the installation system that I use. My installation process uses an input XML file that is created by the application, to deploy and register the assemblies in the same locations as in the deploying machine. Using this method I reduce many errors. You can use this application to test your applications in a production environment. You can test and see if all of your application references match the files on your production server and to find out any existing problems.

The code is pretty straight forward. The only complicated part was to find out if a given assembly is registered as a COM+ component. To check it out, you need to get the COM+ component CLSID from COM+ using comadmin.dll, find in registry the CLSID InprocServer32 Key, and check if InprocServer32 Assembly string value matches the given assembly full name.

To navigate through the COM+, I use a wrapper assembly of comadmin.dll which I created using tlbimp.exe. The deploying code is a reference to the wrapper assembly of COM+ 1.5 comadmin.dll. If you are working with COM+ 1.0, you need to recreate the wrapper assembly using tlbimp.exe.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Natty Gur

Web Developer

Israel Israel

Member

Read my blog

 
http://weblogs.asp.net/ngur

Natty Gur is the founder and CTO of “The enterprise architects group” an international enterprise architecture consulting group based in Vestal, NY. Natty has 13 years of experience in the IT field, 7 of them focused on running enterprise architecture in companies and governmental bodies. Natty has written many articles and is a well known speaker on EA topics. You can reach natty at: natty@theeagroup.net



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralRed color in the tree Pinmemberuljo220:24 5 Feb '07  
GeneralRe: Red color in the tree Pinmembernhenny200011:33 25 Sep '07  
GeneralI Got the solution Pinmemberavinash barnwal0:58 9 Jan '07  
Generalpowershell script to list out dependencies. Pinmembertovirtualme5:34 5 Jan '07  
QuestionJob Role?? Pinmembernc20005:18 26 Jun '06  
QuestionHow to enlist assemblies? Pinmemberzux1:44 8 Nov '04  
AnswerRe: How to enlist assemblies? PinmemberNatty Gur9:24 19 Nov '04  
GeneralOther dependecy walker Pinmembertolemac7:59 19 May '04  
QuestionDoes it make probing? PinmemberIvan Fernandez5:39 21 Jan '04  
AnswerRe: Does it make probing? PinmemberNatty Gur5:46 21 Jan '04  
GeneralA graphical approach Pinmemberdrewnoakes9:12 13 Jan '04  
GeneralRe: A graphical approach PinmemberNatty Gur17:25 13 Jan '04  
GeneralRe: A graphical approach Pinmembermephianna23:41 11 Feb '08  
GeneralRe: A graphical approach Pinmemberoliwan6:57 24 Jun '08  
NewsRe: A graphical approach PinmemberDrew Noakes17:24 4 May '11  
GeneralInterface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod1:35 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberNatty Gur2:09 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod2:16 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed Pinmembernedcod22:41 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod23:30 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed Pinmembermayoroj12:30 2 Aug '05  
Generaldemo .zip file PinmemberAntonio Barros9:45 12 Jan '04  
GeneralRe: demo .zip file PinmemberNatty Gur16:56 12 Jan '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 12 Jan 2004
Article Copyright 2004 by Natty Gur
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid