Hi,
.net 1.1
--------------
Assembly called test.dll on c:\ and in gac.
call Loadfrom("c:\test.dll") , always loads it from c:\
.net 2.0
-------------
Assembly called test.dll on c:\ and in gac.
call Loadfrom("c:\test.dll") , always loads it from gac
Is this different behaviour in loading rules documented anywhere? Is it
by design?
Note test.dll was built using Visual Studio 2003 on .Net 1.1.
Thanks
JOhn
Laura T. - 26 Apr 2006 13:17 GMT
http://msdn.microsoft.com/netframework/programming/breakingchanges/runtime/fusio
n.aspx
> Hi,
>
[quoted text clipped - 15 lines]
> Thanks
> JOhn
John H - 26 Apr 2006 16:40 GMT