Hi All,
I'm getting the following not found. Are there any tips on how to solve this? I'm using .NET 4.0 framework in Visual Web Developer 2010 Express. I have been looking at this for hours now and can't get it to work.
The call stems from this:
<telerik:RadScriptManager ID="ScriptManager1" runat="server" />
And gives a console error of the missing resource:
http://localhost:51383/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=navTop_ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac9cbdec3-c810-4e87-846c-fb25a7c08002%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2011.2.712.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a326e32e2-cd52-462c-ba2c-db5128e4371b%3a16e4e7cd%3af7645509%3a24ee1bba%3a874f8ea2%3adc7e0bd%3a1569bb5f%3a63b115ed%3a30f1f089%3af46195d3%3a19620875%3a490a9d4e
Not Found (404)
I've tried adding that location fix to my web config, removed references to runtimeversion2.0 etc. Scoured the web but nothing is helping, and leads anyone can give me would be super appreciated. I'm simply trying to get the HTML editor to function...
I'm getting the following not found. Are there any tips on how to solve this? I'm using .NET 4.0 framework in Visual Web Developer 2010 Express. I have been looking at this for hours now and can't get it to work.
The call stems from this:
<telerik:RadScriptManager ID="ScriptManager1" runat="server" />
And gives a console error of the missing resource:
http://localhost:51383/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=navTop_ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ac9cbdec3-c810-4e87-846c-fb25a7c08002%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2011.2.712.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a326e32e2-cd52-462c-ba2c-db5128e4371b%3a16e4e7cd%3af7645509%3a24ee1bba%3a874f8ea2%3adc7e0bd%3a1569bb5f%3a63b115ed%3a30f1f089%3af46195d3%3a19620875%3a490a9d4e
Not Found (404)
I've tried adding that location fix to my web config, removed references to runtimeversion2.0 etc. Scoured the web but nothing is helping, and leads anyone can give me would be super appreciated. I'm simply trying to get the HTML editor to function...