[Mono-bugs] [Bug 62341][Min] New - 2 different exception messages for the same, happened error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 02:58:36 -0400 (EDT)


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 jwezel@compumaster.de.

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

--- shadow/62341	2004-08-03 02:58:36.000000000 -0400
+++ shadow/62341.tmp.4267	2004-08-03 02:58:36.000000000 -0400
@@ -0,0 +1,77 @@
+Bug#: 62341
+Product: Mono: Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 2 different exception messages for the same, happened error
+
+Description of Problem:
+=========================
+
+This is my error message when opening my page:
+  Server error in '/' application
+
+  Cannot find 'ChilkatDotNet.dll'.
+  Description: Error processing request. 
+  Error Message: HTTP 404. Cannot find 'ChilkatDotNet.dll'. 
+
+And this is the error written down to the console by xsp:
+
+  ** (/usr/bin/xsp.exe:8172): WARNING **: Could not find assembly 
+Microsoft.VisualC, references from /mono-dev/wwwroot/bin/ChilkatDotNet.dll 
+(assemblyref_index=1)
+     Major/Minor: 7,0
+     Build:       3300,0
+     Token:       b03f5f7f11d50a3a
+
+
+The Microsoft.VisualC library is used by a 3rd party library called 
+ChilkatDotNet.dll, I have no influence on.
+
+The problem I wanted to show you respectively ask you is that the error 
+message in the web page (launched with XSP) is saying, the 
+ChilkatDotNet.dll would be missing, but in fact it's not the 
+ChilkatDotNet.dll but the MS.VisualC.dll. I only wanted to say that there 
+is a difference which should not allowed to be.
+
+After a short discussion with Gonzalo, he recommended to post this bug 
+here in BugZilla in module "runtime".
+
+Steps to reproduce the problem:
+==========================
+1. Download the Chilkat components from 
+http://www.chilkatsoft.com/download/ChilkatDotNet.msi (me myself, I used 
+the version before 4.3.3)
+2. Use it in one of your libraries
+3. Put both libraries into the bin folder of the document root folder of 
+the web server
+
+Actual Results:
+==========================
+2 messages, one at delivered page by XSP saying a wrong message that 
+ChilkatDotNet.dll would be missing and one correct error message at XSP at 
+the console output saying that ChilkatDotNet.dll cannot load MS.VisualC.dll
+
+Expected Results:
+==========================
+Both messages should be the same and be correct.
+
+How often does this happen? 
+==========================
+always
+
+Additional Information:
+==========================
+Even if Gonzalo said to place the bug here at runtime, I could imagine 
+that this bug is more related to the ASP.NET engine.