

Resolution sudo mkdir /Library/Frameworks/amework/Versions/3.2.5/etc/mono/registry (Where the whole path varies by O/S & 3.2.5 is your mono version). Address the problems arising in the following orderĪccess to the path "/Library/Frameworks/amework/Versions/3.2.5/etc/mono/registry" is denied.Try to run the resulting project on Mono on Mac.From Visual Studio 2012 create a new Project with the C#-Web-MVC4 Wizard and choose Intranet-Razor-No Unit Test.
#Mono for mac how to
Footnote: How to build the Visual Studio Asp.Net MVC 4 template on Monoįor the interested who have a copy of VS2012, here's the recipe. If you can offer feedback for Linux/Windows that would be great. Or, the alternative to this is to delete the reference to from the project and delete it from the bin directory too. (replacing 3.2.5 with your mono version, which you get at the command line with mono -version) Sudo chmod g+rwx /Library/Frameworks/amework/Versions/3.2.5/etc/mono/registry It should almost work out-of-the-box the one thing you have to do is either do this from the command line: sudo mkdir /Library/Frameworks/amework/Versions/3.2.5/etc/mono/registry One step to get the MVC4 template working on Monoĭownload from github and open the solution in Xamarin Studio. If you do have NuGet working, you'll find everything as NuGet expects).

Is available on (The github download includes all the required dlls in case you don't have NuGet working, so it's an oversized download.
