Targeting for fw 2.0

J

John

Hi

I have upgraded a vs2003 app into vs2008. How can I tell vs2008 to target
this app for framework 2.0 instead of 3.5? I can't seem to find this option
anywhere.

Thanks

Regards
 
M

Miha Markic

a) If your project is C# one then go to Project/Properties/Application tab.
b) If your project is a VB.NET one then go to Project/Properties/Compile tab
and click Advanced Compile Options... button.
And there it is: Target Framework.
 
K

kimiraikkonen

a) If your project is C# one then go to Project/Properties/Application tab.
b) If your project is a VB.NET one then go to Project/Properties/Compile tab
and click Advanced Compile Options... button.
And there it is: Target Framework.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/


I have upgraded a vs2003 app into vs2008. How can I tell vs2008 to target
this app for framework 2.0 instead of 3.5? I can't seem to find this
option anywhere.

Regards

Can i work on target framework as .NET 3.5 using VB 2005 instead of
using VB 2008?
 
M

Miha Markic

What good would that be?

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

kimiraikkonen said:
a) If your project is C# one then go to Project/Properties/Application
tab.
b) If your project is a VB.NET one then go to Project/Properties/Compile
tab
and click Advanced Compile Options... button.
And there it is: Target Framework.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/


I have upgraded a vs2003 app into vs2008. How can I tell vs2008 to
target
this app for framework 2.0 instead of 3.5? I can't seem to find this
option anywhere.

Regards

Can i work on target framework as .NET 3.5 using VB 2005 instead of
using VB 2008?
 
K

kimiraikkonen

What good would that be?

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/




a) If your project is C# one then go to Project/Properties/Application
tab.
b) If your project is a VB.NET one then go to Project/Properties/Compile
tab
and click Advanced Compile Options... button.
And there it is: Target Framework.
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/

Hi
I have upgraded a vs2003 app into vs2008. How can I tell vs2008 to
target
this app for framework 2.0 instead of 3.5? I can't seem to find this
option anywhere.
Thanks
Regards
Can i work on target framework as .NET 3.5 using VB 2005 instead of
using VB 2008?- Hide quoted text -

- Show quoted text -

Just was a question. On a machine which doesn't have VB 2008 but
has .NET 3.5 and VB 2005.
 
M

Miha Markic

Perhaps you can link newer assemblies, however IDE won't support any of the
new IDE features, such as extension methods, LINQ, etc. and will yield
errors in such case I presume.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

What good would that be?

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/




a) If your project is C# one then go to Project/Properties/Application
tab.
b) If your project is a VB.NET one then go to
Project/Properties/Compile
tab
and click Advanced Compile Options... button.
And there it is: Target Framework.
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/

Hi
I have upgraded a vs2003 app into vs2008. How can I tell vs2008 to
target
this app for framework 2.0 instead of 3.5? I can't seem to find this
option anywhere.
Thanks
Regards
Can i work on target framework as .NET 3.5 using VB 2005 instead of
using VB 2008?- Hide quoted text -

- Show quoted text -

Just was a question. On a machine which doesn't have VB 2008 but
has .NET 3.5 and VB 2005.
 
P

Patrice

Plus you have language extensions that are usefull if not mandatory to
support some of the new 3.5 features. I would just install what is missing
(VS 2008 Express editions are free and installs side by side with 2005).

--
Patrice
Perhaps you can link newer assemblies, however IDE won't support any of
the new IDE features, such as extension methods, LINQ, etc. and will yield
errors in such case I presume.

-- [cut]
- Show quoted text -

Just was a question. On a machine which doesn't have VB 2008 but
has .NET 3.5 and VB 2005.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top