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

Error on update Prometheus Chart from ASP.Chart

1 Answer 62 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Praba
Top achievements
Rank 1
Praba asked on 22 Feb 2008, 10:34 AM
Hello Gods,

Still the Same Error......

pls help me out.

before, ASP.NET Chart component Used in our Application but we want to update that as Prometheus Chart.

I've solved the other Version updates from ASP.NET Chart to Prometheus  chart. but I couldn't solve this Error

System.Web.UI.IScriptControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

If I couldn't resolve this error means , only way to move backward and use the existing ASP.NET chart dll.

looking for your needful reply.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 22 Feb 2008, 12:43 PM
Hi Praba,

I already answered your previous post, but for your convenience I'll place the solution here again:

Generally speaking, this error occurs when your site is not properly configured to use AJAX. To correct it you need to ajaxify your site.
The "Prometheus" suite is based on MS AJAX Framework and in order to use the controls which it contains you must have the ASP.NET Extensions downloaded - if you don't have them, you can get the distribution from here.
In order to do this, you can open a new AJAXEnabled WebSite and start building your application in it.
As an alternative, to ajaxify an existing web site, you can open a new AJAXEnabled one, copy its web.config file and update your existing project's one with the new web.config.

If you continue experiencing problems, please don't hesitate to contact us.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Praba
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or