Change the Target .NET Framework Version VB 2008/2010

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

Reference Link: http://msdn.microsoft.com/en-us/library/bb398202.aspx

Change the Target .NET Framework Version or Profile for an Existing Project
--------------------------------------------------------------------------------

The following steps show how to change the .NET Framework target for an existing project.

To change the target .NET Framework version or profile
1.In Visual Studio, open the project you want to change.

2.Right-click the project in Solution Explorer and then click Properties.

3.In the Project Designer, locate the Target Framework list, as follows:

For Visual Basic projects, click the Compile tab and then click Advanced Compile Options. The Target Framework list is in the Advanced Compiler Settings dialog box.

For Visual C# projects, the Target Framework list is on the Application tab of the Project Designer. For more information, see Application Page, Project Designer (C#).

For Visual F# projects, the Target Framework list is on the Application tab of the Project Designer.

4.In the Target Framework list, select a .NET Framework version or profile that differs from the current one for the project.

When you click OK, the project unloads and then reloads in the integrated development environment (IDE). The project now targets the .NET Framework version that you just selected.
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Thanks Scottie ;) I always though VB.net couldn't do that :S
Top-notch casual Dating
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Thanks Scottie, this is useful most times cooll;
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
3 posts Page 1 of 1
Return to “Tutorial Requests”