[Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
__SECURITY_BOOTSTRAP_DB env variable is present
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 20 08:10:41 EDT 2005
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 at ximian.com.
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: marek.safar at seznam.cz
ReportedBy: sebastien at ximian.com
QAContact: mono-bugs at ximian.com
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 sebastien at ximian.com 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.
More information about the mono-bugs
mailing list