Load an Assembly from Bin in ASP.NET

Posted by Pete Michaud on Stack Overflow See other posts from Stack Overflow or by Pete Michaud
Published on 2009-07-21T23:41:22Z Indexed on 2010/05/09 5:28 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

I have a file name, like "Foo.dll," for a library that I know is in the bin directory. I want to create an Assembly object for it. I'm trying to instantiate this object from a class that's not a page, so I don't have the Request object to get the path. How do I get the path I need to use Assembly.Load()?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#