Hi,
I just downloaded the beta 3 of Prometheus and I am trying to compile my code. After adding a reference to my project for Telerik.Web.UI.dll I then added this code:
Very simple declaration. I then compiled and I get this error:
Error 102 The type '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'. d:\p4\dev_scottle_SCOTTLEWIS2008\system\dev\dotnextmaint\TS\Course\Src\Course\Web\UI\WebControls\Editors\VizEditor.cs 37 27 Course.Web.UI.WebControls_Library
I cannot find this version of this dll on my machine. I am using VS 2008 compiling against .net 2.0. I was surprised I required other references for this dll.
Thanks, Scott
I just downloaded the beta 3 of Prometheus and I am trying to compile my code. After adding a reference to my project for Telerik.Web.UI.dll I then added this code:
private
RadEditor rad;
Very simple declaration. I then compiled and I get this error:
Error 102 The type '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'. d:\p4\dev_scottle_SCOTTLEWIS2008\system\dev\dotnextmaint\TS\Course\Src\Course\Web\UI\WebControls\Editors\VizEditor.cs 37 27 Course.Web.UI.WebControls_Library
I cannot find this version of this dll on my machine. I am using VS 2008 compiling against .net 2.0. I was surprised I required other references for this dll.
Thanks, Scott