http://bugzilla.novell.com/show_bug.cgi?id=502176
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=502176#c1 Martin Baulig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FEATURE --- Comment #1 from Martin Baulig <[email protected]> 2009-05-29 10:19:53 MDT --- This is not a bug, the config file never exists unless you manually create it. The configuration file is totally optional, you don't need it. ======= <configuration> <appSettings> <add key="MonoVS_Server_BindTo" value="192.168.8.2" /> <add key="MonoVS_Server_Port" value="8888" /> <add key="MonoVS_Server_UseSsdp" value="false" /> </appSettings> </configuration> ======== The message on startup just tells you the pathname of the config file, if you like to create it. I have no idea where the 1.0.0.0 comes from, it may or may not be the version of the executing assembly - I have no idea. The "_evidencehere" somehow refers to the type of configuration file. This path is chosen by System.Configuration, and there's no way to modify it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
