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

New skin gives error

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 26 Jul 2011, 07:52 AM
I use Q2 version new skins like

<

 

 

telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Office2010Silver" MultiPageID="MulProfDesPage"

 

 

 

SelectedIndex="0"

 

 

 

ShowBaseLine="True">

 

 

 

<Tabs>

 

 

 

<telerik:RadTab Text="Create Profile" Selected="True">

 

 

 

</telerik:RadTab>

 

 

 

<telerik:RadTab Text="Edit Profile">

 

 

 

</telerik:RadTab>

 

 

 

<telerik:RadTab Text="Inherit Profile">

 

 

 

</telerik:RadTab>

 

 

 

 

 

</Tabs>

 

 

 

</telerik:RadTabStrip>

It shows error page - here I have attach......
How to clear this?

 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 26 Jul 2011, 09:18 AM
Hello Johnny,

Please make sure that you have already added the new Telerik.Web.UI.Skins dll into your project, otherwise the new skins will not be found: New Telerik AJAX Skins Assembly.

Telerik.Web.UI.Skins.dll will accommodate the new set of skins shipped with the AJAX Q2 2011 drop (Transparent + Office2010 Blue/Silver/Black) while the rest of the skins will remain wrapped in the Telerik.Web.UI.dll. You will not need to register this additional dll explicitly on your pages but simply copy and reference it either from the /bin folder of your project (see the screenshot below) or the Global Assembly Cache (GAC), which ensures seamless backward compatibility with previous versions of the Telerik AJAX controls. Thus the Telerik.Web.UI.Skins assembly will be automatically referenced/loaded by triggering mechanism initiated when one of the newly introduced skins mentioned above is specified for a Telerik AJAX controls, either from design-time or at runtime. Note that in case you do not intend to apply Transparent or Office2010 type of skin, you do not need to copy and reference the Telerik.Web.UI.Skins assembly at all and solely the Telerik.Web.UI.dll will be loaded in the memory.

Regards,
Bojo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Johnny
Top achievements
Rank 2
Answers by
Bozhidar
Telerik team
Share this question
or