Hi Mike,
Do you mean on the same machine, the code line below will work
return (PetShop.IDAL.IAccount)
Assembly.Load(path).CreateInstance(className);
while the code line below will not work
System.Reflection.Assembly.Load(path)
and the path are of the identity value?
This seems to be a fusion failure error you may try to take a look at the
link below to see if this helps you?
Debugging Assembly Loading Failures
http://blogs.msdn.com/suzcook/archiv.../29/57120.aspx
Assembly Binding Log Viewer (Fuslogvw.exe)
http://msdn.microsoft.com/library/de...us/cptools/htm
l/cpgrfFusionLogViewerFuslogvwexe.asp
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.