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

Error Creating Control -- MasterPages

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 15 Nov 2008, 09:19 PM
i hope to get a answer ASAP
i have a RadScript Manager on my master page, on my content pages controls i drop, show me this error
though when the pages are loaded every thing seems fine.

i made most of the pages initially without master page so had Script manager on each page -- i had to take them off as i already have it on master page.. can this problem be solved
plus can i use ScriptManagerProxy that comes with MS Ajax tools. 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Nov 2008, 03:46 PM
Hi Jeff ,

Can you check the Register directive of your page. It seems it tries to load different version of the dll
<%@ 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 different dll is not placed in the GAC.

I hope this helps.

Best wishes,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Jeff
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or