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

Could not load type Telerik.QuickStart.Header

1 Answer 245 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ARUNTHOMAS
Top achievements
Rank 1
ARUNTHOMAS asked on 28 Jan 2011, 05:24 AM
Hi Telerik,
I am using the demo Teleric Editor.In that the dll Telerik.QuickStart.Header can not be found. What can i do.......

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 28 Jan 2011, 08:57 AM
Hello ARUNTHOMAS,

Please, read the instruction available in the following article http://demos.telerik.com/aspnet-ajax/Common/QSFInstructions/Instructions.html which will help you to isolate the code of the demo as a stand-alone application.

Here are two important steps that you take to isolate the desired demo:

  1. Remove the irrelevant Register directives at the top of the page which are used for common QSF header/footer, SessionDataSource, configurators, etc. registration, namely:
     <%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" %> <%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %> <%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %> <%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %> <%@ Register TagPrefix="sds" Namespace="Telerik.Web.SessionDS" %> 
  2. Strip the corresponding tags (listed below) from the markup of the page:
     <telerik:Header …. /> <telerik:HeadTag …. /> <telerik:Footer …. /> <qsf:XXXXX …./> 


Greetings,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
ARUNTHOMAS
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or