[Mono-bugs] [Bug 58758][Wis] Changed - ashx without codebehind cannot find dlls in bin/
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 21:05:50 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58758
--- shadow/58758 2004-05-25 19:55:43.000000000 -0400
+++ shadow/58758.tmp.3809 2004-05-25 21:05:50.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 58758
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: mdk 9.1
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: chris@turchin.net
@@ -235,6 +235,19 @@
And when I copy GD-Sharp.dll to /usr/lib, then everything works
fine... But that is not the point. AFAIK, it should work without
copying these DLLs to another location. And like I said, as a compiled
vesion with CodeBehind, it works...
+
+------- Additional Comments From gonzalo@ximian.com 2004-05-25 21:05 -------
+I did what you said and got a page with this content:
+---
+mleh!
+---
+
+and in the console:
+---
+test
+---
+
+so, can you cook a real test case?