Change version of .net in 2008

  • Thread starter Thread starter cj
  • Start date Start date
C

cj

I know there is a menu somewhere in 2008 that lets you set the version
of .net to build the app to. Where is it? I'm building a windows app
if that makes a difference.
 
cj said:
I know there is a menu somewhere in 2008 that lets you set the version of
.net to build the app to. Where is it? I'm building a windows app if that
makes a difference.

In typical fashion it is hidden behind many menus/dialogs.

1. Project Properties
2. Compile Tab
3. Advanced Compile Options...
4. Target framework

Select from dropdown list

LS
 
Thanks for LIoyd's informative suggestion.

Hi Cj,

As LIoyd suggested, you can found the "Target framework" setting in
project's "property page"

For C# project, the "Target Framework" setting appeare on the default
"Application" page

While for VB.NET project, you need to switch to "Compile" setting page so
as to find the "Target Framework" setting.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top