473,394 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

jscript error when run on local machine but not on remote connections

I have an app I working on that was working fine a few days ago. Now I get
a jscript error:
Microsoft JScript runtime error: Object expected

in a part of the code that has not been modifed or touched. It's actually
part of a separate project. I only get this error when I try to view the
page on my local machine. If I connect to my webserver from another machine
it works fine. What can cause this? Why does it only fail on my local
machine?

Jim
Nov 15 '05 #1
6 2043
Unless you show the code that is running, and tell us the line it is failing
on, it is anyone's guess.

"Jim H" <no****@jimsaccount.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I have an app I working on that was working fine a few days ago. Now I get a jscript error:
Microsoft JScript runtime error: Object expected

in a part of the code that has not been modifed or touched. It's actually
part of a separate project. I only get this error when I try to view the
page on my local machine. If I connect to my webserver from another machine it works fine. What can cause this? Why does it only fail on my local
machine?

Jim

Nov 15 '05 #2
The line it's failing on is the ActivateMenuControlStyleSheet call. This is
where it stops in the debugger:
<script language='JavaScript'>
var MenuHighlightColor = 'buttonhighlight';
ActivateMenuControlStyleSheet('/COMPAS3/ClientFiles/v_1_1_1_4/MenuControlSty
le.css',99);
</script>
It does not fail on other machine connecting to the same webserver. I even
went as far as to do a View->Source on the other machine, save it as an html
file and copy it to my local machine and run it. I still get the same error
on my local machine. The path is valid and it is full control for
"Everyone".

jim

"Marina" <nospam> wrote in message
news:ug*************@TK2MSFTNGP12.phx.gbl...
Unless you show the code that is running, and tell us the line it is failing on, it is anyone's guess.

"Jim H" <no****@jimsaccount.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I have an app I working on that was working fine a few days ago. Now I

get
a jscript error:
Microsoft JScript runtime error: Object expected

in a part of the code that has not been modifed or touched. It's actually part of a separate project. I only get this error when I try to view the page on my local machine. If I connect to my webserver from another

machine
it works fine. What can cause this? Why does it only fail on my local
machine?

Jim


Nov 15 '05 #3
And what does ActivateMenuControlStyleSheet do? Where is this function
defined?

"Jim H" <no****@jimsaccount.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
The line it's failing on is the ActivateMenuControlStyleSheet call. This is where it stops in the debugger:
<script language='JavaScript'>
var MenuHighlightColor = 'buttonhighlight';
ActivateMenuControlStyleSheet('/COMPAS3/ClientFiles/v_1_1_1_4/MenuControlSty le.css',99);
</script>
It does not fail on other machine connecting to the same webserver. I even went as far as to do a View->Source on the other machine, save it as an html file and copy it to my local machine and run it. I still get the same error on my local machine. The path is valid and it is full control for
"Everyone".

jim

"Marina" <nospam> wrote in message
news:ug*************@TK2MSFTNGP12.phx.gbl...
Unless you show the code that is running, and tell us the line it is

failing
on, it is anyone's guess.

"Jim H" <no****@jimsaccount.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I have an app I working on that was working fine a few days ago. Now I
get
a jscript error:
Microsoft JScript runtime error: Object expected

in a part of the code that has not been modifed or touched. It's actually part of a separate project. I only get this error when I try to view the page on my local machine. If I connect to my webserver from another

machine
it works fine. What can cause this? Why does it only fail on my

local machine?

Jim



Nov 15 '05 #4

Hi Jim,

If the well displayed webpage(on others machine) generate error on your
machine, I think this should related to the Internet Explorer.
I think the others' machine may disalbed the Jscript debugger so the error
did not generate, while your IE enabled it.
I think you should paste out the ActivateMenuControlStyleSheet()'s source
code to us, or we can not find the error.
Also, you can use VS.net debug into your page to find the error yourself.
(When the error dialog generates, chose debug to open the VS.net)

Hope this helsp,

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Jim H" <no****@jimsaccount.com>
| References: <uh**************@tk2msftngp13.phx.gbl>
<ug*************@TK2MSFTNGP12.phx.gbl>
| Subject: Re: jscript error when run on local machine but not on remote
connections
| Date: Wed, 15 Oct 2003 11:32:40 -0400
| Lines: 48
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#G**************@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: crlspr-24.233.164.226.myacc.net 24.233.164.226
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:191536
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| The line it's failing on is the ActivateMenuControlStyleSheet call. This
is
| where it stops in the debugger:
| <script language='JavaScript'>
| var MenuHighlightColor = 'buttonhighlight';
|
ActivateMenuControlStyleSheet('/COMPAS3/ClientFiles/v_1_1_1_4/MenuControlSty
| le.css',99);
| </script>
|
|
| It does not fail on other machine connecting to the same webserver. I
even
| went as far as to do a View->Source on the other machine, save it as an
html
| file and copy it to my local machine and run it. I still get the same
error
| on my local machine. The path is valid and it is full control for
| "Everyone".
|
|
|
| jim
|
| "Marina" <nospam> wrote in message
| news:ug*************@TK2MSFTNGP12.phx.gbl...
| > Unless you show the code that is running, and tell us the line it is
| failing
| > on, it is anyone's guess.
| >
| > "Jim H" <no****@jimsaccount.com> wrote in message
| > news:uh**************@tk2msftngp13.phx.gbl...
| > > I have an app I working on that was working fine a few days ago. Now
I
| > get
| > > a jscript error:
| > > Microsoft JScript runtime error: Object expected
| > >
| > > in a part of the code that has not been modifed or touched. It's
| actually
| > > part of a separate project. I only get this error when I try to view
| the
| > > page on my local machine. If I connect to my webserver from another
| > machine
| > > it works fine. What can cause this? Why does it only fail on my
local
| > > machine?
| > >
| > > Jim
| > >
| > >
| >
| >
|
|
|

Nov 15 '05 #5
It was a problem with a file missing in one of the folders. After getting
the latest version of the ClientFiles folder from source safe it worked
fine. I don't know why it worked on the other machine. The only thing I
can think of is that the other machine is a development machine as well and
maybe had the file cached from runs on it's local web server? Doesn't
really make sense but it's fine now. I must have been missing something.

Thanks to all who responded,
Jim

"Jim H" <no****@jimsaccount.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
The line it's failing on is the ActivateMenuControlStyleSheet call. This is where it stops in the debugger:
<script language='JavaScript'>
var MenuHighlightColor = 'buttonhighlight';
ActivateMenuControlStyleSheet('/COMPAS3/ClientFiles/v_1_1_1_4/MenuControlSty le.css',99);
</script>
It does not fail on other machine connecting to the same webserver. I even went as far as to do a View->Source on the other machine, save it as an html file and copy it to my local machine and run it. I still get the same error on my local machine. The path is valid and it is full control for
"Everyone".

jim

"Marina" <nospam> wrote in message
news:ug*************@TK2MSFTNGP12.phx.gbl...
Unless you show the code that is running, and tell us the line it is

failing
on, it is anyone's guess.

"Jim H" <no****@jimsaccount.com> wrote in message
news:uh**************@tk2msftngp13.phx.gbl...
I have an app I working on that was working fine a few days ago. Now I
get
a jscript error:
Microsoft JScript runtime error: Object expected

in a part of the code that has not been modifed or touched. It's actually part of a separate project. I only get this error when I try to view the page on my local machine. If I connect to my webserver from another

machine
it works fine. What can cause this? Why does it only fail on my

local machine?

Jim



Nov 15 '05 #6

Hi Jim,

I am glad it finally works.
If you still have any questions please feel free to let me know.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Jim H" <no****@jimsaccount.com>
| References: <uh**************@tk2msftngp13.phx.gbl>
<ug*************@TK2MSFTNGP12.phx.gbl>
<#G**************@tk2msftngp13.phx.gbl>
| Subject: Re: jscript error when run on local machine but not on remote
connections
| Date: Thu, 16 Oct 2003 18:30:06 -0400
| Lines: 69
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <Oa**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: crlspr-24.233.164.226.myacc.net 24.233.164.226
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:191951
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| It was a problem with a file missing in one of the folders. After getting
| the latest version of the ClientFiles folder from source safe it worked
| fine. I don't know why it worked on the other machine. The only thing I
| can think of is that the other machine is a development machine as well
and
| maybe had the file cached from runs on it's local web server? Doesn't
| really make sense but it's fine now. I must have been missing something.
|
| Thanks to all who responded,
| Jim
|
| "Jim H" <no****@jimsaccount.com> wrote in message
| news:%2****************@tk2msftngp13.phx.gbl...
| > The line it's failing on is the ActivateMenuControlStyleSheet call.
This
| is
| > where it stops in the debugger:
| > <script language='JavaScript'>
| > var MenuHighlightColor = 'buttonhighlight';
| >
|
ActivateMenuControlStyleSheet('/COMPAS3/ClientFiles/v_1_1_1_4/MenuControlSty
| > le.css',99);
| > </script>
| >
| >
| > It does not fail on other machine connecting to the same webserver. I
| even
| > went as far as to do a View->Source on the other machine, save it as an
| html
| > file and copy it to my local machine and run it. I still get the same
| error
| > on my local machine. The path is valid and it is full control for
| > "Everyone".
| >
| >
| >
| > jim
| >
| > "Marina" <nospam> wrote in message
| > news:ug*************@TK2MSFTNGP12.phx.gbl...
| > > Unless you show the code that is running, and tell us the line it is
| > failing
| > > on, it is anyone's guess.
| > >
| > > "Jim H" <no****@jimsaccount.com> wrote in message
| > > news:uh**************@tk2msftngp13.phx.gbl...
| > > > I have an app I working on that was working fine a few days ago.
Now
| I
| > > get
| > > > a jscript error:
| > > > Microsoft JScript runtime error: Object expected
| > > >
| > > > in a part of the code that has not been modifed or touched. It's
| > actually
| > > > part of a separate project. I only get this error when I try to
view
| > the
| > > > page on my local machine. If I connect to my webserver from another
| > > machine
| > > > it works fine. What can cause this? Why does it only fail on my
| local
| > > > machine?
| > > >
| > > > Jim
| > > >
| > > >
| > >
| > >
| >
| >
|
|
|

Nov 15 '05 #7

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

Similar topics

9
by: Marina Anufreichik | last post by:
Hi, After deploymnet web application on web server I can access page on local machine and login fine but when I'm trying to access web site from remote machine I can see login page, but when I'm...
10
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through...
0
by: tony dong | last post by:
Hi there I use vs.net 2005 with standard sql 2005 under machine\sql2005 for instant when I create webpart, the code get from quickstart as follow: <%@ Page Language="C#" %> <%@ Register...
6
by: Chris Love | last post by:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not...
7
by: deltalimagolf | last post by:
I now get the following error message after copying an asp.net application to the deployment web server. I don't have SQLExpress or any version of SQL 2005 installed. I found the "LocalSQLServer"...
1
by: John Shadel | last post by:
I have the following setup: 1. ASP.NET 2.0 web app hosted on a web server (inetpub directory hosting physical files of the web site on a different drive name, E: than the SQL Server Instance,...
5
by: Alan Silver | last post by:
Hello, Server configuration: Windows 2003 Server SP2 SQL Server 2000 SP4 ..NET v2.0.50727 just built up a new server using the same configuration as my current one. I even used the same CDs...
1
by: SayamiSuchi | last post by:
Hi.. I have been assigned to make a database in some remote machine.The machine has MSSQL 2005.I need to connect to that remote machine's sql server via my pc using my SQL Management express.I do...
5
by: Cirene | last post by:
I just deployed my new ASP.NET (3.5 FW) site to the hosting company I'm using, webhost4life. NOTE: I HAVE deployed other SQL Server sites to the same account with no issues. Now I'm getting...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.