How to find location of dll from where my application reading that dll

  • Thread starter k.nagendra.prasad
  • Start date
K

k.nagendra.prasad

Hi ,

I have a few 3rd party DLLs whcih my application requires. These are
all registered in GAC. When I run my application it throws an weired
exception. Exception comes from those dlls. When i spoke to vendor,
He said that a dll is missing because of which i am getting thsi
weired exception.

I created a sample application which uses these dlls, then i tried. I
get a exception with meaningful information.

So i want tto find out fromw which location my application is reading
these dlls?
 
G

G Himangi

You can use the Assembly.CodeBase or Assembly.Location properties for that
information.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top