473,416 Members | 1,719 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,416 software developers and data experts.

Internet Explorer appears broken after C# web development

Is there a way that I can repair MS Internet Explorer? I seem to have
broken it somewhere. I have been developing a .NET app. Three days ago I
saw a message box in a web site that I visit saying "Syntax error; Line 14".
I cleared that (hit button not to debug) and then the another message box
popped up on a mouse over event that said a "Runtime error has occurred.
Line 85: Object expected." I looked at the source and line 85 contained a
OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting a
problem. I then tried opening the page from my laptop machine (this had not
been involved with the .NET development) and sure enough the page opened
correctly. I then tried opening the page from the Mozilla browser on my
desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I have
been developing a C# web page app using Visual Studio .NET 2003 and SQL
Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or Remove
Programs" that would give me an opportunity for repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908
Jul 21 '05 #1
5 2616
Instead of repairing IE, clear its cache and its history. You may also want
to take a look at the parameters for the Internet Temporary Files in the IE
options.

S. L.

"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message
news:uI**************@TK2MSFTNGP14.phx.gbl...
Is there a way that I can repair MS Internet Explorer? I seem to have
broken it somewhere. I have been developing a .NET app. Three days ago I
saw a message box in a web site that I visit saying "Syntax error; Line
14". I cleared that (hit button not to debug) and then the another message
box popped up on a mouse over event that said a "Runtime error has
occurred. Line 85: Object expected." I looked at the source and line 85
contained a OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting a
problem. I then tried opening the page from my laptop machine (this had
not been involved with the .NET development) and sure enough the page
opened correctly. I then tried opening the page from the Mozilla browser
on my desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I have
been developing a C# web page app using Visual Studio .NET 2003 and SQL
Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or Remove
Programs" that would give me an opportunity for repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908

Jul 21 '05 #2
I deleted Cookies and Files under Internet Options...

Also following Settings... under Internet Options... I Viewed Files... and
deleted all files shown.

Under Viewed Objects... there are about 20 files under C:\WINDOWS\Downloaded
Program Files. I'm not sure if I should delete all these.

Then "Cleared History."

On returning to the problem web page, there was still an error but the
message box differed from the one seen originally. This one now says:

Problems with this Web page might prevent it from being displayed properly
of functioning properly. In the future you can display this message by
double clicking the warning icon displayed in the status bar.

Under this are the details:

Line: 15
Char: 1
Error: Syntax error
Code: 0
URL: htttp://www.bridgeplace.com

This message box has Previous and Next buttons that can cycle through
errors. When the mouse over error occurs, the line is 83 and the error is
"Object Expected."

Ed

"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message news:uO**************@TK2MSFTNGP12.phx.gbl...
Instead of repairing IE, clear its cache and its history. You may also
want to take a look at the parameters for the Internet Temporary Files in
the IE options.

S. L.

"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message
news:uI**************@TK2MSFTNGP14.phx.gbl...
Is there a way that I can repair MS Internet Explorer? I seem to have
broken it somewhere. I have been developing a .NET app. Three days ago
I saw a message box in a web site that I visit saying "Syntax error; Line
14". I cleared that (hit button not to debug) and then the another
message box popped up on a mouse over event that said a "Runtime error
has occurred. Line 85: Object expected." I looked at the source and line
85 contained a OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting a
problem. I then tried opening the page from my laptop machine (this had
not been involved with the .NET development) and sure enough the page
opened correctly. I then tried opening the page from the Mozilla browser
on my desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I
have been developing a C# web page app using Visual Studio .NET 2003 and
SQL Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or Remove
Programs" that would give me an opportunity for repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908


Jul 21 '05 #3
Check: Tools > Internet Options > Disable script debugging
Uncheck: Tools > Internet Options > Show a message about every script error

Your other browsers are probably not alerting you of the scripting error.

..NET does not have anything to do with this, unless you have manually changed these settings. In VS.NET, i believe there is a
shortcut link in the project property pages that takes you to the IE settings tab. You may have adjusted it there without realizing
it would affect your IE settings on a global level.

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
I deleted Cookies and Files under Internet Options...

Also following Settings... under Internet Options... I Viewed Files... and deleted all files shown.

Under Viewed Objects... there are about 20 files under C:\WINDOWS\Downloaded Program Files. I'm not sure if I should delete all
these.

Then "Cleared History."

On returning to the problem web page, there was still an error but the message box differed from the one seen originally. This
one now says:

Problems with this Web page might prevent it from being displayed properly
of functioning properly. In the future you can display this message by
double clicking the warning icon displayed in the status bar.

Under this are the details:

Line: 15
Char: 1
Error: Syntax error
Code: 0
URL: htttp://www.bridgeplace.com

This message box has Previous and Next buttons that can cycle through errors. When the mouse over error occurs, the line is 83
and the error is "Object Expected."

Ed

"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)> wrote in message
news:uO**************@TK2MSFTNGP12.phx.gbl...
Instead of repairing IE, clear its cache and its history. You may also want to take a look at the parameters for the Internet
Temporary Files in the IE options.

S. L.

"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message news:uI**************@TK2MSFTNGP14.phx.gbl...
Is there a way that I can repair MS Internet Explorer? I seem to have broken it somewhere. I have been developing a .NET app.
Three days ago I saw a message box in a web site that I visit saying "Syntax error; Line 14". I cleared that (hit button not to
debug) and then the another message box popped up on a mouse over event that said a "Runtime error has occurred. Line 85: Object
expected." I looked at the source and line 85 contained a OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting a problem. I then tried opening the page from my laptop
machine (this had not been involved with the .NET development) and sure enough the page opened correctly. I then tried opening
the page from the Mozilla browser on my desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I have been developing a C# web page app using Visual Studio
.NET 2003 and SQL Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or Remove Programs" that would give me an opportunity for
repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908



Jul 21 '05 #4
Check: Tools > Internet Options > Disable script debugging
Uncheck: Tools > Internet Options > Show a message about every script error

Your other browsers are probably not alerting you of the scripting error.

..NET does not have anything to do with this, unless you have manually changed these settings. In VS.NET, i believe there is a
shortcut link in the project property pages that takes you to the IE settings tab. You may have adjusted it there without realizing
it would affect your IE settings on a global level.

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
I deleted Cookies and Files under Internet Options...

Also following Settings... under Internet Options... I Viewed Files... and deleted all files shown.

Under Viewed Objects... there are about 20 files under C:\WINDOWS\Downloaded Program Files. I'm not sure if I should delete all
these.

Then "Cleared History."

On returning to the problem web page, there was still an error but the message box differed from the one seen originally. This
one now says:

Problems with this Web page might prevent it from being displayed properly
of functioning properly. In the future you can display this message by
double clicking the warning icon displayed in the status bar.

Under this are the details:

Line: 15
Char: 1
Error: Syntax error
Code: 0
URL: htttp://www.bridgeplace.com

This message box has Previous and Next buttons that can cycle through errors. When the mouse over error occurs, the line is 83
and the error is "Object Expected."

Ed

"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)> wrote in message
news:uO**************@TK2MSFTNGP12.phx.gbl...
Instead of repairing IE, clear its cache and its history. You may also want to take a look at the parameters for the Internet
Temporary Files in the IE options.

S. L.

"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message news:uI**************@TK2MSFTNGP14.phx.gbl...
Is there a way that I can repair MS Internet Explorer? I seem to have broken it somewhere. I have been developing a .NET app.
Three days ago I saw a message box in a web site that I visit saying "Syntax error; Line 14". I cleared that (hit button not to
debug) and then the another message box popped up on a mouse over event that said a "Runtime error has occurred. Line 85: Object
expected." I looked at the source and line 85 contained a OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting a problem. I then tried opening the page from my laptop
machine (this had not been involved with the .NET development) and sure enough the page opened correctly. I then tried opening
the page from the Mozilla browser on my desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I have been developing a C# web page app using Visual Studio
.NET 2003 and SQL Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or Remove Programs" that would give me an opportunity for
repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908



Nov 22 '05 #5
Dave,

Turning off the message made the message box go away. You solved the
problem. It must be that the 400 users who visit the site are not set up for
debugging scripts. I was, because of the .NET development!

Try http://www.thebridgeplace.com/ and hover over the "Results" button.

Thanks for the feedback.

Ed
"Dave" <NO*********@dotcomdatasolutions.com> wrote in message
news:uN**************@TK2MSFTNGP09.phx.gbl...
Check: Tools > Internet Options > Disable script debugging
Uncheck: Tools > Internet Options > Show a message about every script
error

Your other browsers are probably not alerting you of the scripting error.

.NET does not have anything to do with this, unless you have manually
changed these settings. In VS.NET, i believe there is a shortcut link in
the project property pages that takes you to the IE settings tab. You may
have adjusted it there without realizing it would affect your IE settings
on a global level.

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I deleted Cookies and Files under Internet Options...

Also following Settings... under Internet Options... I Viewed Files...
and deleted all files shown.

Under Viewed Objects... there are about 20 files under
C:\WINDOWS\Downloaded Program Files. I'm not sure if I should delete all
these.

Then "Cleared History."

On returning to the problem web page, there was still an error but the
message box differed from the one seen originally. This one now says:

Problems with this Web page might prevent it from being displayed
properly
of functioning properly. In the future you can display this message by
double clicking the warning icon displayed in the status bar.

Under this are the details:

Line: 15
Char: 1
Error: Syntax error
Code: 0
URL: htttp://www.bridgeplace.com

This message box has Previous and Next buttons that can cycle through
errors. When the mouse over error occurs, the line is 83 and the error
is "Object Expected."

Ed

"Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
wrote in message news:uO**************@TK2MSFTNGP12.phx.gbl...
Instead of repairing IE, clear its cache and its history. You may also
want to take a look at the parameters for the Internet Temporary Files
in the IE options.

S. L.

"Edward Mitchell" <EE*********@newsgroup.nospam> wrote in message
news:uI**************@TK2MSFTNGP14.phx.gbl...
Is there a way that I can repair MS Internet Explorer? I seem to have
broken it somewhere. I have been developing a .NET app. Three days ago
I saw a message box in a web site that I visit saying "Syntax error;
Line 14". I cleared that (hit button not to debug) and then the another
message box popped up on a mouse over event that said a "Runtime error
has occurred. Line 85: Object expected." I looked at the source and
line 85 contained a OnMouseOver(...) script function.

I questioned the web owner and apparently I was the only one reporting
a problem. I then tried opening the page from my laptop machine (this
had not been involved with the .NET development) and sure enough the
page opened correctly. I then tried opening the page from the Mozilla
browser on my desktop machine - again no problems.

From this I deduce that I have in someway broken my version MS IE. I
have been developing a C# web page app using Visual Studio .NET 2003
and SQL Server.

The IE version that I have is 6.0.2900. Running on an XP, SP2 machine.

The same symptoms exhibit themselves through a reboot.

IE doesn't appear in the list of programs in Control Panel "Add or
Remove Programs" that would give me an opportunity for repair.

Is there a way to repair IE?

Ed
--
Edward E.L. Mitchell
Phone: (239)415-7039
6707 Daniel Court
Fort Myers, FL 33908



Nov 22 '05 #6

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

Similar topics

0
by: Yarik | last post by:
Hello, When I open an HTML document by Internet Explorer 6 and then print the document on a color inkjet printer, some of the colors are rendered incorrectly (they appear much darker than they...
6
by: harry | last post by:
Hi, I have a program that runs on multiple client pc's. Occasionally one or more of those pc's use VPN to connect to another corporate network. When using VPN they need to set proxy server in...
3
by: ckirchho | last post by:
Halo, I am trying to realize a two column layout basically like this: <html> <head> <style> leftCol { float: left; width: 15em; }
1
by: pduncan | last post by:
I'm putting custom tooltips on my buttons and am getting a flicker effect with buttons in Internet explorer (not firefox) When you mouse over a button in internet explorer, the outline of the...
9
by: Etayki | last post by:
Hi! I am new to VB.net and I am using the Visual Basic 2005 Express Edition I have two questions: 1. I am trying to write an application that will automate Internet Explorer and store data...
7
by: imad.sabonji | last post by:
HI I am using Visual Studio.Net 2003 and using C# I would like to know how is it possible to change the Internet explorer window title? ie. i want to get rid of "Microsot Internet Explorer"...
9
by: -Lost | last post by:
http://blogs.msdn.com/ie/archive/2007/12/19/internet-explorer-8-and- acid2-a-milestone.aspx Oh my! A somewhat standards compliant Internet Explorer? What about JavaScript? Not that it proves...
10
by: Lorie0114 | last post by:
Hello, We have an issue that I do not know how to resolve. Our website has several hundred reports. There are a handful of them that are causing issues when there is no interaction for a couple...
0
by: =?Utf-8?B?Si5MLg==?= | last post by:
I am unable to access the internet when I click on internet explorer. The Internet Properties window appears only. I click on OK and then attempt to access the internet again by clicking on the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
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...

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.