[Mono-aspnet-list] Error while running mvc4 application

Marco Ridoni m.ridoni at gmail.com
Thu Oct 31 11:12:54 UTC 2013


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 <rini.cr at experionglobal.com>

> <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
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20131031/c16cb60a/attachment.html>


More information about the Mono-aspnet-list mailing list