I am trying LightSwitch for the first time, and after making a new HTML C# App - I tried to run it just to see what it looks like. IE9 freezes immediately and I get this error from Visual Studio 2013:
Unhandled exception at line 5, column 19701 in http://localhost:49609/HTMLClient/Scripts/msls-2.5.1.min.js
0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'cultures': object is null or undefined
Does anyone know whats going on? Thank you!
I found the issue - I am running Lightswitch in an offline environment and these two scripts were 404'ing:
http://ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js http://ajax.aspnetcdn.com/ajax/globalize/0.1.1/globalize.min.js
Once saved in the solution I loaded fine.