[Mono-bugs] [Bug 683058] ConfigurationManager doesnt work for Process executed apps

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 29 11:14:31 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=683058

https://bugzilla.novell.com/show_bug.cgi?id=683058#c8


--- Comment #8 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2011-03-29 15:14:31 UTC ---
I used mono-2-10 from the branch and master as of a few minutes before I
commented on this bug report.

There are a few things you could test to try to figure out what's going on:
* add a Thread.Sleep() in TestProgram.cs and check out 'ps axu | grep
TestProgram' to see how it is run. Is it using the system mono? do you have
binfmt support enabled? is it using the same 'mono' as the original program?

* Display Assembly.GetEntryAssembly(). Is it the expected one?

* Check the AppDomain.CurrentDomain.SetupInformation ApplicationBase and
ConfigurationFile properties. Do they match when running under different mono
versions?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list