Click here to Skip to main content
5,787,682 members and growing! (19,651 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, .NET, WebForms, ASP.NET, Visual Studio, VS.NET2002, Dev

Posted: 11 Jan 2004
Updated: 11 Jan 2004
Views: 75,738
Bookmarked: 16 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
14 votes for this Article.
Popularity: 4.79 Rating: 4.18 out of 5
2 votes, 14.3%
1
0 votes, 0.0%
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


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
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 22 of 22 (Total in Forum: 22) (Refresh)FirstPrevNext
GeneralRed color in the treememberuljo221:24 5 Feb '07  
GeneralRe: Red color in the treemembernhenny200012:33 25 Sep '07  
GeneralI Got the solutionmemberavinash barnwal1:58 9 Jan '07  
Generalpowershell script to list out dependencies.membertovirtualme6:34 5 Jan '07  
QuestionJob Role??membernc20006:18 26 Jun '06  
GeneralHow to enlist assemblies?memberzux2:44 8 Nov '04  
GeneralRe: How to enlist assemblies?memberNatty Gur10:24 19 Nov '04  
GeneralOther dependecy walkermembertolemac8:59 19 May '04  
GeneralDoes it make probing?memberIvan Fernandez6:39 21 Jan '04  
GeneralRe: Does it make probing?memberNatty Gur6:46 21 Jan '04  
GeneralA graphical approachmemberdrewnoakes10:12 13 Jan '04  
GeneralRe: A graphical approachmemberNatty Gur18:25 13 Jan '04  
GeneralRe: A graphical approachmembermephianna0:41 12 Feb '08  
GeneralRe: A graphical approachmemberoliwan7:57 24 Jun '08  
GeneralInterface Interop.COMAdmin.ICOMAdminCatalog2 failedmemberClaus Brod2:35 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failedmemberNatty Gur3:09 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failedmemberClaus Brod3:16 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failedmembernedcod23:41 13 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failedmemberClaus Brod0:30 14 Jan '04  
GeneralRe: Interface Interop.COMAdmin.ICOMAdminCatalog2 failedmembermayoroj13:30 2 Aug '05  
Generaldemo .zip filememberAntonio Barros10:45 12 Jan '04  
GeneralRe: demo .zip filememberNatty 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
Web13 | Advertise on the Code Project