asp.net 3.5 and ajax on widows 2003

asp.net 3.5 and ajax on widows 2003

am 21.01.2008 00:11:01 von David4021

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">



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?

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 05:25:15 von DFS

in iis 6.0 you need to config the asp net application to be 3.5. the
message means you are running 2.0

-- bruce (sqlwork.com)

David4021 wrote:
> 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">
> >
>
>
> 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?
>
>

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 16:13:02 von David4021

Thank you, yes, however in IIS on the asp.net tab only 2.0x is available,
despite the fact I installed 3.5?



"bruce barker" wrote:

> in iis 6.0 you need to config the asp net application to be 3.5. the
> message means you are running 2.0
>
> -- bruce (sqlwork.com)
>
> David4021 wrote:
> > 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">
> > > >
> >
> >
> > 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?
> >
> >
>

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 16:15:02 von David4021

Thank you,

Yes, that would make sense but in IIS on the asp.net tab only 2.0x is shown,
not 3.5 so I cant configure it?



"bruce barker" wrote:

> in iis 6.0 you need to config the asp net application to be 3.5. the
> message means you are running 2.0
>
> -- bruce (sqlwork.com)
>
> David4021 wrote:
> > 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">
> > > >
> >
> >
> > 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?
> >
> >
>

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 16:57:01 von nomailreplies

re:
!> in IIS on the asp.net tab only 2.0x is shown

That's because the .Net Framework 3.5 targets the 2.0 CLR.
It will work fine with the 2.0 CLR.

re:
!> not 3.5 so I cant configure it?

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




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" wrote in message
news:34311EA2-4419-4C74-8C6A-B81C26841B14@microsoft.com...
> Thank you,
>
> Yes, that would make sense but in IIS on the asp.net tab only 2.0x is shown,
> not 3.5 so I cant configure it?
>
>
>
> "bruce barker" wrote:
>
>> in iis 6.0 you need to config the asp net application to be 3.5. the
>> message means you are running 2.0
>>
>> -- bruce (sqlwork.com)
>>
>> David4021 wrote:
>> > 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">
>> > >> >
>> >
>> >
>> > 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?
>> >
>> >
>>

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 17:04:19 von mark

"Juan T. Llibre" wrote in message
news:%23oleDZEXIHA.1532@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

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 17:05:52 von nomailreplies

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" wrote in message
news:E218A0A6-A2D0-4293-958E-ED83107CE576@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">
> >
>
>
> 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?
>
>

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 17:09:05 von nomailreplies

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]" wrote in message news:uOsNNdEXIHA.1212@TK2MSFTNGP05.phx.gbl...
> "Juan T. Llibre" wrote in message news:%23oleDZEXIHA.1532@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

Re: asp.net 3.5 and ajax on widows 2003

am 21.01.2008 17:40:01 von David4021

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]" wrote in message news:uOsNNdEXIHA.1212@TK2MSFTNGP05.phx.gbl...
> > "Juan T. Llibre" wrote in message news:%23oleDZEXIHA.1532@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
>
>
>