473,403 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

asp.net 3.5 and ajax on widows 2003

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?
Jan 20 '08 #1
7 4482
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?

Jan 21 '08 #2
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?
Jan 21 '08 #3
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?
Jan 21 '08 #4
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" <Da*******@discussions.microsoft.comwrote in message
news:34**********************************@microsof t.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">
</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?


Jan 21 '08 #5
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@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

Jan 21 '08 #6
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" <Da*******@discussions.microsoft.comwrote in message
news:E2**********************************@microsof t.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?


Jan 21 '08 #7
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]" <ma**@markNOSPAMrae.netwrote in message news:uO**************@TK2MSFTNGP05.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message news:%2****************@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

Jan 21 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Fred | last post by:
What is the easiest and most cost effective method of converting a Widows Form output, within the programme, to PDF format for sending by Email. Code sample in C# would be appreciated. ...
5
by: C Watson | last post by:
Hi, I'm wondering if anyone can help me with AJAX in ASP.NET 1.1. I have a very specific feature that I would like to use it for. I have a rather long form that the users use to enter data...
1
by: Lee | last post by:
Hi, Apologies if this has been asked several times but I'm pretty new to this web stuff and I cannot find anything suitable. Does anybody have any suitable information on converting an...
6
by: =?Utf-8?B?SmFrb2IgTGl0aG5lcg==?= | last post by:
I have a solution with four webprojects developed in Visual Studio 2003. It is upgraded to Visual Studio Team System 2005 / Framework 2.0. Now I tried to AJAX enable one of the web projects. ...
3
by: m | last post by:
Hello, I have been trying to use orphan and widow control to prevent page breaks immediately after h1 elements (on a CV). I have validated the css and html, and used the following hoping this...
2
by: KBS Tours Development | last post by:
Hi, I've deployed latest release on production with new AJAX functionality but the server posts back completely and toolkit functionalities are not working at all like calendar etc. Here is...
0
by: =?Utf-8?B?TGlhbQ==?= | last post by:
Hi, I've implemented AJAX on to one of my pages, I am developing on Windows XP with VS05, I have IIS set up on XP so connect to the dev site using IE and when clicking a control on the...
5
by: simon | last post by:
hello, I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I...
1
by: andwan0 | last post by:
I have a legacy classic ASP website with lots of classic AJAX (many ASP files specially made for processing AJAX requests). We are slowly migrating the website to ASP.NET 2.0 and developing under...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.