Assembly.Load does not use a file name but an assembly name (which includes
the name, version, culture and public key token).
Assembly.LoadFr om 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:
MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.
"Gujju" <jajalc@gmail.c om> escribió en el mensaje
news:026915F8-086E-43B9-A6B0-4AB1DD54002C@mi crosoft.com...[color=blue]
> Hi all,
>
> Whats the difference betwn Assembly.Load(F ileName) and
> Assembly.LoadFr om(FileName.dll )
>
> ?
>
> Cheers
> C[/color]
Comment