Re: [ADVANCED-DOTNET] Dynamic assembly loading with dependent assemblies...

2008-06-25 Thread Mike Andrews
I finally found an interesting article after searching all day that helped with the solution. You can find it at: http://www.ayende.com/Blog/archive/2006/05/22/7579.aspx It works good. I modified it so that you can use it with multiple AppDomain objects. Thanks, Mike Here's the code that I mod

Re: [ADVANCED-DOTNET] Dynamic assembly loading with dependent assemblies...

2008-06-25 Thread Geoff Taylor
I haven't done this in a long time (I think it was .NET 1.0, or maybe the beta), but at the time I had to add a handler to AppDomain.CurrentDomain.AssemblyResolve to help with type resolution. Trying that might help get you up and running, but it's probably not the 'right' answer. Good luck, Geo