Re: [IronPython] Reading configuration file from Interpreter

2006-12-09 Thread ftorres
uot;J. Merrill" <[EMAIL PROTECTED]> To: "Discussion of IronPython" Sent: Saturday, December 09, 2006 4:57 PM Subject: Re: [IronPython] Reading configuration file from Interpreter >I didn't see that anyone else responded, so I'll take a shot -- the DLL >could be lo

Re: [IronPython] Reading configuration file from Interpreter

2006-12-09 Thread J. Merrill
I didn't see that anyone else responded, so I'll take a shot -- the DLL could be locating a configuration file not for itself (dllname.dll.config) but one for the .EXE that loaded it (exename.exe.config). Given that you didn't tell us what the name of the DLL or configuration file is, that seem

[IronPython] Reading configuration file from Interpreter

2006-11-14 Thread erase_ego
I have a .NET DLL which reads a configuration file using classes in System.Configuration namespace. I am running methods in this DLL from IronPython interpreter. It is working fine except that it is not able to read the configuration file. I have the configuration file in the same folder as the DL