[Mono-bugs] [Bug 77898][Wis] Changed - xsp2 uppercased
publickeytoken in web.config doesn't load
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 24 12:35:28 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77898
--- shadow/77898 2006-03-24 12:24:44.000000000 -0500
+++ shadow/77898.tmp.27406 2006-03-24 12:35:28.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 77898
-Product: Mono: Tools
+Product: Mono: Runtime
Version: unspecified
OS: Mandrake 9.1
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
-Component: XSP
+Component: misc
AssignedTo: gonzalo at ximian.com
ReportedBy: ck at carlo-kok.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -54,6 +54,25 @@
------- Additional Comments From ck at carlo-kok.com 2006-03-24 12:24 -------
Created an attachment (id=16666)
Web.Config.Bad
+
+------- Additional Comments From gonzalo at ximian.com 2006-03-24 12:35 -------
+---------------------
+using System;
+using System.Reflection;
+
+class Test {
+ static void Main ()
+ {
+ Assembly ass = Assembly.Load ("System.Windows.Forms,
+Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089");
+ Console.WriteLine (ass);
+ }
+}
+----------------
+
+This program fails to load that dll too.
+
+--> runtime
More information about the mono-bugs
mailing list