Click here to Skip to main content
6,306,412 members and growing! (16,994 online)
Email Password   helpLost your password?
Development Lifecycle » Installation » General     Intermediate

Project \ Assembly dependencies viewer

By Natty Gur

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).
C#, Windows, .NET 1.0, .NET 1.1, ASP.NET, WebForms, Dev
Posted:11 Jan 2004
Views:81,224
Bookmarked:18 times
Announcements
Loading...
 
Search    
Advanced Search
printPrint   Broken Article?Report       add Share
  Discuss Discuss   Recommend Article Email
14 votes for this article.
Popularity: 4.79 Rating: 4.18 out of 5
2 votes, 14.3%
1

2
2 votes, 14.3%
3
2 votes, 14.3%
4
8 votes, 57.1%
5

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


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


Occupation: Web Developer
Location: Israel Israel

Other popular Installation articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 22 of 22 (Total in Forum: 22) (Refresh)FirstPrevNext
GeneralRed color in the tree Pinmemberuljo221:24 5 Feb '07  
GeneralRe: Red color in the tree Pinmembernhenny200012:33 25 Sep '07  
GeneralI Got the solution Pinmemberavinash barnwal1:58 9 Jan '07  
Generalpowershell script to list out dependencies. Pinmembertovirtualme6:34 5 Jan '07  
QuestionJob Role?? Pinmembernc20006:18 26 Jun '06  
GeneralHow to enlist assemblies? Pinmemberzux2:44 8 Nov '04  
GeneralRe: How to enlist assemblies? PinmemberNatty Gur10:24 19 Nov '04  
GeneralOther dependecy walker Pinmembertolemac8:59 19 May '04  
GeneralDoes it make probing? PinmemberIvan Fernandez6:39 21 Jan '04  
GeneralRe: Does it make probing? PinmemberNatty Gur6:46 21 Jan '04  
GeneralA graphical approach Pinmemberdrewnoakes10:12 13 Jan '04  
GeneralRe: A graphical approach PinmemberNatty Gur18:25 13 Jan '04  
GeneralRe: A graphical approach Pinmembermephianna0:41 12 Feb '08  
GeneralRe: A graphical approach Pinmemberoliwan7:57 24 Jun '08  
GeneralInterface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod2:35 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberNatty Gur3:09 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod3:16 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed Pinmembernedcod23:41 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed PinmemberClaus Brod0:30 14 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failed Pinmembermayoroj13:30 2 Aug '05  
Generaldemo .zip file PinmemberAntonio Barros10:45 12 Jan '04  
GeneralRe: demo .zip file PinmemberNatty Gur17:56 12 Jan '04  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 11 Jan 2004
Editor: Genevieve Sovereign
Copyright 2004 by Natty Gur
Everything else Copyright © CodeProject, 1999-2009
Web10 | Advertise on the Code Project