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

Telerik.Web.UI.WebResource.axd

5 Answers 295 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kalyan
Top achievements
Rank 1
Kalyan asked on 03 Sep 2010, 07:15 PM

I am getting this error related to WebResource.axd. This happens when I click a button and it opens up a document from sharepoint site.

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1;
.NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.21022; .NET CLR 3.5.30729; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Fri, 3 Sep 2010 17:55:21 UTC

Message: Sys.WebForms.PageRequestManagerServerErrorException:
Retrieving the COM class factory for component with CLSID
{36D27C48-A1E8-11D3-BA55-00C04F72F325} failed due to the following error: 80040154.
Line: 6
Char: 62099
Code: 0
URI: http://sampledomainname/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ScriptManager_TSM&compress
=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+
Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ad0c4ca6e-6b5d-49b6-922d-5244924fb100%3aea597d4b%3ab25378d2%3b
Telerik.Web.UI%2c+Version%3d2010.2.826.35%2c+Culture%3dneutral%2c+PublicKeyToken
%3d121fae78165ba3d4%3aen-US%3a86f56c91-febb-4172-ae71-6c2ba2372421%3a16e4e7cd%3a
ed16cbdc%3af7645509%3a24ee1bba%3a19620875%3a874f8ea2%3a490a9d4e%3a1e771326%3a4cacbc31%3ae330518b%3a8e6f0d33%3a6a6d718d%3a8674
cba1%3ab7778d6c%3ac08e9f8a%3aa51ee93e%3a59462f1%3a58366029%3aaa288e2d%3ac8618e41%3ae4f8f289

5 Answers, 1 is accepted

Sort by
0
Bodevain Svensson
Top achievements
Rank 1
answered on 07 Sep 2010, 11:38 AM
Not sure where the problem is at, but I think that this error has been reported and argued in posts in the ASP.NET forums and stack overflow. Check them out as they can be useful to you:

http://forums.asp.net/t/1119052.aspx
http://stackoverflow.com/questions/1036856/retrieving-the-com-class-factory-for-component-with-clsid-xxxx-failed-due-to-th

Hope it helps.

Bodevain
0
Kalyan
Top achievements
Rank 1
answered on 07 Sep 2010, 07:16 PM
I tried enabling allow 32bit on IIS 7.0 as well as changed to the build target of the .net project to X86 based on the links you have provided. However, I still get the same error message.
0
T. Tsonev
Telerik team
answered on 08 Sep 2010, 07:22 AM
Hello Kalyan,

Try disabling the AJAX updates altogether in order to see the detailed server error message. Set EnablePartialPageRendering="false" on the RadScriptManager/ScriptManager.

I hope this helps.

Best regards,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
George
Top achievements
Rank 1
answered on 18 May 2011, 12:30 AM
I am having this error when I try to load items OnItemRequested in a radcombobox. In the initial page load, the combo box loads everything correctly. But as and when I type in the rad combo, based on this example - http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx, I get this error.

The Itemrequested method is fired and fetches the items that matches and I bind them as well on to the radcombo. But I get this javascript error. Please advice.
Thanks
0
Cat Cheshire
Top achievements
Rank 1
answered on 20 May 2011, 01:44 PM
What is the JavaScript error that you receive?
Tags
General Discussions
Asked by
Kalyan
Top achievements
Rank 1
Answers by
Bodevain Svensson
Top achievements
Rank 1
Kalyan
Top achievements
Rank 1
T. Tsonev
Telerik team
George
Top achievements
Rank 1
Cat Cheshire
Top achievements
Rank 1
Share this question
or