473,473 Members | 3,363 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP.NET AJAX client-side framework failed to load ERROR

We deployed a website the other day and now one user is getting this error.
Of course everyone else is working fine. This error above is followed by
Error: 'Type' is Undefined and two Error: 'Sys' is Undefinded errors. The
fact that one user gets it and everyone else is okay leads me to believe it
is a IE problem. There are plenty of blogs out there that address this by
doing everything from changing a few lines in web.config to completely
reinstalling IIS. It would be nice to know exactly what is going on becuase
we can't even reproduce it hear in our shop and our client is getting
frustrated.
Jul 29 '08 #1
9 8276
Do you have the ASP.NET ajax framework on the server where you installed
this application??

Evan Camilleri
http://www.holisticrd.com
"JJ" <JJ@discussions.microsoft.comwrote in message
news:A2**********************************@microsof t.com...
We deployed a website the other day and now one user is getting this
error.
Of course everyone else is working fine. This error above is followed by
Error: 'Type' is Undefined and two Error: 'Sys' is Undefinded errors. The
fact that one user gets it and everyone else is okay leads me to believe
it
is a IE problem. There are plenty of blogs out there that address this by
doing everything from changing a few lines in web.config to completely
reinstalling IIS. It would be nice to know exactly what is going on
becuase
we can't even reproduce it hear in our shop and our client is getting
frustrated.

Jul 29 '08 #2

I am not sure. The client is supposed to be responsible for the server, and
I am not sure what requirements we gave them. I will check. I thought about
this myself. Can you explain how that works? Obviously there are
client-side components for AJAX, do the webiste do some sort of check and if
they're missing it installs them? So if everyone who our site is working
fine for had previously gone to a ASP.NET AJAX driven site they would have
gotten them there and now our site just happens to work. But for this other
guy, maybe he's never visited a site to get them from and our site is giving
them to him either? Is that assumption along the correctly line.
Jul 29 '08 #3
No actaully your mistake is that ASP.NET AJAX is SERVER side not CLIENT
side. The client does NOT need to install anything.
The sys. error is becasue there server does not have AJAX installed.

The only thing which the client need is to have jacascript enables BUT in
your case it is a server problem. ASP.NET AJAX MUST be installed on the
server where IIS is installed.

Evan Camilleri
http://www.holisticrd.com
"JJ" <JJ@discussions.microsoft.comwrote in message
news:72**********************************@microsof t.com...
>
I am not sure. The client is supposed to be responsible for the server,
and
I am not sure what requirements we gave them. I will check. I thought
about
this myself. Can you explain how that works? Obviously there are
client-side components for AJAX, do the webiste do some sort of check and
if
they're missing it installs them? So if everyone who our site is working
fine for had previously gone to a ASP.NET AJAX driven site they would have
gotten them there and now our site just happens to work. But for this
other
guy, maybe he's never visited a site to get them from and our site is
giving
them to him either? Is that assumption along the correctly line.

Jul 29 '08 #4
"JJ" <JJ@discussions.microsoft.comwrote in message
news:72**********************************@microsof t.com...
Obviously there are client-side components for AJAX
There most certainly are not...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 29 '08 #5
Well then this isn't our problem because it works for 95% of the users. From
what I can gather from other blogs this error message seems to be thrown for
the phone book of errors. It's not very specific.

Does anyone have an ideas as to why this would work for most users but not a
few?
Jul 29 '08 #6
"JJ" <JJ@discussions.microsoft.comwrote in message
news:32**********************************@microsof t.com...
Well then this isn't our problem because it works for 95% of the users.
From
what I can gather from other blogs this error message seems to be thrown
for
the phone book of errors. It's not very specific.

Does anyone have an ideas as to why this would work for most users but not
a
few?
The 'J' in AJAX stands for JavaScript - if JavaScript is disabled, AJAX
won't work...

Could the users in question have disabled JavaScript...?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 29 '08 #7
how can they have javascript disabled AND receive a javascript error ?
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:uH**************@TK2MSFTNGP04.phx.gbl...
"JJ" <JJ@discussions.microsoft.comwrote in message
news:32**********************************@microsof t.com...
>Well then this isn't our problem because it works for 95% of the users.
From
what I can gather from other blogs this error message seems to be thrown
for
the phone book of errors. It's not very specific.

Does anyone have an ideas as to why this would work for most users but
not a
few?

The 'J' in AJAX stands for JavaScript - if JavaScript is disabled, AJAX
won't work...

Could the users in question have disabled JavaScript...?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 29 '08 #8
He doesn't have JS disabled because our Login page simply wouldn't work. He
is a few screens into the system before receiving the error. I admit my
question about the components was dumb now that I think about it, I wasn't
thinking and I know what AJAX is, but thanks for the refresher course in
acronyms.

What I don't understand is how the client-side framework loads fine on the
server for user A but not for user B. It seems like it would be all or
nothing. This should prompt another interesting repsonse from Mark, but is
there something in the web.config file that would react differently to
different clients? That doesn't seem logical, but its the only thing I can
think of at this point.

Jul 29 '08 #9
that was my point - scripting can't be disabled.

I run into this same issue intermittently - on my own sites as well as other
sites on the web - my guess is that there is some timing issue within the
ajax library that pops up every once in a while causing objects to be
referenced before they are created/initialized or before the required
scripts have been loaded.
Although I haven't seen this being associated with any particular client.
For me , refreshing the page usually clears up the problem - not that that
is much better.


"JJ" <JJ@discussions.microsoft.comwrote in message
news:E2**********************************@microsof t.com...
He doesn't have JS disabled because our Login page simply wouldn't work.
He
is a few screens into the system before receiving the error. I admit my
question about the components was dumb now that I think about it, I wasn't
thinking and I know what AJAX is, but thanks for the refresher course in
acronyms.

What I don't understand is how the client-side framework loads fine on the
server for user A but not for user B. It seems like it would be all or
nothing. This should prompt another interesting repsonse from Mark, but
is
there something in the web.config file that would react differently to
different clients? That doesn't seem logical, but its the only thing I
can
think of at this point.

Jul 29 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: dhnriverside | last post by:
Hi Following Eliyau's suggestion, I've decided to use AJAX for my search thingy. SO, I've got a textbox for the search criteria and a Repeater control to display the results. At the moment,...
2
by: Eric | last post by:
I've been reading a lot about the new AJAX functionality included in ASP.NET 2.0. From what I've gathered it gives you the ability to make async server calls using javascript, avoiding the need...
8
by: DartmanX | last post by:
Hi, Looking for recommendations for a decent API for AJAX work. I need it to be somewhat documented so I can figure out how to actually use it. My most critical need right now is clean code...
21
by: javainfo | last post by:
How can i refresh IFRAME and load data through AJAX?
5
by: Martin | last post by:
Hello NG, I've been doing some AJAX for a few weeks now. The basics worked fine so far, but now I've got the following problem which I can't solve: With AJAX you typically update/replace only...
2
by: dmagliola | last post by:
Hello all, I'm experiencing a problem with ASP.Net for which I can't find a reasonable explanation, or any information. I'm currently developing an application that, through AJAX, asks the...
10
by: Piotr Nowak | last post by:
Hi, Say i have a server process which listens for some changes in database. When a change occurs i want to refresh my page in browser by notyfinig it. I do not want to refresh my page i.e....
2
by: ma | last post by:
The subject says all! Where can I read about their differences and which technology is suitable for which application? Regards
2
by: majidtou | last post by:
Hi , We have an HTML page which is using AJAX. We make an AJAX call which retrieves a table with mutiple rows. We need to extend this functionality. In the table, we want to put a button on each...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.