Dynamic load of type in non-referenced assembly?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top