[Mono-bugs] [Bug 52156][Nor] Changed - cannot find SecurityPermissionAttribute

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 19:33:34 -0500 (EST)


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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/52156	2004-01-05 16:25:38.000000000 -0500
+++ shadow/52156.tmp.12155	2004-01-05 19:33:34.000000000 -0500
@@ -128,6 +128,22 @@
 Anyway it may be related to /mcs/class/corlib/corlib.dll.win32-excludes
 
 which specify
 System.Security.Permissions/SecurityPermissionAttribute.cs
 
 I think this was for corcompare issues...
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2004-01-05 19:33 -------
+Ben, mcs successfully compiled that non-default example you provided.
+
+And another testcase I wrote in the first post (Test/TestAttribute) 
+still looks fine.
+
+I just tried another test. I modified the first case 
+(SecurityPermission/SecurityPermissionAttribute) from Foo to static 
+Main, and compiled with *csc* and ran that .exe on mono runtime. The 
+result was:
+
+** (attribute.exe:709096): WARNING **: Could not load class from 
+token 0x01000003 in attribute.exe
+
+Also here, the runtime did not complain about Test/TestAttribute case.