Hello,
I am currently considering making the switch from the Silverlight Edition to the ASP.NET MVC edition but I am hung up on step one. The CSharp HowDoISamples Razor project builds and runs fine however I downloaded the HelloWorld MVC project which builds, but does not run. I have referenced all of the required dlls (MapSuiteCore, MvcEdition, and WindowsBase) but I keep getting the following exception:
0x800a1391 Microsoft JScript runtime error: 'mapParser' is undefined
I create a few projects from scratch and get the exact same thing. Are there any thoughts as to what is causing this issue?
Thank you for any insight you can provide!