PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

asp.net 3.5 and ajax on widows 2003

 
 
David4021
Guest
Posts: n/a
 
      20th Jan 2008
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?


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      21st Jan 2008
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">
> </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?
>
>

 
Reply With Quote
 
David4021
Guest
Posts: n/a
 
      21st Jan 2008
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">
> > </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?
> >
> >

>

 
Reply With Quote
 
David4021
Guest
Posts: n/a
 
      21st Jan 2008
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">
> > </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?
> >
> >

>

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      21st Jan 2008
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" <(E-Mail Removed)> wrote in message
news:34311EA2-4419-4C74-8C6A-(E-Mail Removed)...
> 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">
>> > </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?
>> >
>> >

>>



 
Reply With Quote
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      21st Jan 2008
"Juan T. Llibre" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...

> 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

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      21st Jan 2008
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" <(E-Mail Removed)> wrote in message
news:E218A0A6-A2D0-4293-958E-(E-Mail Removed)...
>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?
>
>



 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      21st Jan 2008
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]" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> "Juan T. Llibre" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>
>> 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



 
Reply With Quote
 
David4021
Guest
Posts: n/a
 
      21st Jan 2008
Thank you everyone, I thiink then my problem is related to the ajax
configuration,
I'll pursue this thread:

http://asp.net/ajax/documentation/li...SPNETAJAX.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]" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> > "Juan T. Llibre" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> >
> >> 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

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Widows 7 and Student version of Office 2003 Dixie500 Microsoft Outlook Discussion 3 8th Mar 2010 03:19 PM
AJAX ToolKit for .NET 1.1 / VS.2003 Blue Streak Microsoft ASP .NET 2 10th Jul 2008 06:59 PM
can't get widows and orphans to work although selected word 2003 =?Utf-8?B?QkxL?= Microsoft Word Document Management 1 21st Aug 2007 01:02 PM
printing word docs from widows 2003 server using .net 1.1/2.0 John H Microsoft Dot NET Framework 3 2nd Mar 2007 11:48 AM
connecting to Widows 2003 server =?Utf-8?B?d2FkZXlr?= Microsoft Windows 2000 Terminal Server Clients 1 24th Jun 2005 04:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:24 AM.