473,767 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unknown error in ASP.NET 2.0

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
Jul 31 '06 #1
5 1952
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" <pa*****@hotmai l.comwrote in message
news:OP******** ******@TK2MSFTN GP06.phx.gbl...
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


Jul 31 '06 #2
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

Aug 9 '06 #3
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

Aug 9 '06 #4
I have confirmed that writing a script to the response object works
with a asp.net atlas project template.

The bug-hunt continues!

Aug 9 '06 #5
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

RootSpy wrote:
I have confirmed that writing a script to the response object works
with a asp.net atlas project template.

The bug-hunt continues!
Aug 10 '06 #6

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

Similar topics

0
982
by: Eugen Walcher | last post by:
Hello All, I'm getting this error in my error_log in apache. Can anyone offer any assistance in fixing the problem? I'm using RH 9 with apache 2.0.53 and PHP v4.3.11
0
2933
by: Robert | last post by:
did you solve this problem? It seems to be still present here with py2.3.5. Robert -- From: Manish Jethani <manish.j@gmx.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en
5
20448
by: Lars-Erik Aabech | last post by:
Hi! Guess it's my day again.. Tried to deploy a test release of a new asp.net web today, and got a terrible error. The web is running swell on three development computers, but when it's copied to the test server it won't work at all. Looks like aspnet_wp is trying to compile it for five seconds, then it stops working what so ever. The system event log gets the following entry: Application popup: aspnet_wp.exe - Application Error : The...
1
1834
by: TARUN | last post by:
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I have data grid(5 colunm datagrid) on my Page. It's First Colunm is LinkButton whose text property contain the ID. As i click on the this
7
38024
by: John | last post by:
Hi Everyone, I'm having this extremely annoying problem with Internet Explorer 6, giving me an error message saying "unknown runtime error" whenever I try to alter the contents of a <divelement using innerHTML. Now, I've researched this problem on the web, and found many references to it, but none of them quite addressed my specific situation, and since my experience with JavaScript is limited, I was not able to adapt the solutions I...
1
4585
by: tactech | last post by:
Hello Can somebody help me and tell me why I can’t change the background color of the second PN2 panel. I get this error about unknown source Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException at test$myFreakingListener.actionPerformed(test.java:34) at java.awt.Button.processActionEvent(Unknown Source) at java.awt.Button.processEvent(Unknown Source)
1
7788
by: Valli | last post by:
Hi, I have an issue with the content page('default.aspx') while executing the asp.net project. I am getting the error 1. unknown server tag 'asp.Scriptmanager' 2. unknown server tag 'asp.collapsiblepanelextender' 3. unknown server tag 'asp.UpdatePanel Why I am getting this error.? What should be done to fix it.
3
2626
by: Saša Bistrović | last post by:
Saša Bistrović Antuna Mihanvića 13 40000 Čakovec Croatia sasa.bistrovic@ck.t-com.hr FPC: Exception : Unknown Run-Time error : 210 Hi, I'm Saša from Croatia.
2
7393
by: Calvin Cheng | last post by:
Hi, I am attempting to convert a bunch of .txt files into html using the docutils package. It works for most of the txt files except for the index.txt file which gives 2 errors: (1) <Error/3Unknown Directive type "toctree" (2) (ERROR/3) Unknown interpreted text role "ref".
1
3308
by: Gramma2005 | last post by:
I am trying to connect to an access db through php on Windows Server 2003 running XAMPP. The code I am using has worked before on another access db on this server so I am not sure what is causing the error. Here is my code: # First establish the connection $conn = new COM('ADODB.Connection') or exit('Cannot start ADO'); $result = new COM('ADODB.Recordset') or exit('Coult not make rs'); $db =...
0
9575
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9407
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10170
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10014
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7384
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6656
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5280
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5425
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2808
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.