MyLibrary

  • Thread starter Thread starter Bill Reyn
  • Start date Start date
B

Bill Reyn

I have made a dll in a C# program that links to my EXE file. But, when
I delete all the project files - debug etc etc and try the EXE file
alone, it still finds my dll called MyLibrary.dll. How? I deleted
eveything, including the dll it made. I have searched the hard disk
and there is no file called MyLibrary.dll anywhere, so how can my EXE
file still work?? Can anyone explain this mystery?
 
hi
Did you sign your library with a strong name (with a key file) , if you did
then It might be installed in the global assembly cache
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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

Similar Threads

using assemblies 5
PocketPC Deployment Issues 4
file not found error with C# dll 10
How do debugg a .net dll 2
Naming the log4net.config file? 1
assembly and reuse 7
Language strings 7
how to refernce a folder? 35

Back
Top