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

Re: Targeting for fw 2.0 by Miha

Miha
Tue Feb 19 02:56:47 CST 2008

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 & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"John" <John@nospam.infovis.co.uk> wrote in message
news:%23GxUu2ncIHA.5164@TK2MSFTNGP03.phx.gbl...
> 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
>


Re: Targeting for fw 2.0 by kimiraikkonen

kimiraikkonen
Tue Feb 19 05:16:58 CST 2008

On Feb 19, 10:56 am, "Miha Markic" <miha at rthand com> wrote:
> 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/
>
> "John" <J...@nospam.infovis.co.uk> wrote in message
>
> news:%23GxUu2ncIHA.5164@TK2MSFTNGP03.phx.gbl...
>
> > 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?

Re: Targeting for fw 2.0 by Miha

Miha
Tue Feb 19 06:25:45 CST 2008

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" <kimiraikkonen85@gmail.com> wrote in message
news:359b3550-965b-426a-a869-602e8b6ccf9c@o77g2000hsf.googlegroups.com...
> On Feb 19, 10:56 am, "Miha Markic" <miha at rthand com> wrote:
>> 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/
>>
>> "John" <J...@nospam.infovis.co.uk> wrote in message
>>
>> news:%23GxUu2ncIHA.5164@TK2MSFTNGP03.phx.gbl...
>>
>> > 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?


Re: Targeting for fw 2.0 by kimiraikkonen

kimiraikkonen
Tue Feb 19 06:55:02 CST 2008

On Feb 19, 2:25=A0pm, "Miha Markic" <miha at rthand com> wrote:
> 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/
>
> "kimiraikkonen" <kimiraikkone...@gmail.com> wrote in message
>
> news:359b3550-965b-426a-a869-602e8b6ccf9c@o77g2000hsf.googlegroups.com...
>
>
>
> > On Feb 19, 10:56 am, "Miha Markic" <miha at rthand com> wrote:
> >> 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/Compil=
e
> >> 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/
>
> >> "John" <J...@nospam.infovis.co.uk> wrote in message
>
> >>news:%23GxUu2ncIHA.5164@TK2MSFTNGP03.phx.gbl...
>
> >> > 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.

Re: Targeting for fw 2.0 by Miha

Miha
Tue Feb 19 07:47:59 CST 2008

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/

"kimiraikkonen" <kimiraikkonen85@gmail.com> wrote in message
news:e4322bad-1945-4ac9-804d-30f058b6a46f@e60g2000hsh.googlegroups.com...
On Feb 19, 2:25 pm, "Miha Markic" <miha at rthand com> wrote:
> 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/
>
> "kimiraikkonen" <kimiraikkone...@gmail.com> wrote in message
>
> news:359b3550-965b-426a-a869-602e8b6ccf9c@o77g2000hsf.googlegroups.com...
>
>
>
> > On Feb 19, 10:56 am, "Miha Markic" <miha at rthand com> wrote:
> >> 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/
>
> >> "John" <J...@nospam.infovis.co.uk> wrote in message
>
> >>news:%23GxUu2ncIHA.5164@TK2MSFTNGP03.phx.gbl...
>
> >> > 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.


Re: Targeting for fw 2.0 by Patrice

Patrice
Tue Feb 19 08:28:04 CST 2008

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]
>
>> > 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.