This is a migrated thread and some comments may be shown as answers.

[Solved] AJAX Config with Prometheus on windows 2003

2 Answers 169 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 21 Jan 2008, 05:56 PM
I installed the 3.5 bin and .net 3.5 on my developement box, all is good.

When I installed .net 3.5 on our test server (windows 2003) and copied the telerik 3.5 bins over I get the parser error message: "Unknown server tag 'asp:ScriptManager'" error.

so I updated the web.config (per http://www.telerik.com/community/forums/thread/b311D-tkkmt.aspx)

with:

<controls><add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /></controls></pages>

and now I get :

CS1705: Assembly 'Telerik.Web.UI, Version=2007.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

I'm guessing the web.config entry is different for 3.5 prometheus and that thread was related to an older version?

2 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 22 Jan 2008, 11:34 AM
Hi david,

This definitely looks like a web.config problem. Please, check for System.Web.Extension v1.0 reference.

A quick search gives the following thread:

http://forums.asp.net/t/1151179.aspx

All the best,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
david
Top achievements
Rank 1
answered on 23 Jan 2008, 04:39 PM
Solution was to edit the web.config that was updated by the asp.net 3.5 install on my dev machine and copy all the changes to the web.config on the windows 2003 server...
Tags
General Discussions
Asked by
david
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
david
Top achievements
Rank 1
Share this question
or