Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unknown error in ASP.NET 2.0

1 view
Skip to first unread message

Peter Afonin

unread,
Jul 31, 2006, 4:12:04 AM7/31/06
to
Hello,

I'm developing an Atlas application in ASP.NET 2.0. Everything was OK, but
suddenly I started to get some strange errors on one of the pages:

When I click any button or invoke any server-side script, I'm getting a
popup window: "Unknown error".

So I'm stuck. There is no error number, so I cannot investigate it further.
There are no errors on the server side - when I debug, everything is OK, the
error occurs after the server side code runs. This is not a Javascript error
either.

So all I'm getting is a pop-up message "Unknown error" with the yellow
triangle and "!" sign. It occurs in IE and Netscape, and only on one page.

All this started to happen after I added a link button to this page. But now
if I remove it - the error remains.

Do you have any ideas what this might be? I would really appreciate your
suggestions.

Thank you,

--
Peter Afonin


Peter Afonin

unread,
Jul 31, 2006, 5:02:54 AM7/31/06
to
Just wanted to add - I've tried this on three different servers, so probably
this has nothing to do with IIS settings, especially because before
everything worked fine.

Peter

"Peter Afonin" <paf...@hotmail.com> wrote in message
news:OPeh6dFt...@TK2MSFTNGP06.phx.gbl...

RootSpy

unread,
Aug 9, 2006, 9:09:49 AM8/9/06
to
Hi Peter,

I am experiencing the same problem. I am using the latest ATLAS CTP. I
also get the error message after calling a stored procedure via the
enterprise lib Data block. SQL porfiler reveals that the actual stored
procedure was called, no server-side errors. I am a bit confused and
not sure on how to go about debugging the problem? Please let me know
if you happen to resolve this.

Kind Regards,

RootSpy

RootSpy

unread,
Aug 9, 2006, 10:21:04 AM8/9/06
to
Hi Peter,

I was wrong about the problem all along. In my client side I make a
call to:

Response.Output.Write("<script>alert('error');</script>");

For some reason this doesn't work with ATLAS...busy doing further
testing/research as we speak...will keep you posted!


Kind Regards,

RootSpy

RootSpy

unread,
Aug 9, 2006, 10:26:26 AM8/9/06
to
I have confirmed that writing a script to the response object works
with a asp.net atlas project template.

The bug-hunt continues!

Peter Afonin

unread,
Aug 10, 2006, 9:29:07 PM8/10/06
to
Hi RootSpy,

I've fount what was my problem. I've added the hyperlink effects using
FrontPage, and had two lines of code:

<style fprolloverstyle>A:hover {color: red; font-weight: bold}
</style>

Aparently, Atlas didn't like it. After I rremoved these lines, I have
no problems.

But while I was doing my research, I'd found many possible reasons for
it. For instance, many people report that Atlas doesn't like ampresand
'&' in the Title tag. So it could be anything.

Good luck!

Peter

0 new messages