This is a migrated thread and some comments may be shown as answers.

WebResource.axd Javascript error

3 Answers 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jprian
Top achievements
Rank 1
jprian asked on 29 Oct 2012, 01:38 PM
Hi,
I'm using Radcontrols, version 2012.1.411.35.
I've a Radcombobox with LoadOndemand. When I click on it, before server-side code execute, I've got this error:

SCRIPT340: Clase no registrada
 
WebResource.axd?d=qJaSY16GGyZ4ybi-VKGKISoa-IMkcY9bXxzj3tBEIDHVtbWyyJBtL8ivw2c6oaFq3abdYPi5sZS7fffbgXb5xxdN1oQ1&t=634605546830000000, Línea 85 Carácter 9

or 

SCRIPT340: Clase no registrada
 
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ph_principal_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aes-ES%3a553a4a13-b3a5-4e6b-a152-b131051f1788%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2012.1.411.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aes-ES%3a4cad056e-160b-4b85-8751-cc8693e9bcd0%3a16e4e7cd%3af7645509%3a24ee1bba%3a1e771326%3aa7e79140%3a874f8ea2%3a19620875%3af46195d3%3a490a9d4e%3abd8f85e4%3aed16cbdc%3a2003d0b8%3aaa288e2d%3a7c926187%3a8674cba1%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1%3a58366029, Línea 6 Carácter 63059

With Firebug I've found js line code which is showing error (marked with >>>>>):

if (setRequestHeaderMethodExists) {
        xmlRequest.onreadystatechange = WebForm_CallbackComplete;
        callback.xmlRequest = xmlRequest;
>>>>>>>>xmlRequest.open("POST", theForm.action, true);
        xmlRequest.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
        xmlRequest.send(postData);
        return;
    }


This error occurs in IE 7 and IE 8 but not in IE9.

Thanks in advanced.

Jesus



3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 01 Nov 2012, 09:32 AM
Hello Jesus,

Could you provide us the implementation of the RadComboBox at your end, so we could inspect the issue that you had faced?


Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
jprian
Top achievements
Rank 1
answered on 03 Nov 2012, 02:59 PM
Hi Nencho, thanks for your interest.  After testing it, I guessed there was an error with my laptop in .Net framework side. I got another laptop and I installed everything needed. I tried again and, I've got it. It works.

Thanks again.

Jesus
0
Nencho
Telerik team
answered on 05 Nov 2012, 10:29 AM
Hi Jesus,

I am glad that the issue is now resolved.

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
jprian
Top achievements
Rank 1
Answers by
Nencho
Telerik team
jprian
Top achievements
Rank 1
Share this question
or