473,804 Members | 3,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Change version of .net in 2008

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.
Jun 27 '08 #1
3 927

"cj" <cj@nospam.nosp amwrote in message
news:eH******** ******@TK2MSFTN GP02.phx.gbl...
>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

Jun 27 '08 #2
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
"Applicatio n" 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:
ms****@microsof t.com.

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

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

--------------------
>From: "Lloyd Sheen" <a@b.c>
References: <eH************ **@TK2MSFTNGP02 .phx.gbl>
In-Reply-To: <eH************ **@TK2MSFTNGP02 .phx.gbl>
Subject: Re: Change version of .net in 2008
Date: Fri, 18 Apr 2008 11:37:47 -0400
>
"cj" <cj@nospam.nosp amwrote in message
news:eH******* *******@TK2MSFT NGP02.phx.gbl.. .
>>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

Jun 27 '08 #3
cj
Thanks LIoyd and Steven -- I'll try to remember this next time.

Steven Cheng [MSFT] wrote:
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
"Applicatio n" 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:
ms****@microsof t.com.

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

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

--------------------
>From: "Lloyd Sheen" <a@b.c>
References: <eH************ **@TK2MSFTNGP02 .phx.gbl>
In-Reply-To: <eH************ **@TK2MSFTNGP02 .phx.gbl>
Subject: Re: Change version of .net in 2008
Date: Fri, 18 Apr 2008 11:37:47 -0400
>"cj" <cj@nospam.nosp amwrote in message
news:eH******* *******@TK2MSFT NGP02.phx.gbl.. .
>>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

Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1990
by: Ken Fine | last post by:
I am using VS.NET 2008 and like it a lot. One of the very few things I don't like is a bug that seems to spawn literally thousands of   strings, one after the other, on design view changes. Sometimes I will end up with as many as 30,000 of them. I have to do a "Replace" which is slower than I'd like. This is slowing down my work a lot. This might be related to a commercial control I'm using, or it may just be VS.NET's indentation getting...
4
1558
by: bj7lewis | last post by:
I am currently C++/Win32/MFC & C# programmer using VS.NET 2002 and jumped into VS.NET 2003 but that was a waste so I skipped VS.NET 2005 cause buying VS.NET 2003. Now after checking out VS.NET 2008 Beta2 I think VS.NET 2008 is worth the upgrade. But I want to hold off(five+ years depending on features) on more further upgrades OSs & ISEs cause of too many releases - too soon - too much money.... So now going to VS.NET 2008 I want to setup a...
1
1819
by: .nLL | last post by:
Hi, i ma trying to change a dropdown box index to mathing value of on another dropdown box in same form. here is the form -------------------------------------------------------------------------------------------------------------------------- <form method="post" name="myform" action="default.asp"> <p> Select Month: <select name="mymonth" onChange="document.getElementById('myday').selectedIndex=0"> <option value="20080401"...
5
8451
by: muriwai | last post by:
Hi, I have a C# assembly project under Visual Stuio 2008 Pro on Windows Server 2008. I converted the project from VS 2005. The project references COM->Microsoft CDO for Windows 2000 Library 1.0, which adds two entries under References called CDO and ADODB. When I compile the solution, I get the following: Error 1 Assembly 'Interop.CDO, Version=1.0.0.0, Culture=neutral,
20
1937
by: Joel Teichroeb | last post by:
In trunk of the svn there is a folder called PCbuild. Now lets say that I am running linux on my Personal Computer and want to build python. I go into the PCbuild directory, but wait. This is for windows not for any personal computer. Calling Windows PC seems to be something that Apple did so they would not have to directly mention Windows. Could all the places that say PC that are not referring to Personal Computers in general be...
0
832
by: Medardo Rodriguez (Merchise Group) | last post by:
On Sun, Aug 24, 2008 at 10:17 AM, Carson Farmer <carson.farmer@gmail.comwrote: You gave the solution yourself. I don't know if your inner polygons can contain lines and polygons, or only lines, so: #!/usr/bin/env python # -*- coding: utf-8 -*-
4
1935
by: sgxbytes | last post by:
Hi, My html has <Table style="year-button-archive" width="60%" > <tr> <td class="gold" > <a title="year">By Year:</a> <td class="gold"> <a id = "2008" title="2008" href="../announcementList.do?year=2008"> 2008
4
4335
by: gagnonconsulting | last post by:
Hi, This is driving me crazy, but I am sure I am missing something simple. I have built an Access 2007 report that shows 2 rows of sales data from each of a bunch of store locations. My table has the date, the location and the sales_amount. I need to have my report group on locations. The resulting rows include a date and the sales_amount, and I have been able to display the sales_amount for a requested date (through a parameter query) and the...
1
2622
by: Robin Becker | last post by:
I've just been testing out Jakob Sievers' speedup of Python 2.5.2 by compiling on freebsd with gcc-4.3.3 (the standard freebsd 6.1 gcc is 3.4.4). I'm glad to say that his modification did improve pybench overall by about 12%, but during the testing I noticed that in fact some of the pybench results were much worse using gcc-4.3.3 compared to gcc-3.4.4. Of course it may be that freebsd has put more work into 3.4.4, but when I did a...
0
9587
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7623
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4302
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.