Some Mono internal functions (or MS/third party components) will try to write to the Windows registry, which of course is not there in Linux or OSX. Mono provides a mechanism to simulate this, just set the environment variable MONO_REGISTRY_PATH to a directory of your choice before launching the web application (make sure that the user under which your web server's process runs has write permissions for this directory).
m. 2013/10/31 rini <[email protected]> > <http://mono.1490590.n4.nabble.com/file/n4661215/monomvc.png> > After configuring the mvc . i am getting the following error > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Error-while-running-mvc4-application-tp4661215.html > Sent from the Mono - ASP.NET mailing list archive at Nabble.com. > _______________________________________________ > Mono-aspnet-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-aspnet-list >
_______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
