- Using NuGet for Visual Studio 2013 I deployed version 4.1.1 of the JavaScript based scheduler control.
- I added the necessary JS and CSS files to my html page
- I installed jQuery 2.1.1 and added the necessary JS file
- I added the necessary divs for the scheduler
- I added the necessary initialization script for the scheduler
When I run the development tools for IE11 and track the network calls I see the following:
HTTP/1.1 404 Not Found
localhost/Scripts/dhtmlxschedule … ler.js.map
There appears to be a reference to this location but the sources folder does not exist in the structure downloaded via NuGet.