[Mono-bugs] [Bug 63240][Wis] New - One crippled DLL leads to a failure of a complete website
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 14:13:31 -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=63240
--- shadow/63240 2004-08-17 14:13:31.000000000 -0400
+++ shadow/63240.tmp.8345 2004-08-17 14:13:31.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 63240
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+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: One crippled DLL leads to a failure of a complete website
+
+Description of Problem:
+XSP fails to do anything on a website if there is one dll in bin folder
+which cannot be used.
+
+Steps to reproduce the problem:
+1. Copy the attached testlink.dll into your bin folder.
+2. Try to launch a favorite page on that website
+
+Actual Results:
+You'll run into the problem that the dependency file of one DLL cannot get
+resolved.
+
+Expected Results:
+This damaged/not working DLL should be ignored as MS.NET does, too.
+
+How often does this happen?
+Always
+
+Additional Information:
+Attached, you'll find the sources for testlink & co.