[Mono-bugs] [Bug 73081][Maj] New - No errormessages , just dll not found...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Feb 2005 06:37:25 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by pommes@teleos-web.de.

http://bugzilla.ximian.com/show_bug.cgi?id=73081

--- shadow/73081	2005-02-27 06:37:25.000000000 -0500
+++ shadow/73081.tmp.1006	2005-02-27 06:37:25.000000000 -0500
@@ -0,0 +1,69 @@
+Bug#: 73081
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: FC 3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: pommes@teleos-web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: No errormessages , just dll not found...
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Errors in Codebehind pages aren't displayed anymore.
+
+The message dll not found bla bla bla shows up.
+
+
+Steps to reproduce the problem:
+
+For exmaple use this code :
+
+1:Label lblNewLabel; 
+2:lblNewLabel = new Label();
+3:lblNewLabel.Text = "Usernamme from database :"  + sUserName +  "<BR>";
+
+If you comment out line 2 and run the page there should be an error 
+like "no instance of object...." with a yellow border around it and source
+in it .
+
+In 105 under FC2 this message appears (checked !).
+
+
+
+Actual Results:
+
+Error 404
+Server error in '/encodetest' application
+Cannot find '28726.dll'.
+Description: Error processing request.
+
+Error Message: HTTP 404. Cannot find '28726.dll'. 
+
+
+Expected Results:
+
+Errormessage with source and marked position of error....
+
+
+
+How often does this happen? 
+
+All the time.
+
+Additional Information:
+
+Without this output debugging is a very time consuming process because you
+don't have any hint where to look for the error, so I set priority so high!
+
+(Welcome back in the stoneage of programming ;-) )