Ì
ìÅÂÅÄÉÎÓËÉÊ áÌÅËÓÁÎÄÒ
Good day!
i have a little problem, which I can't undestand. In VS.NET 2003 create
emply VC# project, add empty code file, and write next simple code:
////////////
using System.Text.RegularExpressions;
class Test
{
static void Main()
{
}
}
////////////
While building, I got error message:
The type or namespace name 'RegularExpressions' does not exist in the class
or namespace 'System.Text' (are you missing an assembly reference?)
But when I compile this file using csc.exe, compiling finish with no error.
What I do wrong?
I'm sorry for my English
Thanks.
Alexandr.
i have a little problem, which I can't undestand. In VS.NET 2003 create
emply VC# project, add empty code file, and write next simple code:
////////////
using System.Text.RegularExpressions;
class Test
{
static void Main()
{
}
}
////////////
While building, I got error message:
The type or namespace name 'RegularExpressions' does not exist in the class
or namespace 'System.Text' (are you missing an assembly reference?)
But when I compile this file using csc.exe, compiling finish with no error.
What I do wrong?
I'm sorry for my English
Thanks.
Alexandr.