Domanda

I have created a new VB.NET Windows Forms Application.

In VS2010 I click the project settings, and I see the regular tabs "Application", "Build", "Build events", etc.

But under tab "Application", there is no option named "Target framework" like in the following shot:

enter image description here

It is simply not there for me. Instead the option "Application type" is shown at that location.

What am I doing wrong?

È stato utile?

Soluzione

Your screenshot shows where the option exists for C# projects. For VB projects, you can follow the MSDN directions here:

Basically:

  • Compile Tab -> Advanced Compile Options...

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top