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

ScriptResource.axd problem

21 Answers 1534 Views
Dock
This is a migrated thread and some comments may be shown as answers.
madhu
Top achievements
Rank 1
madhu asked on 01 Jun 2007, 03:00 PM
Hello
When I debug my application I come across this error all the time.
Debugging of application stops at the ScriptResource.axd file showing the path of my application.
And gives a message
"Microsoft JScript runtime error: Object doesn't support this property or method"

This MicrosoftJScript error occurs all the time when i try to display iframe url, saying Permission is denied.

Can you help me with this?
Thank you.


21 Answers, 1 is accepted

Sort by
0
madhu
Top achievements
Rank 1
answered on 01 Jun 2007, 03:43 PM
And the link in ScriptResource.axd where the application stops is
    
    return function() {
        return method.apply(instance, arguments);
    }
Thank you.
0
Valeri Hristov
Telerik team
answered on 04 Jun 2007, 03:19 PM
Hi madhu,

Could you please send me a simple page, demonstrating the problem? I will respond with a suggestion ASAP.

Greetings,
Valeri Hristov (Senior Developer, MCSD)
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
hkdave95
Top achievements
Rank 2
answered on 13 Sep 2007, 06:49 PM
Hi

I am having the same problem ...

Did anything come of it ?

Kind Regards

David
0
Petio Petkov
Telerik team
answered on 20 Sep 2007, 12:38 PM

Hello,

We are not aware ofsuch a problem. Could you please open a new support ticket and send us a simple running project demonstrating it? Once we receive it we will do our best to help you.

Greetings,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
HHH
Top achievements
Rank 1
answered on 12 Feb 2008, 07:26 PM
I am having the same problem can you please come up with solution.

thanks
0
Petya
Telerik team
answered on 13 Feb 2008, 08:14 AM
Hi HHH,

To offer a solution we need you to send us a simple running project with which we can reproduce the issue. To be able to attach files to your thread you need to open a support ticket as described in the attached instructions. Please, include the bin folder as well and also providing any additional information information about your scenario may be of help for us to understand why this error occurs.

Best wishes,
Petya
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Test
Top achievements
Rank 1
answered on 23 Oct 2008, 08:55 PM
We just recently deployed our app with version  2008.1.619.20 of telerik controls. It worked fine in the dev environment . In the test enviornment it is
throwing a "Object doesn't support this property or method" error in ScriptResource.axd file . The requests pass through webseal. Any pointers would be helpful.
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 24 Oct 2008, 10:59 AM
Compare both web.config files - they should be equal.

You can try to run a page only with a script manager and if the error persists - probably there is an error with you asp.net ajax installation.

If this doesn't help you please provide more details about the error you have.
0
Test
Top achievements
Rank 1
answered on 05 Nov 2008, 03:41 PM
Thanks for the reply. The web.config files are the same in both the environments . There is a script manager in the master page. We have tried running just a single page and it still runs into the same problem. The error itself is occuring in the scriptresource.axd file. Also on  pages the controls like the dropdown seems to be hanging after you hit them a few times. The dropdowns don't  allow anything to be selected etc.On the test server  the application works fine once you hit straignt from the IIS. But once the app is accessed through the portal with webseal , it runs into issues. Any help is appreciated.
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 06 Nov 2008, 02:19 PM
Try to run a page which has only asp.net ajax - without RadControls. On my opinion you will receive the same error.
I searched for such a problem over the Net, but I couldn't find anything which is closed to your problem.
0
Steve
Top achievements
Rank 1
answered on 07 Nov 2008, 07:08 PM
Hello,

We tried a simple ajax page as you suggested and the problem did not happen.   Our page consisted of a simple update panel with the time in it and a button that would update the time.  Worked flawlessly

This seems to only be a problem when we have Telerik controls on the page and we run the application through WebSeal.

Webseal will re-write the links, etc on the page to be within the same junction.  But we have noticed that some of the variable are not getting updated like the other links.  For example, we have the links reformatted per webseal as the following:

<link href="/jct_masterassist_00_mbe4stl201/benefitmaint/WebResource.axd?d=J5kMgsBlxfei9VjMMgI3LpGuBPls9s9uANpeiWk9blS7rRJEphxC0A_4bdbDZ1ZZXHFDDrsLmoHB7VEX-Gj6iw2&amp;t=633398816440000000" type="text/css" rel="stylesheet" />

where ="/jct_masterassist_00_mbe4stl201/ is the junction that webseal has our application running from, so all links etc need to have this prefixed or it will not work.

What we have noticed is that there is some variables that will not have this prefixed.  We see this:
var callBackFrameUrl='/benefitmaint/WebResource.axd?d=OfhCfm0Sw-eGtISkfq9Oug2&t=633518208219408402';

Notice that there is no ="/jct_masterassist_00_mbe4stl201 prefixed to it, so it will never resolve as long as we run this in webseal.

We believe that this is where the problem is coming from.  We get errors when we try to click on a telerik tab control especially.  The error "Object doesn't support property or method" (or something simialr).

Can you help us with this issue?

Thanks,
Steve
0
Petio Petkov
Telerik team
answered on 10 Nov 2008, 02:33 PM
Hi Steve,

Would you please open a new support ticket and send us your test page and the rendered (IE7->View->Source)? Once we receive this, we will do our best to help.

All the best,
Petio Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Axel
Top achievements
Rank 2
answered on 27 Oct 2009, 11:20 AM
Hi

Did anything come out of this? I may have a similar problem. Everything has been working fine until I added membership/roles/profiles to my web application i.e. modified web.config. Pages without RadControls do not report errors. I am seeing things like "WebResource.axd error 'theform.elements is null or not an object'" and "ScriptResource.axd probmlem '__EVENTTARGET is null or not an object' ".

These errors do not pop up when running from within VS2008, only when running my published version of the site, and only when using IE (8).

As this did not happen before my "user membership/roles/profiles" change, I suspect this may come from there or my web.config, but why it only appears when using IE8 and only when running my published site, I do not know.
Any idea guys?

note: I have verified that this only happens when a page has RadControls on it.

Axel G.
0
Axel
Top achievements
Rank 2
answered on 27 Oct 2009, 02:44 PM
Now, 4 hours later, I have found out (using fiddler) that this may be due to folder autorization problems. I have found at least two 304 errors accessing my /script folder. Currently working on it.
0
Axel
Top achievements
Rank 2
answered on 27 Oct 2009, 09:11 PM
Fixed the 304 but my problem remains. Firefox works like a charm but IE8 is a mess. Why is life so difficult sometimes....
0
Axel
Top achievements
Rank 2
answered on 27 Oct 2009, 09:53 PM
Found the problem. Googling similar problems put me on the right track. They all seemed to be related to html syntax errors.
All this was caused by a missing ">" in my default.aspx page "<body>" tag. Why Firefox ignored it and did everything OK I do not know.
Axel G.
0
Dylan
Top achievements
Rank 2
answered on 16 Aug 2013, 08:43 AM
Hi,

Is there a solution for this problem? I'm facing same issue. It work on IE10 and IE8 (8.0.7600.1685)  but not working on IE8 (8.0.6001.18702). I working on an application that when you click on the menu, a loading icon will load until the page appear with radgrid (allowed paging). After I click on the radgrid pages, the IE will keep loading, showing the loading icon, but it just continue to load. I tried debug using developer tools and found that it start debug at pic1.jpeg and stop at pic2.jpeg but I don't understand what causing it. FYI, I'm using ScriptManager (enablehistory=true) with navigate event to keep the history state whenever user click on the pages. On the IE it will show 'Error: Object doesn't support this property or method'. I can't attach the whole project caused it's too big. Please help, thanks.
0
Slav
Telerik team
answered on 21 Aug 2013, 08:10 AM
Hello Dylan,

I am afraid that the provided information is not enough to determine the cause of the described problem. Please provide a more detailed information about your setup. For example, which are the other controls that are used, except RadGrid? How is the loading of the grid implemented?

Note that a full project is not needed. If you are able to isolate the problem in just a simple, fully runnable sample, it will be very useful because I will be able to examine the problem and inspect it locally.

Regards,
Slav
Telerik
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 the blog feed now.
0
suman
Top achievements
Rank 1
answered on 19 Nov 2013, 06:56 PM
Hi

We are facing the same problem.Did you find any solution for this

We have an asyncUpload control ,which is not uploading the files[shows the red colored bullet point when upload button is pressed] when used with webseal.The error we are receiving is related with WebResource.axd [path is not correct]



0
Slav
Telerik team
answered on 22 Nov 2013, 11:47 AM
Hi Suman,

I would suggest checking this troubleshooting help article for more information about the possible cause of the WebResource.axd handler issue.

If you are still having difficulties after examining the linked article, please provide a more detailed information about your scenario, because currently I am guessing what your setup is. If possible, open a support ticket and send a simple, fully runnable project that isolates the problem so that I can inspect it locally and suggest an according solution.

Regards,
Slav
Telerik
 
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 the blog feed now.
 
0
shanmugam
Top achievements
Rank 1
answered on 14 Mar 2016, 07:53 AM
I'm facing the exact same problem, Please share the solution if you have solved it or found any workarounds. Thanks.
Tags
Dock
Asked by
madhu
Top achievements
Rank 1
Answers by
madhu
Top achievements
Rank 1
Valeri Hristov
Telerik team
hkdave95
Top achievements
Rank 2
Petio Petkov
Telerik team
HHH
Top achievements
Rank 1
Petya
Telerik team
Test
Top achievements
Rank 1
Obi-Wan Kenobi
Top achievements
Rank 1
Steve
Top achievements
Rank 1
Axel
Top achievements
Rank 2
Dylan
Top achievements
Rank 2
Slav
Telerik team
suman
Top achievements
Rank 1
shanmugam
Top achievements
Rank 1
Share this question
or