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

Error Creating Control

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
rgf21
Top achievements
Rank 1
rgf21 asked on 29 Feb 2008, 12:18 PM
I am using the latest Prometheus controls with Visual Studio 2008. My web pages work fine, but design mode fails to show any of the Telerik Prometeus controls. All I get are blocks showing the error below. I am targeting framework 2. What can I do to see my web site in design view?

Error Creating Control - RadScheduler1

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 29 Feb 2008, 12:31 PM
Hi rgf21,

Can you check the Register directive of your page. It seems it tries to load the older version of the dll - 1314.
It should be like this:

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 

Also, search your web.config file for Telerik.Web.UI.WebResource.axd
It should look like this:

<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI"  validate="false" /> 

Check if the old dll is not placed in the GAC.

I hope this helps.

Sincerely yours,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
rgf21
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or