Dynamic load of type in non-referenced assembly?

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

I have created an assembly that needs to load types from other assemblies
on-the-fly. However, if I use the Assembly.Load() method it tells me it
cannot find the assembly that I requested. I assume this is because the
assembly is not referenced in the project. So how do I load assemblies that
are in my Visual Studio solution but are not referenced in the particular
project?

Thanks
 
Back
Top