When I run my project's unit tests, I get this error: "System.Configuration.ConfigurationErrorsException : Type 'System.Configuration.NameValueSectionHandler' not found."
I get this error with this project when (1) I run a exe compiled in MonoDevelop or (2) when I run in Mono a VisualStudio-compiled binary of the same project. When I run in Windows, there are no issues. This type is supposed to be supported by Mono, and other members of System.Configuration.* namespace are being found just fine (if the stacktrace is any indication). If I'm missing something obvious, please forgive me, as I am a Mono noob. This project currently builds and runs under Windows with VisualStudio, but we are experimenting with Mono so that we can lessen our dependence on Windows servers when using C#. I'm pretty sure that the project does not use anything beyond .Net Framework 2.0. Thanks -Grant -- View this message in context: http://old.nabble.com/Type-System.Configuration.NameValueSectionHandler-not-found-tp26577023p26577023.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
