Questions tagged [scriptresource.axd]

76 questions
2
votes
2 answers

SSRS IE8 JavaScript Error Invalid Character ScriptResource.axd

A colleague of mine has produced various reports in SSRS. We have 2 machines in the office that are failing to load the report via Internet Explorer 8. Both machines are returning a JavaScript error at the Reports 'Loading' screen. On these…
2
votes
0 answers

How to substitute WebResource with static file in ASP.NET 3.5

How can I substitute resources which are exposed through the WebResource for particular page? I have following code in the page markup that perfectly works for the ScriptResource but not for the WebResource:
2
votes
1 answer

ScriptResource.axd with MbCompression

I'm using MbCompression library and I'm want to know - does MbCompression minifies ScriptResource.axd? And are there any tools that can minimify ScriptResource.axd at runtime with minimum changes to web.config?
user1016945
  • 877
  • 3
  • 22
  • 38
2
votes
1 answer

ScriptResource.axd Uncaught SyntaxError: Invalid or unexpected token

I have been scouring the internet for an answer to this. So far the fixes I've attempted have not worked. I honestly think this might be related to a Windows update I did earlier this month as I was able to previously run the report in the…
2
votes
1 answer

How does WebResources.axd or ScriptResources.axd actually work?

Where can I learn how WebResources.axd or ScriptResources.axd actually works? What is the string that is appended to the .axd? Does this string change, or is it constant? Is it page, session specific? Can these files be cached on a proxy? How…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
2
votes
1 answer

ASP.NET AJAX Control Toolkit File Upload throws error in Scriptresource.axd

I've got a AJAX Control Toolkit File Upload (Version 15.1.4) that allows me to upload files to my ASP.Net Web Application. This worked great untill this week. Since yesterday the upload generates a JavaScript error as soon as I've selected a…
Sand0rf
  • 140
  • 1
  • 1
  • 12
2
votes
1 answer

ASP.NET 4 UpdatePanel and IIS7 Problem

I have an ASP.NET 4 webpage that contains an update panel which just allows me to add a few items to a drop down list without reloading the entire page. The page works fine on the Visual Studio 2010 ASP.NET Development Server, performs the Async…
2
votes
0 answers

Use local version of WebUIValidation.js in ASP.NET

In ASP.NET some scripts are fetched by default from ScriptResource.axd and WebResource.axd (These scrips are: MicrosoftAjaxTimer.js, MicrosoftAjax.js, MicrosoftAjaxWebForms.js in System.Web.Extensions, and DetailsView.js, Focus.js, GridView.js,…
Drkawashima
  • 8,837
  • 5
  • 41
  • 52
2
votes
0 answers

SCRIPT5022: Sys.ArgumentException:

I am facing a strange issue. I have a site which is working fine when opening in IE10 Win7 on my local + one production Server, but not when browse from my Main Production server. Giving Error SCRIPT5022: Sys.ArgumentException: Value must not be…
Singleton
  • 3,701
  • 3
  • 24
  • 37
2
votes
1 answer

Getting error in ScriptResource.asxd after migrating website from target framework 3.5 to 4.5

My website was in initially at target framework 3.5, and i have changed it to 4.5, everything works fine , when i click button on a page where script manager is added it shows following…
Vinay Sinha
  • 193
  • 2
  • 13
2
votes
3 answers

IE10 AjaxToolkit Tabpanel error

My tabpanel works fine in pretty much all the browsers. One of my clients complained about IE 10 You basically cannot switch to an other tab like this. It gives an error, something like: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an…
Ash
  • 1,269
  • 3
  • 25
  • 49
2
votes
1 answer

ScriptResource.axd d querystring parameter

We are referencing a .NET Ajax dll within our website. When I access a page within the site, I can see that there are different 'd' querystring parameters for the same Ajax handler when I load the page from a specific server as opposed to when…
mhat
1
vote
2 answers

Applying a Asp.Net filter to change the content of ScriptResource.axd

I am trying to use a filter to insert certain text into ScriptResource.axd that is generated by the ScriptManager when I put my Js into a CompositeScript element. I find this task next to impossible. This problem translated in Asp.Net terms means…
1
vote
1 answer

ScriptResource.axd was not found

A couple weeks ago I made a change and added some javascript to one of my aspx pages and it worked for me until I released the file to the network, now it works on the live server, but not on my localhost server that it makes when I build the site..…
Joe W
  • 1,567
  • 6
  • 23
  • 36
1
vote
1 answer

how do i change scriptresource.axd target?

I changed one javascript file for infragistics controls in the below folder. C:\Program Files\Infragistics\NetAdvantage 2010.3\ASP.NET\CLR3.5\Scripts but when I am using the control , still refering to the old one? so i am not getting the updated…
Bart
  • 4,830
  • 16
  • 48
  • 68