[Mono-bugs] [Bug 63217][Wis] New - Wrong exception message in XSP output

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 09:27:58 -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=63217

--- shadow/63217	2004-08-17 09:27:58.000000000 -0400
+++ shadow/63217.tmp.2076	2004-08-17 09:27:58.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 63217
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong exception message in XSP output
+
+Description of Problem:
+The web page outputted by XSP web server said, ChilkatDotNet.dll was 
+missing. This is wrong. It is there but it's referencing a VisualC.dll 
+which isn't there.
+
+Steps to reproduce the problem:
+1. Download Chilkat components from http://www.chilkatsoft.com or get 
+another C++ written library which required VisualC.dll
+2. Place this dll into the bin folder
+3. Try to use that dll (for ChilkatDotNet, there is some sample code 
+available at its web site)
+
+Actual Results:
+Cannot find 'ChilkatDotNet.dll'.
+Description: Error processing request. 
+Error Message: HTTP 404. Cannot find 'ChilkatDotNet.dll'. 
+
+Expected Results:
+Same exception message as on console of XSP:
+** (/usr/bin/xsp.exe:19443): WARNING **: Could not find assembly 
+Microsoft.VisualC, references from /mono-dev/wwwroot/bin/ChilkatDotNet.dll 
+(assemblyref_index=1)
+
+How often does this happen? 
+Always
+
+Additional Information: