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
 
Back
Top