Reputation: 1950
Is it problematic to use Visual Studio 2010 to develop a C# .NET 2.0 console application for windows 2k/2k3 server (with .NET 2.0 installed)?
Upvotes: 0
Views: 63
Reputation: 9124
No it's not. All you have to do is to compile your assembly for .NET 2.0. Right click on the project, select properties, Target Framework -> .NET Framework 2.0
Upvotes: 2
Reputation: 1409
No. You can target your framework to 2.0 for your console project in VS2010.
Upvotes: 3