Re: [Ikvm-developers] problem with execution directory
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2007-07-31 10:10:54
|
Andreas Fr=F6hlich wrote: > Does anyone know how to force the current working dir to be the place > where the assembly is loaded from? The .NET Framework will only automatically load assemblies from a few well = defined locations, the current directory is not one of those locations. Thi= s is considered a feature (it improves security and robustness). There are some hacks to work around this, but I strongly recommend simply m= oving the assemblies instead of hacking around the problem. Regards, Jeroen |