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

strange error with tooltip manager

3 Answers 93 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Rusty
Top achievements
Rank 1
Rusty asked on 27 Jan 2012, 09:33 PM
I have been trying to install the tools developer ajax tools and I have had several issues.  The latest is this.

Telerik.Web.UI.RadToolTipManager with ID='RadToolTipManager1' was unable to find embedded skin with name 'Sunset'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.

I am guessing this has to do with the tools.  I have installed them but I was still getting messages that the tools were licensed.  Any idea what is going on here?  I haven't changed this code so I am guessing the tools are no longer installed/

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Jan 2012, 06:03 AM
Hello,

Take a look into the following documentation.
Skins Troubleshooting

Thanks,
Princy.
0
Rusty
Top achievements
Rank 1
answered on 30 Jan 2012, 03:57 PM
Here is the code that is failing:
 

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" AutoTooltipify="true"

HideEvent="ManualClose" Modal="true" ShowEvent="OnMouseOver" Skin="Sunset" Width="450px">

<TargetControls>

<telerik:ToolTipTargetControl IsClientID="False" TargetControlID="imgInfo_Dev" Value="" /> <telerik:ToolTipTargetControl IsClientID="false" TargetControlID="imgInfo_WhatIs" />

</TargetControls>

</telerik:RadToolTipManager>

Nothing has changed other than attempting to update the tools.

 

0
Marin Bratanov
Telerik team
answered on 31 Jan 2012, 04:43 PM
Hi Rusty,

Please examine the following sticky thread in detail: http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/separate-skin-assembly-in-radcontrols-for-asp-net-ajax-with-q3-2011.aspx. It explains why and how you need the Telerik.Web.UI.Skins assembly, how to add it to your project and offers several troubleshooting tips (like checking the version and updating your VS extensions so that upgrading the controls will automatically add this dll).


Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ToolTip
Asked by
Rusty
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rusty
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or