[Mono-bugs] [Bug 62829][Nor] Changed - TypeBuilder.AddDeclarativeSecurity

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 21:41:42 -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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62829

--- shadow/62829	2004-09-16 11:36:31.000000000 -0400
+++ shadow/62829.tmp.17479	2004-09-16 21:41:42.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 62829
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
@@ -84,6 +84,18 @@
 [mscorlib]System.Security.Permissions.SecurityPermissionAttribute::.ctor(valuetype
 [mscorlib]System.Security.Permissions.SecurityAction) =  (
 		01 00 05 00 00 00 01 00 54 02 0F 43 6F 6E 74 72   // ........T..Contr
 		6F 6C 45 76 69 64 65 6E 63 65 01                ) // olEvidence.
 
 
+
+------- Additional Comments From sebastien@ximian.com  2004-09-16 21:41 -------
+Subtle problem here. While MCS/monodis output the expected
+informations, MS ildasm doesn't. 
+
+That explains why I got the "right" results using Mono while you had
+problems using Windows.
+
+I'll try to do more tests tomorrow - mixing MCS/CSC,
+monodis/ildasm.With a little chance this is a very basic (bad
+constant) encoding problem (as MS PEVerify doesn't flag any error on
+the compiled assembly).