[Mono-dev] Embedded API : Error initialising the configuration system

Jonathan Mitchell lists at mugginsoft.com
Tue Mar 1 21:54:21 UTC 2016


Hi

On Mono 4.0.4.4

My app uses the embedded API to run managed code in a Cocoa OS X environment.
Just recently, having updated some of my managed code, I have been getting errors from the managed configuration system.

Error initialising the configuration system
System.Configuration.ConfigurationErrorsException.

I use mono_jit_exec() to run an exe assembly with a static Main().

Prior to this I call mono_domain_set_config() with the path to the exe assembly folder and the path to the exe assemble config.

Have I missed something?

Thanks

Jonathan


More information about the Mono-devel-list mailing list