'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

This article is outdated considering that we have the released version of ASP.NET AJAX v1.0 which is what you should be using in your applications.  ATLAS was our codename for ASP.NET AJAX and if you are using ATLAS by any chance, kindly upgrade to ASP.NET AJAX by downloading the released version bits from http://ajax.asp.net . A related 'Sys' is undefined error article written by me is available at the following link:-http://geekswithblogs.net/ranganh/archive/2007/07/15/113963.aspx

First of all, let me write to you a personal note. I have been making this particular blog more and more of a non-technical stuff of late with my posts around IndiMix and other stuff. However, I am back here with my technical and trouble shooting articles.

You may get an error 'Sys' is undefined when developing ASP.NET AJAX Enabled WebSites using the ASP.NET AJAX Beta 2,

This error may come particularly if you are upgrading from Beta 1 to Beta 2.

The error is primarily because a new script resource handler is added which requires an entry in the Web.Config.

The following is the steps to solve this issue:-

1. Open the Web.Config file of your ASP.NET AJAX Enabled Web Application

2. Within the <httpHandlers> </httpHandlers> section, add the following entry

<add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>

The <httpHandlers> section must be available within the <system.web> </system.web> sections in your web.config. In fact there would already be 2 add verb entries under which you can append the above entry.

3. Save the Web.Config file.

4. You must be able to run the pages without the error now.

5. This is well documented in the Release Notes that accompany the Beta installer. It is still available at your C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\ReleaseNotes.txt

This post is for the benefit of people who miss reading this information while installation.

Cheers !!!

posted @ Friday, November 24, 2006 11:18 AM

Print

Comments on this entry:

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by v at 11/26/2006 1:31 PM
Gravatar
thanks a lot..finally the app is up and running

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Jeremy Hodges at 11/27/2006 1:10 AM
Gravatar
Wow, great! Thank you very much!

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Johnson Smith at 11/28/2006 3:26 AM
Gravatar
Harish,

We got some queries on ASP.NET AJAX:

I updated my site to use the newest AJAX B2 bits. Everything works fine on my machine and i deployed the ASP.NET App to the Web Server (windows 2003).

Result:

Could not load file or assembly 'Microsoft.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.


An "official statement" form the asp.net forums

Hi guys - yeah the problem you're having is because you installed on a machine w/o VS. All of our machines have VS, so we didn't catch this problem. On a machine w/ VS, Microsoft.Web.Extensions.Design.dll gets dropped.

Probably the best workaround for this is to go get that file from a machine with VS and either install it (gacutil -f Microsoft.Web.Extensions.Design.dll) or try dropping it into the bin directory, which I believe should also work but I haven't tried it.

I've been talking with the AJAX team about this, so we're on top of it. Sorry for the confusion.

I must repeat it: i have installed it on a webserver without installed Visual Studio 2005 and Microsoft never tested this scenario.

After coping the dll from my dev machine to the webserver (bin) it works.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Harish Ranganathan at 12/1/2006 8:35 AM
Gravatar

Hi Johnson,

The following is the response, I got from the Development Team. Thanks for providing your valuable feedback.

"We’ve actually fixed this issue in post-Beta2 bits.

The designer dll is now installed in the GAC as part of the general install regardless of the presence of a designer SKU on the box."

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Harsh Pandit at 1/20/2007 6:25 AM
Gravatar
hello all,

thanks a lot.
i had solved this java script error.

thanks a lot once again

from,
Harsh Pandir

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Mike Trebilcock at 1/21/2007 8:47 PM
Gravatar
I had the same problem with RC1

However, the namespaces have changed in RC1, the reference to Microsoft needs to change to System:

<httpHandlers>
<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>
</httpHandlers>

Mike

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Bilal at 1/24/2007 12:46 PM
Gravatar
MIKE ,
thanks for the SYSTEM part !

Bilal.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Abhijeet at 1/31/2007 6:50 AM
Gravatar
Hey Thanks a lot Mike !

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Anand at 2/10/2007 8:46 AM
Gravatar
Thanks a lot Mike... I solved the error...

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Carlos at 2/13/2007 8:43 PM
Gravatar
Thanks a lot! you solved my problem!

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Steve at 2/19/2007 1:34 AM
Gravatar
I still have the problem

# 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by guru at 2/22/2007 4:02 PM
Gravatar
Hi i have done every thing you said over here but still get the same error Sys is undefined. previously i used to get the error in only one page, even other pages having the update panels are working fine. but now i get this error even on the page where i have no update panel. this application works fine with firefox browser.
thanks

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Kaushal at 2/27/2007 3:25 AM
Gravatar
thanx mike.. that was wht i was missing...

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Hilary Ngeno at 3/3/2007 10:25 AM
Gravatar
I tried everything suggested here and other sites. Couldnt get it to work.
However problem went away when I put the sections to load the scripts in the <head> section:

<head runat="server">
<title>Untitled Page</title>
<SCRIPT language="JavaScript" src="script/glm-ajax.js"></SCRIPT>
<SCRIPT language="JavaScript" src="script/MicrosoftAjax.js"></SCRIPT>
<SCRIPT language="JavaScript" src="script/MicrosoftAjaxTimer.js"></SCRIPT>
<SCRIPT language="JavaScript" src="script/MicrosoftAjaxWebForms.js"></SCRIPT>
</head>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Rutger van Hagen at 3/5/2007 7:42 PM
Gravatar
I still have this problem, tried so much. Somebody an idea?
Thanx

Rutger

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Manoj at 3/15/2007 7:25 PM
Gravatar
Thank's a lot! Mike.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Mario Estevez at 8/9/2007 4:34 PM
Gravatar
Mike,

Thanks so much for the help. Your post helped me to correct the problem.

:)

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Tomas at 9/9/2007 2:28 AM
Gravatar
thanks, that System.Web handlers works great after I have rebuild whole solution :-) thanks again Mike :)

Tomas

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Ovi04 at 11/12/2007 1:38 AM
Gravatar
Add this in <httpHandlers>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by manoj at 12/27/2007 5:34 PM
Gravatar
I am getting this error only in secure mode(https). Anyone know how to solve this problem?

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Suresh Behera at 1/7/2008 5:40 AM
Gravatar
None of the above work for me and i solved it like this

put all your script code on javascript and point it inside script manager tag like this

<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="Script/PostBackScript.js" />
</Scripts>
</asp:ScriptManager>


Suresh Behera

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Ravichandran M. Kaushika at 1/28/2008 8:15 AM
Gravatar
Harish,

good afternoon.

thanks for providing <system.web> tag info in your posting to locate httpHandlers. that helped me create a system.web tag because there was none. i started with a template from esri on web mapping application before i installed the latest ajax from ms's website (28 jan 2008).

i will go through the other posts and resolve the still pending Sys is undefined. there is some information about declaring some variables before the sys.application.initialize();

thanks once again for your service in the form of this blog.

regards
ravichandran.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Joseph at 2/1/2008 3:02 AM
Gravatar
Guys, Finally resolved problem...thanks to ravichandran, made little change

<add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>

if word "Microsoft" in verb creates problem use System instead ..revised verb will be

<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>

Hope this helps

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by steph at 2/3/2008 4:24 AM
Gravatar
If all else fails, delete your website, then recreate it. This worked for me after trying everything else... took 2 days to figure this out.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Fed up with AJAX 1.0 at 2/12/2008 7:04 PM
Gravatar
This error is so annoying. I purchased Telerik and it works like a charm. That's what happens when you work with Microsoft.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by sathishkumar at 2/28/2008 3:48 AM
Gravatar
Thanks alot it is working fine by adding

<httpHandlers>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by tar at 3/6/2008 3:21 PM
Gravatar
Thanks Joseph

<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/> worked for me

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Bibhu at 3/18/2008 12:05 AM
Gravatar
I removed the following procedure from global.asax & it worked fine

Protected Sub Application_AcquireRequestState(ByVal sender As Object, ByVal e As System.EventArgs)

End Sub

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Dexter at 5/18/2008 6:56 PM
Gravatar
Hi,
I am facing this kind of an issue now - will appreciate any help around this.

I am having a modal pop-up with some ajaxcontrols (Telerik Text Boxes and Drop Down Lists). I have a javascript code which returns values to the parent page: window.returnValue = strReturnString; _self.close();

I get the 'Sys' is undefined error whenever this javascript is invoked and the modalpopup closes. What is worth noting is that the error does not appear if I remove the window.returnValue... statement from the javascript function.

Any idea how to get rid of this problem

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Wasi at 5/21/2008 8:48 PM
Gravatar
Thanks joseph GOD BLESS U

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Asif Kidwai at 6/11/2008 10:21 AM
Gravatar
Guys,
Excellent blog, just because people put different solution for the same issues, helped me resolve the issues.

Thanks a lot,
Asif

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Treasure Baloyi at 6/19/2008 9:30 PM
Gravatar
I had the very same issue. I created an ajax enabled website, ran it without modifications, it worked fine.

But when I added javascript to the page to handle some ajax specific tasks it broke. The fix I found was to place my javascript on the body tag instead of the header.

Hope this helps somebody.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Harsh at 7/9/2008 7:49 PM
Gravatar
try this
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

instead of

<add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>

in httpHandlers block.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by mangesh at 7/18/2008 12:51 AM
Gravatar
Here you can find the possible causes for this type of error.

http://mangeshnerkar.blogspot.com/2008/07/demystifying-sys-is-undefined.html

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by jacky at 8/25/2008 6:55 PM
Gravatar
It works very well using the top url in local computer. but when I access the top url in a client computer, it generates the error like this.
I am using the .Net framework 3.5 and sp1.

anybody can help me ? It's very urgent.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by parke at 9/5/2008 4:29 PM
Gravatar
Thank you

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by rüya tabiri at 9/5/2008 4:30 PM
Gravatar
Thank you :)

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by rüya tabirleri at 9/5/2008 4:31 PM
Gravatar
Thank youu

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Vishal Sanchihar at 9/23/2008 6:29 PM
Gravatar
I have added <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

in httphandelers in web.config now it's working Thanks alot......

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Marta at 9/30/2008 8:20 PM
Gravatar
Cuando todo falle: La raíz del proyecto tiene que tener permisos de ejecución (en el IIS)

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Cleiderman at 10/9/2008 8:33 PM
Gravatar
Hi, I need your help with this error 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions

I add this line
I have added <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
in my web.config

In my localHost my web work perfect but when i upload my web page in my hosting I have the same error

what I do more??


thanks

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by carlos rivero savcic at 10/30/2008 3:34 AM
Gravatar
I manage to fix it when accessing the remote server after deleting the contents of the folder:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

even thought i'm using .net 3.5

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by pradeep at 11/10/2008 5:33 PM
Gravatar
even after adding the below code it worked fine some PC but when i added the same code in my laptop it gives me the same old error "Sys is undefined" can any one please help me I am using vista operating system and IE 6.0
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

Cud u please email me at kinipradeep80@gmail.com with solution

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Kalyana Devan at 12/20/2008 4:51 PM
Gravatar
I have created a ASP.NET 2.0 app with ajax control and it successfully works well in my windows server. However, I have a requirement to open this app from another website which is considered to be a portal (JSP) and then reads my app (windows server). The parent website is hosted in apache 1.3.27 (LINUX).

the browser throws 'Sys' is undefined

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by baba at 2/13/2009 6:33 PM
Gravatar
thanks for helping me

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Shawn at 3/19/2009 4:52 AM
Gravatar
hi Suresh Behera
You save my day, this works like a charm.

<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="Script/PostBackScript.js" />
</Scripts>
</asp:ScriptManager>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by urpalshu at 3/26/2009 9:34 PM
Gravatar
Thank you so much it worked perfect after using System

<httpHandlers>
<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>
</httpHandlers>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Joel at 4/6/2009 3:16 PM
Gravatar
Adding the httphandler <add verb> did it for me!

My website was originally on the ASP.NET 2 framework. I installed the ASP.NET AJAX 1.0 extension but always got a full page postback from the updatepanel. Tested on a new website using the ASP.NET 3.5 framework and the Ajax worked so I thought it could have something to do with the web.config or missing dll files. A little search on google and tried your recommendation and it worked.

Thanks!

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Mahe at 4/7/2009 2:27 PM
Gravatar
Hey Mike, Thanks a Lot. your change in the handler for Microsoft to System did the problem resolved.

Thanks
Mahe

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Supraja at 4/27/2009 12:32 PM
Gravatar
Wow it worked fine.....
<httpHandlers>
<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>
</httpHandlers>

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Shem Fraser at 5/6/2009 5:12 AM
Gravatar
This is really good advice. Thanks a lot.
Also - some users will still get a 'Sys' is undefined error if they have not setup the proper environment to test/run their Web Application. At times its just a matter creating a subdomain / virtual directory if not running your solution on your main site...

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Elan at 5/15/2009 12:28 PM
Gravatar
Hi,

the following code will surely work.

<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

However if something is not functioning as you expect, take the sample toolkit web site provided in www.asp.net. Copy the content the httphandler section from web.config and past it in your web.config file's httphandler. It should work

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Edencity Chat at 5/23/2009 5:44 AM
Gravatar
thank you admin

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Ülkeler at 5/25/2009 3:13 AM
Gravatar
Thanks joseph GOD BLESS U

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Liseli Kızlar at 5/26/2009 8:49 PM
Gravatar
Hello Thank You Admin mCx

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by trsohbet at 6/8/2009 7:24 PM
Gravatar
thanks for helping me

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Pratap Prabhu at 6/11/2009 9:37 PM
Gravatar
Thanks Carlos!

I had the Sys undefined error and what I found was

1. It was only on certain client pc's. Some worked while others did not.

2. Both firefox and IE had the same error on those PC's. IE displays it in yellow at the bottom left corner, while FireFox hides it until you find that nothing works and check the Error Console (Ctrl+Shift+J or via menu 'Tools\Error Console')

3. My Web.config already had the httpHandler

<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>


On clients where this error occurs, just empty the folder

'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'

delete everything and then retry. Both IE and firefox now work on PC's where they did not earlier

Hope this helps someone else.

Carlos thank you once again!

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Karthi at 7/9/2009 10:57 AM
Gravatar
Thanks a lot!

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Radyo Gelkeyfim at 7/20/2009 2:06 AM
Gravatar
thanks for the SYSTEM part !

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Anil at 7/30/2009 2:48 AM
Gravatar
Thanks Pratap Prabhu !

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by rajesh kumar at 8/25/2009 3:38 AM
Gravatar
I have done every thing but my site is not working.
Please do the needful.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Nitesh Gautam at 9/2/2009 4:47 AM
Gravatar
Great Information dude, but the only thing is that my aplication was still not running after implimenting what you said.... I then tried to copy the <httpeventhandler> all code between them </httpeventhandler> from the webconfig of the path .. "C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025" and pasted it into the application and guess what... It worked and now I am able to start looking forward for the work.....

Thanks & Regards
Nitesh Gautam
---------------------

Phoenix, Raise from Ashes.....

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by Srini at 9/23/2009 4:41 AM
Gravatar
Thanks for your help.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by harry gantenk(handsome) at 10/20/2009 8:16 PM
Gravatar
wow!!! thanks DUDE...that's help me solve this error :)

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by pitini at 11/19/2009 6:51 AM
Gravatar
To me, this error is solved and posted above by Joseph.

<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>

Thanks all you guys.

# re: 'Sys' is undefined - ASP.NET 2.0 AJAX Extensions (ATLAS) Web Applications

Left by kaderimsin at 11/22/2009 4:07 AM
Gravatar
Thanks Pratap Prabhu !

Your comment:



 (will not be displayed)


 
 
 
 
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345