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

Telerik.web.ui and xmlreader issue?

6 Answers 81 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Charles Faramarzirad
Top achievements
Rank 1
Charles Faramarzirad asked on 11 Jan 2011, 06:32 PM
Hello;
I have a SharePoint site provisioning process that creates a site from a particular template and adds (imports) webparts to that site.  None of the webparts or the entire site provisioning process uses any Telerik.  I recently deployed rad editor to my SharePoint web application.  Ever since then the site provisioning process breaks.  In particular it breaks when i'm trying to read any dwp file before i import it to the page using the splimitedwebpartmanager.Importwebpart.. method.  '

As soon as i remove the safe controls lines from the web config, the site provisioning process works again.

Why is this happening?


thanks
Charles

 

6 Answers, 1 is accepted

Sort by
0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 12 Jan 2011, 06:34 PM
just to make sure i'm clear , the version on the dll is 2010.1.519.20.

Its the version the radeditor came with.
thanks
Charles
0
Stanimir
Telerik team
answered on 13 Jan 2011, 08:37 AM
Hi Charles,

Could you provide me with the entire web.config file of your moss site? I will review it and advise you further.


All the best,
Stanimir
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.
0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 13 Jan 2011, 06:51 PM

0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 18 Jan 2011, 10:34 PM
Hello;
Any update on this.  
0
Stanimir
Telerik team
answered on 19 Jan 2011, 09:32 AM
Hello Charles,

I reviewed the web.config file and it looks OK precept that it is missing the code in step 8  from the following online help article: Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5. So check if adding it will solve the issue.

I do not know if it is going to be of any help, however this is the code of the RadEditorSharePoint.dwp file:
<?xml version="1.0" encoding="utf-8"?>
    <Title>Telerik RadEditor for MOSS</Title>
    <Description>Cross-browser rich content editor from Telerik</Description>
    <Assembly>RadEditorSharePoint,Version=5.7.3.0,Culture=neutral,PublicKeyToken=1f131a624888eeed</Assembly>
    <TypeName>Telerik.SharePoint.RadEditorWebPart</TypeName>
    <PartImageLarge>/_layouts/images/radeditor.gif</PartImageLarge>
</WebPart>

Also you can check the MOSS logs or the event logs for some additional error messages.

Kind regards,
Stanimir
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.
0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 20 Jan 2011, 12:59 AM
That did it.  putting in that last line in the web.config file fixed the issue.

thanks
Charles
Tags
Ajax
Asked by
Charles Faramarzirad
Top achievements
Rank 1
Answers by
Charles Faramarzi-rad
Top achievements
Rank 1
Stanimir
Telerik team
Share this question
or