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=74975 --- shadow/74975 2005-06-19 11:01:23.000000000 -0400 +++ shadow/74975.tmp.14971 2005-06-20 08:10:41.000000000 -0400 @@ -10,13 +10,12 @@ Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: Bad CS0647 when __SECURITY_BOOTSTRAP_DB env variable is present Description of Problem: MCS reports an error CS0647 even if the __SECURITY_BOOTSTRAP_DB variable is present when compiling a non-mscorlib.dll assembly. @@ -112,6 +111,14 @@ profile (with both permissions defined within System.dll and from mscorlib.dll). The build stops (fails, CS0647) when compiling the NET_2_0 profile (but this is because GMCS (like MCS) doesn't support __SECURITY_BOOTSTRAP_DB (except for corlib). + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-20 08:10 ------- +Hari, I'm able to compile on both Linux and cygwin using this patch +(well as long as I'm not adding permission from within the compiled +assembly). Can this patch be applied to SVN ? This would allow me to +add some permissions (from corlib*) inside System.dll. + +* other permissions will wait for this bug report to be resolved. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
