|
From: | Klaus Treichel |
Subject: | [Pnet-developers] alias in using Namespace is not handled as in Microsoft .Net (1.0 or 1.1) |
Date: | Mon, 22 Sep 2003 17:01:49 +0200 |
Hi,
the following code is compiled correctly with the Microsoft.Net C# Compiler:
using DotNet_System = System;
namespace TestCompile.System { class TestClass : DotNet_System.Object { static void Main(string[] args) { } } }
with pnet cscc the following errors occure:
Class1.cs:5: `DotNet_System' is not declared in the current scope Class1.cs:6: invalid left operand to `.' Class1.cs:6: invalid base type
Regards
Klaus Treichel |
[Prev in Thread] | Current Thread | [Next in Thread] |