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