|
From: | Klaus Treichel |
Subject: | [Pnet-developers] compile problem with cscc |
Date: | Wed, 21 Apr 2004 19:48:56 +0200 |
Hi,
compiling ml-pnet with the current cvs snapshot of mcs i encountered the following problem. In System.Xml.XmlDocument exists a member CreateNavigator which is marked as virtual protected internal. As much as i know are methods/properties marked as internal not accessible from outside of the assembly in which they are defined. In the assembly System.Data exists a System.Xml/XmlDataDocument which overrides this method. The overriding method is marked as protected override but it should be protected virtual instead. It seems that monos mcs allows the access from outside.
An other question. Does anyone know where to get the .Net 1.2 classlibrary specs from?
Any suggestions are welcome.
Regards Klaus
|
[Prev in Thread] | Current Thread | [Next in Thread] |