473,473 Members | 1,984 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Sys is undefined

7 New Member
Hello,

I recieved "Sys is undefined" error message when i try to open my website URL.
The website was developed with ASP.NET 3.5. (I suppose that i have all the relevant entries in web.config)
In some other computers it works without recieveing this message.

any Idea ?

Thanks,
Yair
Sep 6 '11 #1
5 3729
Frinavale
9,735 Recognized Expert Moderator Expert
It's a JavaScript error that occurs when something on the page is attempting to access the "sys" JavaScript object when the object doesn't exist.

This can happen if there is another JavaScript error on the page that prevents the loading of other JavaScript objects.

Or if you try to use the object after the page is unloaded (the object is destroyed)

There are many possible reasons for it.

-Frinny
Sep 8 '11 #2
Yair m
7 New Member
Hi,

Thank you for your answer.
I didn't mentiond that I used the ajaxcontroltoolkit.
The starnge thing is that the website works fine on few machines but on other machins i recieved this error. so maybe it is an enviroment problem.

do you have any idea ?

Thanks,
Yair
Sep 8 '11 #3
Frinavale
9,735 Recognized Expert Moderator Expert
I would doubt that it is the "machine" that is experiencing the problem.

My bet would be that some browsers inform you of the JavaScript error while other's are not configured to show you JavaScript errors.

You'll have to figure out which control is causing the problem.

You can do that by removing the Ajax controls from the page and adding them in one of the time to narrow down the problem....

You should also use a JavaScript debugger to help you find the problem. There is a built in JavaScript debugger in IE 8 and 9. If you're using FireFox, I like to use the FireBug plugin for debugging JavaScript and CSS issues.


-Frinny
Sep 8 '11 #4
Yair m
7 New Member
Thank you again,

I think that I found a solution for it.
in web.config:
<scriptResourceHandler enableCompression="false" enableCaching="true"/>. I turned to false the parameter "enableCompression".
What do you think ?

Thank you,
Yair
Sep 8 '11 #5
Frinavale
9,735 Recognized Expert Moderator Expert
I've never used that parameter personally.

If it fixes your problem than I'm happy for you and it may help others facing the same issue in the future.
Sep 8 '11 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: RU | last post by:
Hi, I am working on a porting project to port C/C++ application from unixware C++, AT&T Standard components to g++ with STL on Linux. This application has been working properly on...
1
by: Stu | last post by:
I am trying to build the xerces shared library with 2.3.0 version of their source code on an AIX 5.1 32 bit machine with the following version of the g++ compiler /usr/local/bin/g++ -v Reading...
4
by: Mike | last post by:
I am having a problem when a field is spaces being undefined. I wasn't sure if the problem was Excel or Javascript, so I thought I would post here first. The users are able to select from a drop...
1
by: Codemutant | last post by:
**** Post for FREE via your newsreader at post.usenet.com **** I just cannot find what is undefined in this code.
1
by: Foolster41 | last post by:
I'm rather new to C++ programing. I'm using the dev-C++ program on a windows XP OS. I'm trying to compile the code for a multi user dungeon (MUD) called circle-mud. When I compile I get the...
13
by: Don Vaillancourt | last post by:
What's going on with Javascript. At the beginning there was the "undefined" value which represented an object which really didn't exist then came the null keyword. But yesterday I stumbled...
4
by: Chris Beall | last post by:
If you want your code to be bulletproof, do you have to explicitly check for the existence of any possibly-undefined variable? Example: window.outerHeight is defined by some browsers, but not...
49
by: matty | last post by:
Hi, I recently got very confused (well that's my life) about the "undefined" value. I looked in the FAQ and didn't see anything about it. On...
3
by: Michael Sgier | last post by:
Hi i get thousands of messages like below. How shall i resolve that? Thanks Mcihael Release/src/Utility/RawImage.o: In function `CMaskImage::CMaskImage(int, int, char const*)':...
45
by: VK | last post by:
(see the post by ASM in the original thread; can be seen at <http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/3716384d8bfa1b0b> as an option) As that is not in relevance to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
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: 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.