[Mono-bugs] [Bug 63218][Wis] New - Cannot find '94517.dll'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 09:50:02 -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=63218

--- shadow/63218	2004-08-17 09:50:02.000000000 -0400
+++ shadow/63218.tmp.2486	2004-08-17 09:50:02.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 63218
+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: Cannot find '94517.dll'
+
+Description of Problem:
+ASPX page doesn't compile, but no errors get displayed
+
+Steps to reproduce the problem:
+1. Copy the ChilkatDotNet.dll into a /bin folder
+2. Paste the sample source code into an aspx file
+3. Launch it; you'll get notified that the dll cannot be found
+
+My sample code:
+<%@ PAge language="c#" %>
+<html>
+<body>
+Hello world of C#!
+<script runat="server">
+public class Test
+{
+Chilkat.MailMan mailman = new Chilkat.MailMan ();
+Chilkat.Email email = new Chilkat.Email () ;
+}
+</script>
+</body>
+</html>
+
+
+Actual Results:
+Cannot find '94517.dll'.
+Description: Error processing request. 
+Error Message: HTTP 404. Cannot find '94517.dll'. 
+
+
+Expected Results:
+Should compile and run or should display error message that there is a 
+failure.
+
+How often does this happen? 
+Always
+
+Additional Information:
+The component ChilkatDotNet can be downloaded from Bug 63217.