dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9543] System.Runtime import strangeness


From: anonymous
Subject: [Pnet-developers] [bugs #9543] System.Runtime import strangeness
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #9543] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9543>
Project: DotGNU Portable.NET
Submitted by: 0
On: Sat 07/03/2004 at 22:50

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  System.Runtime import strangeness

Original Submission:  The following code does not compile ("`Runtime' is not a 
member of the namespace `System'") unless the "using" is uncommented.  cscc 
0.6.7, compiled from CVS on June 26.

// uncomment this to allow this code to compile:
// using System.Runtime.CompilerServices;

public class Bug1 {
    public static void Main() {
        string version = System.Runtime.InteropServices.
            RuntimeEnvironment.GetSystemVersion();
    }
}












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9543>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]