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

Error Telerik.Web.UI.RadScriptManager

1 Answer 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sopon
Top achievements
Rank 1
Sopon asked on 20 Mar 2013, 06:31 PM
i use delphi prism add on studio  and add telerik component and show error "Unknow type Telerik.Web.UI.RadScriptManager" 

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 25 Mar 2013, 08:40 AM
Hi,

Could you please add the following registration to your page and let us know whether the issue persists:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

You could also register our controls in the web config file under the pages/controls section:
<pages>
  <controls>
       <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
  </controls>
</pages>


Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Helmut Versteeg
Top achievements
Rank 1
commented on 03 Nov 2022, 02:11 PM

Hello, i have the same error!

 


Rumen
Telerik team
commented on 04 Nov 2022, 03:48 PM

Hi Helmut, 

The Telerik UI for ASP.NET AJAX does not offer any official support for Delphi Prism.

You can try to replace the <telerik:RadScriptManager with <asp:ScriptManager> and test again.

I installed Visual Studio 2012 just to check any compatibility with Delphi Prism and Telerik but wasn't able to locate any installer of Delphi Prism in the Visual Studio marketplace. Can you share the steps to install this add-on?

Meanwhile, try to remove the references to the Telerik assemblies and to re-add them to point to the assemblies from the same installation. If the project is running .NET 4.0, go to the bin40 installation folder and obtain the Telerik.Web.UI.dll from it.

Tags
General Discussions
Asked by
Sopon
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or