Assembly.Load does not use a file name but an assembly name (which includes
the name, version, culture and public key token).
Assembly.LoadFrom uses a file name.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"Gujju" <(E-Mail Removed)> escribió en el mensaje
news:026915F8-086E-43B9-A6B0-(E-Mail Removed)...
> Hi all,
>
> Whats the difference betwn Assembly.Load(FileName) and
> Assembly.LoadFrom(FileName.dll)
>
> ?
>
> Cheers
> C