Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2006

Tip: Looking for answers? Try searching our database.

How many Dll loaded when form start

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan, Vascas - 30 Jan 2006 17:51 GMT
Hi Gurus,
Is there any way to find out how many Dll got loaded when my application
started.
Any help greatly appreciated.

Thanks, Dan
Stoitcho Goutsev (100) - 30 Jan 2006 20:17 GMT
Dan,

The easiest way is to run the program inside VS or attach the VS to already
running process and then show the modules window Debug->Windows->Modules
menu.

If you want to see all loaded dlls by a process you can use the VAdump.exe
tool that comes with the SDK

In VS2003 it is located in (if you haven't changed the default instalation
path)
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\Bin\winnt

In VS2005 it is located in (if you haven't changed the default instalation
path)
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin\winnt

ti view loaded dlls in the command prompt type
vadump -sop <PID>

Where PID is the process ID and can be get from the task manager.

This tool is not in the command prompt PATH, so you should either cange the
current folder to one of the above or add its path to the PATH environment
variable.

Signature

HTH
Stoitcho Goutsev (100)

> Hi Gurus,
> Is there any way to find out how many Dll got loaded when my application
> started.
> Any help greatly appreciated.
>
> Thanks, Dan

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.