Assembly.LoadFrom error?

  • Thread starter Thread starter Juan
  • Start date Start date
J

Juan

Hello

I'm Developing for PDA and using Assembly.LoadFrom("") static method, but I
obtain a strange behavoiur.

If i use an old DLL I compiled long time ago, the method correctly loads
the assembly dinamically, but If i use now compiled DLL, instead of return
the DLLs assembly it returns my EXE assembly, without giving any error.

The Path and DLL localization are correct.

Anybody can help me?

thanks
Juan
 
May be caused by loading wrong version to GAC. Are u sure that you've
cleared the GAC...
 

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

Back
Top