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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Aug 2004 07:19:26 -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-27 20:34:59.000000000 -0400
+++ shadow/62341.tmp.28285	2004-08-28 07:19:26.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 62341
 Product: Mono: Runtime
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: RESOLVED   
-Resolution: WONTFIX
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jwezel@compumaster.de               
 QAContact: mono-bugs@ximian.com
@@ -77,6 +77,27 @@
 that this bug is more related to the ASP.NET engine.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-08-27 20:34 -------
 Stuff compiled with C++ is not supported by Mono. You will have to ask
 your vendor to write in a fully managed language (C#, VB.NET, many
 others).
+
+------- Additional Comments From jwezel@compumaster.de  2004-08-28 07:19 -------
+Hi Ben!
+
+You're right, normally I had to ask my vendor. But he won't do that. 
+But this is not the problem I wanted to show you.
+
+The origin problem I see is that the following exception gets thrown:
+	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'. 
+
+It CAN find, but it CANNOT use this assembly (because of unresolvable 
+dependencies).
+Please simply change the error message for this scenario from "Cannot 
+find 'ChilkatDotNet.dll'." to "Assembly 'ChilkatDotNet.dll' has got a 
+missing dependencies to 'Microsoft.VisualC'." or something similar.
+