I've actualy made a typo here : It should be :
- string privatePath = AppDomain.CurrentDomain.SetupInformation.PrivateBinPath;
- //FIXME: remove the next line once multiple appdomains can work together
- if (privatePath == null) privatePath = "bin";
- //
+ string privatePath = Path.Combine (
+ new Uri (AppDomain.CurrentDomain.SetupInformation.ApplicationBase).LocalPath, AppD omain.CurrentDomain.SetupInformation.PrivateBinPath);
Sorry - this happends, when one is in a hurry :-)
Best Regards, George Kodinov
Gonzalo Paniagua Javier wrote:
Ugh. Forget about my previous mail.
I'll commit your patch.
Thanks George!
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
