Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: Easy question! [modified] Pin
User 665818-Jun-06 4:36
User 665818-Jun-06 4:36 
JokeRe: Easy question! Pin
Squee!18-Jun-06 9:22
Squee!18-Jun-06 9:22 
QuestionDCC Transfer - C# Pin
MaxWAT18-Jun-06 4:10
MaxWAT18-Jun-06 4:10 
AnswerRe: DCC Transfer - C# Pin
Mr. VB.NET20-Jun-06 2:13
Mr. VB.NET20-Jun-06 2:13 
QuestionDate Regulare Expression Pin
Mohamed El Gohary18-Jun-06 4:09
Mohamed El Gohary18-Jun-06 4:09 
AnswerRe: Date Regulare Expression Pin
Guffa18-Jun-06 4:15
Guffa18-Jun-06 4:15 
Question.Net version Pin
Stanciu Vlad18-Jun-06 1:09
Stanciu Vlad18-Jun-06 1:09 
AnswerRe: .Net version Pin
Dave Kreskowiak18-Jun-06 2:56
mveDave Kreskowiak18-Jun-06 2:56 
They all have compilers. There is no macro support in C# that will show you the .NET version or the Visual Studio version. Each version of Visual Studio will only work with one version of the .NET Framework.

VS.NET 2002 -> .NET Framework 1.0
VS.NET 2003 -> .NET Framework 1.1
VS.NET 2005 -> .NET Framework 2.0

This doesn't mean that the app won't work with an older version of the Framework, however. For example, so long as your app is not using anything specific to the .NET Framework 2.0, you're app should run just fine under the 1.1 version.


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 3:10
Stanciu Vlad18-Jun-06 3:10 
GeneralRe: .Net version Pin
User 665818-Jun-06 3:42
User 665818-Jun-06 3:42 
GeneralRe: .Net version Pin
Roger Alsing18-Jun-06 7:45
Roger Alsing18-Jun-06 7:45 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 7:50
Stanciu Vlad18-Jun-06 7:50 
GeneralRe: .Net version Pin
Ed.Poore18-Jun-06 8:17
Ed.Poore18-Jun-06 8:17 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 8:22
Stanciu Vlad18-Jun-06 8:22 
GeneralRe: .Net version Pin
Ed.Poore18-Jun-06 8:33
Ed.Poore18-Jun-06 8:33 
GeneralRe: .Net version Pin
J. Dunlap18-Jun-06 19:51
J. Dunlap18-Jun-06 19:51 
QuestionHow To get the input from parallel port using c# [modified] Pin
h_world18-Jun-06 0:42
h_world18-Jun-06 0:42 
AnswerRe: How To get the input from parallel port using c# Pin
Ed.Poore18-Jun-06 8:34
Ed.Poore18-Jun-06 8:34 
QuestionSending parameter while installation Pin
anom2m17-Jun-06 22:46
anom2m17-Jun-06 22:46 
AnswerRe: Sending parameter while installation Pin
Ed.Poore18-Jun-06 8:17
Ed.Poore18-Jun-06 8:17 
Questionruntime created tables into SQL databases Pin
minnie mouse17-Jun-06 22:25
minnie mouse17-Jun-06 22:25 
AnswerRe: runtime created tables into SQL databases Pin
Colin Angus Mackay17-Jun-06 23:00
Colin Angus Mackay17-Jun-06 23:00 
GeneralRe: runtime created tables into SQL databases Pin
minnie mouse19-Jun-06 16:04
minnie mouse19-Jun-06 16:04 
GeneralRe: runtime created tables into SQL databases Pin
Colin Angus Mackay19-Jun-06 20:17
Colin Angus Mackay19-Jun-06 20:17 
QuestionI loose the session on the client side Pin
TheBeginner7717-Jun-06 21:39
TheBeginner7717-Jun-06 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.