Visual Studio 2005 C# version
-
Can anyone tell me what version of C# is installed with Visual Studio 2005? I tried looking at VS help and googled the question with no luck.
-
Can anyone tell me what version of C# is installed with Visual Studio 2005? I tried looking at VS help and googled the question with no luck.
-
Can anyone tell me what version of C# is installed with Visual Studio 2005? I tried looking at VS help and googled the question with no luck.
C# V2.0 Or to be more accurate; none. The C# compiler is installed with .net, not with Visual Studio. Visual Studio is simply a front end for the compiler.
-
Can anyone tell me what version of C# is installed with Visual Studio 2005? I tried looking at VS help and googled the question with no luck.
If I run
csc /help
, I getMicrosoft (R) Visual C# 2005 Compiler version 8.00.50727.3053 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
Hope this helps. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Can anyone tell me what version of C# is installed with Visual Studio 2005? I tried looking at VS help and googled the question with no luck.
Thanks all
-
If I run
csc /help
, I getMicrosoft (R) Visual C# 2005 Compiler version 8.00.50727.3053 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
Hope this helps. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
He asked about the version of the language, not of the compiler. :-D
-
He asked about the version of the language, not of the compiler. :-D
Oops! :-O **ahem** Version 2.0. Definitely. Yes, 2.0. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”