From: Mark Rae [MVP] on
"Juan T. Llibre" <nomailreplies(a)nowhere.com> wrote in message
news:%23oleDZEXIHA.1532(a)TK2MSFTNGP04.phx.gbl...

> Yes, you can configure your web project to use 3.5 in the VS 2008 IDE.
>
> Right-click the project name in the Solution Explorer, select "Property
> Pages",
> select "build" in the left panel, and select the 3.5 .Net Framework as the
> "Target Framework".

Or the "Application" tab if you're using the project model rather than the
site model...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

From: Juan T. Llibre on
re:
!> per other posts apparently (and bizzarely in my opinion) in IIS6 the asp.net
!> 3.5 isnt supposed so be available in the dropdown, just 2.0 even after an
!> upgrade (go figure on that one) which is the case?

To put you a bit more at ease, yes, that is the case and, yes, I also think it's bizarre.

I argued until I was blue in the face with part of the .Net Development Team,
trying to get them to synchronize the .Net Framework version with the ASP.NET version.

They thought it wouldn't cause confusion, but evidently it does.




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/
======================================
"David4021" <David4021(a)discussions.microsoft.com> wrote in message
news:E218A0A6-A2D0-4293-958E-ED83107CE576(a)microsoft.com...
>I have an app working fine on vista ultimate(iis7 , .net 3.5 , ajax)
>
> After installing .net 3.5 on my windows 2003 server (currently at 2.0) the
> app breaks :
>
> Parser Error Message: Unknown server tag 'asp:ScriptManager'.
> asp:ScriptManager ID="ScriptManager1" runat="server">
> </asp:ScriptManager
>
>
>
> Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
> ASP.NET Version:2.0.50727.1433
>
> which sort of says that 3.5 is not infact being used since it includes the
> new ajax framework?
>
> per other posts apparently (and bizzarely in my opinion) in IIS6 the asp.net
> 3.5 isnt supposed so be available in the dropdown, just 2.0 even after an
> upgrade (go figure on that one) which is the case?
>
>


From: Juan T. Llibre on
Indeed.

Thanks for completing the scenario, Mark.



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/
======================================
"Mark Rae [MVP]" <mark(a)markNOSPAMrae.net> wrote in message news:uOsNNdEXIHA.1212(a)TK2MSFTNGP05.phx.gbl...
> "Juan T. Llibre" <nomailreplies(a)nowhere.com> wrote in message news:%23oleDZEXIHA.1532(a)TK2MSFTNGP04.phx.gbl...
>
>> Yes, you can configure your web project to use 3.5 in the VS 2008 IDE.
>>
>> Right-click the project name in the Solution Explorer, select "Property Pages",
>> select "build" in the left panel, and select the 3.5 .Net Framework as the "Target Framework".
>
> Or the "Application" tab if you're using the project model rather than the site model...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net


From: David4021 on
Thank you everyone, I thiink then my problem is related to the ajax
configuration,
I'll pursue this thread:

http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx



"Juan T. Llibre" wrote:

> Indeed.
>
> Thanks for completing the scenario, Mark.
>
>
>
> 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/
> ======================================
> "Mark Rae [MVP]" <mark(a)markNOSPAMrae.net> wrote in message news:uOsNNdEXIHA.1212(a)TK2MSFTNGP05.phx.gbl...
> > "Juan T. Llibre" <nomailreplies(a)nowhere.com> wrote in message news:%23oleDZEXIHA.1532(a)TK2MSFTNGP04.phx.gbl...
> >
> >> Yes, you can configure your web project to use 3.5 in the VS 2008 IDE.
> >>
> >> Right-click the project name in the Solution Explorer, select "Property Pages",
> >> select "build" in the left panel, and select the 3.5 .Net Framework as the "Target Framework".
> >
> > Or the "Application" tab if you're using the project model rather than the site model...
> >
> >
> > --
> > Mark Rae
> > ASP.NET MVP
> > http://www.markrae.net
>
>
>