http://bugzilla.novell.com/show_bug.cgi?id=605033
http://bugzilla.novell.com/show_bug.cgi?id=605033#c1 --- Comment #1 from Peter Bukva <[email protected]> 2010-05-13 06:01:12 UTC --- Created an attachment (id=361934) --> (http://bugzilla.novell.com/attachment.cgi?id=361934) MonoDevelop/MS VS solution (zip archive) 1) Unpack the archive 2) Take a brief look at Main.cs and App.config files 3) Build & run the solution - there are two ways how to do it: 3a) Build from MonoDevelop (open the solution in MonoDevelop & build & run the AppConfigTest.exe OR 3b) Build and run manually using following command script: cd AppConfigTest/AppConfigTest gmcs /noconfig "/out:bin/Debug/AppConfigTest.exe" "/r:System.dll" /nologo /warn:4 /debug:+ /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG" /t:exe "Main.cs" "AssemblyInfo.cs" cp App.config bin/Debug/AppConfigTest.exe.config mono bin/Debug/AppConfigTest.exe -- Configure bugmail: http://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
