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

MOSSInsertTable - The server tag 'telerik:RadTabStrip' is ambiguous?

7 Answers 259 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joakim
Top achievements
Rank 1
Joakim asked on 08 Jul 2009, 09:02 AM
Hi!

I have a MossRadEditor with following line in ToolsFile.xml: <tool name="MOSSInsertTable" />.

When i click the MOSSInsertTable-button in menu i recieve the following message: 
The server tag 'telerik:RadTabStrip' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.

I have added the line :
       <add name="Telerik.Web.UI.DialogHandler" path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2009.1.318.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

to web.Config.

still, i recieve the message above?  why?




7 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 13 Jul 2009, 07:33 AM
Hello Joakim,

This error means that you have more than one version of the Telerik.Web.UI assembly in your MOSS application's bin folder and the server's GAC. Please remove the older versions in the bin folder (e.g. c:\inetpub\wwwroot\wss\VirtualDirectories\80\bin) and the GAC (C:\WINDOWS\assembly) and leave only the latest one in the GAC.

If you have code that references an older version of the RadControls, recompile it so it references the latest build in the GAC.

Greetings,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Joakim
Top achievements
Rank 1
answered on 13 Jul 2009, 02:16 PM
Thanks for the answer! The seems to be a slight problem though..

All telerik controls seems to use Telerik.Web.UI Version: 2009.1.318.20, except RadEditorMoss witch is using 2008.3.1314.20?

If i look at all releases of RadEditorMoss there is none that reference the 2009.1.318.20 version??
I know it can be fixed by renaming the .wsp fil to a cab and add/remove files etc, but then you need a ddf file?? Where do i get this ddf file?

OR wich RadEditorMoss version refernce the  dll version 2009.1.318.20?

Thanks!
/Joakim
0
Lini
Telerik team
answered on 13 Jul 2009, 03:41 PM
Hello Joakim,

In that case you can add a bindingRedirect element for the Telerik.Web.UI assembly to the MOSS application's Web.config file. Make it so it will redirect the old 2009.3.1314.20 to the new 2009.1.318.20 version.  This way the application will not be confused which version to use and it will have the same effect as leaving only one Telerik.Web.UI assembly.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Joakim
Top achievements
Rank 1
answered on 14 Jul 2009, 11:30 AM
It worked! Thanks!

Now i´m able to click the MOSSInsertTable tool and open the dialog without errors! Except for one thing. The images for the following buttons disappeard?: MOSSInsertTable, MOSSImageManager,MOSSLinkManager?

The ToolImages folder is there and i can see the pictures in same folder and i´m using the Default Skin?? i´ve tried to the following line in my .aspx :
<link rel="stylesheet" type="text/css" href="/_wpresources/RadEditorSharePoint/5.3.2.0__1f131a624888eeed/Resources/ToolImages/RadEditorStyles_Default.css"/>

but it has no effect? If i change the skin in my ConfigFile it changes, so its "hooked up", but not the picures for moss-icons?
Is there another way to point out the picture for Moss*related icons?

<

 

telerik:MOSSRadEditor ID="radEditor" runat="server"

 

 

ToolsFile="/_wpresources/RadEditorSharePoint/5.3.2.0__1f131a624888eeed/Resources/ToolsFile.xml"

 

 

ConfigFile="/_wpresources/RadEditorSharePoint/5.3.2.0__1f131a624888eeed/Resources/ConfigFile.xml"

Regards Joakim

 

0
Lini
Telerik team
answered on 15 Jul 2009, 07:44 AM
Hi Joakim,

The problem is probably related to the fact that the new RadEditor version has some skin changes. To fix it, you will either need to update the whole RadEditor for MOSS to Q1 2009 or update the files in the ToolImages folder. I am sending you the css and image files as an attachment to this message. Replace the files in ToolImages with the files from the archive and the custom icons should work again. If you decide to update the whole editor, you can get the new build from the downloads section of our site.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Dana
Top achievements
Rank 1
answered on 15 Jun 2011, 02:55 PM
I received the same error and found 3 versions of Telerik.web.design in the assembly folder.  I get an "access denied" error when trying to delete the older versions.  How can I delete these?
0
Stanimir
Telerik team
answered on 17 Jun 2011, 07:15 AM
Hello Dana,

Review the following online article: http://msdn.microsoft.com/en-us/library/aa559881%28v=bts.20%29.aspx.
If "Using the Widows interface" doesn't do the job, try "Using the command line".


Greetings,
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.

Tags
Editor
Asked by
Joakim
Top achievements
Rank 1
Answers by
Lini
Telerik team
Joakim
Top achievements
Rank 1
Dana
Top achievements
Rank 1
Stanimir
Telerik team
Share this question
or