Assembly.LoadFrom error?

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
 
Y

Yunus Emre ALPÖZEN

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

Juan

Where is the Compact Framework GAC?

And....anyway, is my DLL loaded into it? why?

Thanks
 

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