Forcing load of assembly

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi

I'm trying to load an assembly using the Assembly.LoadFile method but I'm
having trouble doing this in ASP.Net during debug as it has a dynamic
directory containing the dlls - and I can't find out which directory it is
using.

Any ideas?
Thanks
Kev
 
Mantorok,

The best I can tell from your post you may be able to use Server.MapPath to
find the exact path you need.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

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

Back
Top