moov2 / dotnet-mvc-boilerplate

9 stars 6 forks source link

MonoDevelop support #6

Open mishudark opened 11 years ago

mishudark commented 11 years ago

When I try to run the code, I get errors like

The type or namespace 'Mvc' does not exist in the namespace 'System.Web' are you missing an assembly reference?

peterkeating commented 11 years ago

That's odd, the reference is definitely not missing as it can be seen in the .csproj file for the project.

mishudark commented 11 years ago

I discovered that in mono need to add references from IDE, but web.config seems a bit incompatible