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
"Peter Afonin" <paf...@hotmail.com> wrote in message
news:OPeh6dFt...@TK2MSFTNGP06.phx.gbl...
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
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
The bug-hunt continues!
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