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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: @@ -54,6 +54,25 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-03-24 12:24 ------- Created an attachment (id=16666) Web.Config.Bad + +------- Additional Comments From [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
