I am posting this here again because I noticed that support page showed that it would take 72 hours and I only have 18 days left. This is wrong and I should have 24 hr priority support and still have 35 days (shows in my account).
Support Ticket : 249168
I am running into an error like this when I use 826 - 1007 build. It was working perfectly on 707.
Error: Sys.ScriptLoadFailedException: The script 'http://www.myurl.com/Javascript.ashx?_TSM_HiddenField_=ctl00_SM1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2009.2.920.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a1fefbd7a-6a16-48ea-b50d-cc0ead1945d3%3af7645509%3aaa288e2d' could not be loaded.
Source File: http://www.myurl.com/Javascript.ashx?_TSM_HiddenField_=ctl00_SM1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2
Line: 15
It so far only happens on one page of my app. The page has a tab and a combo box (I don't have other page that have this combo) so I am wondering if this could be it.
the whole operation fails like the following:
1) on a page with 3 tabs, 3 multipages, and combo box on the last multipage. RadGrid on the first multipage
2) everything is wrapped inside RadAjaxManager operation (Ajaxed)
3) so when a button is clicked on a RadGrid item, we switch to either tab 2 or tab 3 depending on which button is clicked (we have 2 buttons per radgrid item)
4) if we switch to tab 2, it works fine, but when we click to switch to tab 3, the error shows.
Support Ticket : 249168
I am running into an error like this when I use 826 - 1007 build. It was working perfectly on 707.
Error: Sys.ScriptLoadFailedException: The script 'http://www.myurl.com/Javascript.ashx?_TSM_HiddenField_=ctl00_SM1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2009.2.920.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a1fefbd7a-6a16-48ea-b50d-cc0ead1945d3%3af7645509%3aaa288e2d' could not be loaded.
Source File: http://www.myurl.com/Javascript.ashx?_TSM_HiddenField_=ctl00_SM1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2
Line: 15
It so far only happens on one page of my app. The page has a tab and a combo box (I don't have other page that have this combo) so I am wondering if this could be it.
the whole operation fails like the following:
1) on a page with 3 tabs, 3 multipages, and combo box on the last multipage. RadGrid on the first multipage
2) everything is wrapped inside RadAjaxManager operation (Ajaxed)
3) so when a button is clicked on a RadGrid item, we switch to either tab 2 or tab 3 depending on which button is clicked (we have 2 buttons per radgrid item)
4) if we switch to tab 2, it works fine, but when we click to switch to tab 3, the error shows.