I'm creating a winform app, but I would think it's the same method.
The option to change doesn't show up in the properties page of my project.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"Cirene" <cir...@nowhere.com> wrote in message
news:eSDypdhq...@TK2MSFTNGP04.phx.gbl...
If C## this is in the Application tab. If VB.NET click "Advanced compiled
options" in the "Compile" tab.
__
Patrice
"Cirene" <cir...@nowhere.com> a écrit dans le message de groupe de
discussion : eSDypdhq...@TK2MSFTNGP04.phx.gbl...
For Visual Basic WinForms projects, click the Compile tab and then click Advanced Compile Options.
The Target Framework list is in the Advanced Compiler Settings Dialog Box.
Open your project, right-click your project's name in the Solution Explorer;
select "Properties" from the context menu; select "Compile" from the left-hand list;
scroll down to the "Advanced Compile Options" button and click it;
select the "Target Framework (all configurations) dropdown and
select the target framework you want ( 2.0, 3.0 or 3.5 ).
You will be prompted to close and reopen the project.
When it reopens automatically, the change will have been effected.
For Visual C# WinForms projects, the Target Framework list is on the Application tab of the Project Designer.
Open your project, right-click your project's name in the Solution Explorer;
select "Properties" from the context menu; select "Application" from the left-hand list;
select the "Target Framework (all configurations) dropdown and
select the target framework you want ( 2.0, 3.0 or 3.5 ).
re:
!> I'm creating a winform app, but I would think it's the same method.
It's not.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Cirene" <cir...@nowhere.com> wrote in message news:eSDypdhq...@TK2MSFTNGP04.phx.gbl...
I've verified the Adv Compiler Settings. They are set to 2.0.
Thanks.
"Juan T. Llibre" <nomail...@nowhere.com> wrote in message
news:OPEIA$hqIHA...@TK2MSFTNGP02.phx.gbl...
Do you still have any references to 3.5 assemblies ?
For example :
using System.Linq;
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Cirene" <cir...@nowhere.com> wrote in message news:ueAmQ3kq...@TK2MSFTNGP04.phx.gbl...
"Juan T. Llibre" <nomail...@nowhere.com> wrote in message
news:OZZ4NIlq...@TK2MSFTNGP03.phx.gbl...