[Mono-dev] Compile time errors

Rob Wilkens robwilkens at gmail.com
Mon Jul 2 00:42:39 UTC 2012


I'm having trouble building after a fetch/pull, here's the message:
MCS     [build] System.Core.dll
....
System.IO.MemoryMappedFiles/MemoryMappedFileSecurity.cs(35,15): error
CS0122:
`System.Security.AccessControl.ObjectSecurity<System.IO.MemoryMappedFiles.MemoryMappedFileRights>.ObjectSecurity()'
is inaccessible due to its protection level
......

I looked at ObjectSecurity() and how it's defined, and from what i can
tell it's not declared as either public or protected, it's declared as
internal, so the error message makes sense in spite of the fact that
these files haven't been changed too recently, is anyone else aware of
this issue or is it a problem with my local copy?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120701/b4e00a06/attachment.html>


More information about the Mono-devel-list mailing list