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

Home Posts Topics Members FAQ

Browser no longer shows error messages

I don't know how this happened, but my development workstation suddenly
stopped showing error messages in IE and instead shows a web portal of some
kind that has "Problems finding what you're looking for?" accross the top
and a bunch of links to search.windowenhancer.com. I must have downloaded
something and inadvertantly got this on my machine. Anyone know how I can
get this off so I can read my development error messages again?

Scott
Jul 21 '05 #1
8 1402
Nevermind... I just went through all my programs and uninstalled anything
showing "Lycos" or "search tool"... that seems to have stopped the problem.

Schoo

"Schoo" <sc***********@nospam.ma-hc.com> wrote in message
news:e6**************@TK2MSFTNGP09.phx.gbl...
I don't know how this happened, but my development workstation suddenly
stopped showing error messages in IE and instead shows a web portal of some kind that has "Problems finding what you're looking for?" accross the top
and a bunch of links to search.windowenhancer.com. I must have downloaded
something and inadvertantly got this on my machine. Anyone know how I can
get this off so I can read my development error messages again?

Scott

Jul 21 '05 #2
Get urself a copy of AdAware: http://www.lavasoftusa.com/software/adaware/

Lars Moastuen
On Wed, 7 Jul 2004 10:25:31 -0500, Schoo <sc***********@nospam.ma-hc.com>
wrote:
I don't know how this happened, but my development workstation suddenly
stopped showing error messages in IE and instead shows a web portal of
some
kind that has "Problems finding what you're looking for?" accross the top
and a bunch of links to search.windowenhancer.com. I must have
downloaded
something and inadvertantly got this on my machine. Anyone know how I
can
get this off so I can read my development error messages again?

Scott


--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jul 21 '05 #3
I already have that installed... this is something different (I am STILL
having the problem).

It is the weirdest thing... my address line shows the proper URL of the page
in my application (http://localhost/project1/webform.aspx), but the page is
showing a bunch of advertising. This stinks!!! I miss the error messages
that I could use to troubleshoot. HELP!!!

Schoo

"Lars Moastuen" <la*****@everyday.com> wrote in message
news:op**************@lars.mshome.net...
Get urself a copy of AdAware: http://www.lavasoftusa.com/software/adaware/

Lars Moastuen
On Wed, 7 Jul 2004 10:25:31 -0500, Schoo <sc***********@nospam.ma-hc.com>
wrote:
I don't know how this happened, but my development workstation suddenly
stopped showing error messages in IE and instead shows a web portal of
some
kind that has "Problems finding what you're looking for?" accross the top and a bunch of links to search.windowenhancer.com. I must have
downloaded
something and inadvertantly got this on my machine. Anyone know how I
can
get this off so I can read my development error messages again?

Scott


--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Jul 21 '05 #4
Hi Schoo,

I think you're getting advertising messages because you have installed some
other applications. This issue might also caused by viruses. Are you still
getting this kind of problem now?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #5
Yes I am still getting the problem. I have installed Ad-aware 6.0 and
Spybot 1.3 but they seem to have no effect. I am on my business's LAN and
they have McAfee running on my desktop plus some sort of McAfee appliance in
the server room in addition to the firewall stuff. I agree that either some
program is running in place of the normal error screen or, the screen has
been replaced. How can I get it back?

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:Iq**************@cpmsftngxa06.phx.gbl...
Hi Schoo,

I think you're getting advertising messages because you have installed some other applications. This issue might also caused by viruses. Are you still
getting this kind of problem now?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #6
Yes I am still getting the problem. I have installed Ad-aware 6.0 and
Spybot 1.3 but they seem to have no effect. I am on my business's LAN and
they have McAfee running on my desktop plus some sort of McAfee appliance in
the server room in addition to the firewall stuff. I agree that either some
program is running in place of the normal error screen or, the screen has
been replaced. How can I get it back?

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:Iq**************@cpmsftngxa06.phx.gbl...
Hi Schoo,

I think you're getting advertising messages because you have installed some other applications. This issue might also caused by viruses. Are you still
getting this kind of problem now?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #7
Hi Schoo,

Would you try to use this tool to recover?

http://www.mvps.org/sramesh2k/toolbarcop.htm

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #8
I just solved it! I went into options and unchecked the "use friendly error
message". I did not change this, but somehow it got checked.

Thanks,

Scott

"Kevin Yu [MSFT]" <v-****@online.microsoft.com> wrote in message
news:jl**************@cpmsftngxa06.phx.gbl...
Hi Schoo,

Would you try to use this tool to recover?

http://www.mvps.org/sramesh2k/toolbarcop.htm

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #9

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

Similar topics

3
by: Michael G. Schneider | last post by:
I recently upgraded my servers to 2003. Since then the error-information shown in the browser has changed. For example, if under Windows 2000 I executed an SQL statement from within an ASP, and...
3
by: Andrew Mayo | last post by:
(note: reason for posting here; browser helper object is written in C++; C++ developers tend to know the intricacies of message handling; this looks like a Windows messaging issue) Microsoft...
4
by: Matt | last post by:
For debugging javascript purposes, should we ensure the following check boxes (1-3) are checked. In IE browser, tools->Internet Options->Advanced Under Browsing, 1) disable script debugging...
7
by: (Pete Cresswell) | last post by:
We were testing a version of our app that's been running for months with no problems and it started throwing "Object no longer exists" messages on two machines in the test environment. We tried...
1
by: Mad Scientist Jr | last post by:
I have a textbox control (for simplicity call it Text1) with autopostback turned on. It has a couple validators: RequiredFieldValidator_Text1 RegularExpressionValidator_Text1 The Text1...
7
by: Schoo | last post by:
I don't know how this happened, but my development workstation suddenly stopped showing error messages in IE and instead shows a web portal of some kind that has "Problems finding what you're...
6
by: Robin | last post by:
Hello! I am useing ASP scripts with PERL and IIS 6.0 (Internet Information Server). The scripts are useing the 'Response.Redirect "xxx.asp"' cmd. Beside this there is a form which calls another...
20
by: Tim Reynolds | last post by:
Team, I am developing a web service. In testing in on my enw PC, I am expecting to see exceptions thrown appear on my browser. Instead I am getting an HTTP 500 Internal Server Error page and I am...
7
by: Anil | last post by:
I have a Javascript program which runs in the browser and has functions work(), and stop(). It listens to commands from the server to work() and can be interrupted by the server to stop(). I am...
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
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...
0
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: 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: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.