Im trying to start a test asp.net mvc application written in mono, and using XSP as the server. The problem is that im getting an exception about missing system.web.mvc on application startup.
How can i get mono to load the assembly?
|
Im trying to start a test asp.net mvc application written in mono, and using XSP as the server. The problem is that im getting an exception about missing system.web.mvc on application startup. How can i get mono to load the assembly?
| |||||
feedback
|
|
There's some info in the Mono FAQ that might be helpful:
| |||
|
feedback
|
|
Recently I opened an MVC project that was build with system.web.mvc proper. When I did the reference was listed but there was an arrow next to it that when dropped down said the ref could not be found. Adding and removing the reference resolved that issue. However; I was using IDependancyResolver from the MS System.Web.MVC and that does not seem to be in the Mono version. | |||
|
feedback
|
|
Are you running on windows? Do you have mono installed (not mono develop)? Is your MVC project set to use mono runtimes or .NET runtimes? I'm sure I had this problem a few weeks back and fixed it buy changing the target framework to be Mono / .NET 4.0 | |||
|
feedback
|