[Mono-dev] Problem with Configuration Manager

2007-10-30 Thread Torello Querci
Hi to all. I need to get a boundled application with mono on the 2.0 environment. Making some test with this environment I noted that the ConfigurationManager seems not work in the boundled application. I make some test using mkbuild2 --deps --static -o app.exe MyApp.exe and mkbuild2 --deps

Re: [Mono-dev] Problem with Configuration Manager

2007-10-30 Thread Petit Eric
first try to replace : Console.WriteLine(There is not configuration file :(.); by Console.WriteLine(There is not configuration file :(.) + Environment.NewLine + Environment.stackstarce; After image the progrmme is MyProg.exe and with mkbundle cmd yu say output is MyBdlProg.exe, so it continu to

Re: [Mono-dev] Problem with Configuration Manager

2007-10-30 Thread Torello Querci
Hi Petic, I try your suggestion ... For complete the scenario, when I try to run the application bundled, the problem got the AppSetting object (apps) but is empty. I try to add the stacktrace but simple tell me that the program make the following calls: at System.Environment.get_StackTrace()

Re: [Mono-dev] Problem with Configuration Manager

2007-10-30 Thread Atsushi Eno
Hello, Yes, 2.0 Configuration support did not support bundled application (guessing you mean mkbundle). It is implemented recently (I hope it works) and it is not in 1.2.5.*. So, either try daily builds or trunk, or wait for the next release. Atsushi Eno Torello Querci wrote: Hi to all. I