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

Custom Skin Issue

2 Answers 35 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Sunny
Top achievements
Rank 1
Sunny asked on 19 Jun 2013, 08:15 AM
Hello Sir/Madam,

In my project i am using PAID telerik skin dll and telerik controls but in telerik skin it showing error on run time (you can see that error in my screen shot) but i have one problem and that is its showing this error on some system and some system run properly and i currently i am using visual studio 2012 So please tell me solution asasp beacuse i have to respond to my client.

Thanks And regrads
sunny

2 Answers, 1 is accepted

Sort by
0
Sunny
Top achievements
Rank 1
answered on 19 Jun 2013, 08:20 AM
Hello Sir/Madam,

In my project i am using PAID telerik skin dll and telerik controls but in telerik skin it showing error on run time (you can see that error in my screen shot) Dont know why because from last 1 month i am using this and did not got any error but today its not running and also i also have added (EnableEmbeddedSkins=false) and its working but not showing my custom skin and i have one problem and that is its showing this error on some system and some system run properly and i currently i am using visual studio 2012 So please tell me solution asasp beacuse i have to respond to my client.

Thanks And regrads
sunny
0
Andrey
Telerik team
answered on 24 Jun 2013, 06:23 AM
Hi,

Most probably the problem you are observing is caused by missing or wrongly referenced assembly. Depending on the type of Project you are working on there are some steps you could follow:
  • If you are using project type WebSite simple replace of the DLLs in the Bin folder should do the trick, however if you have referenced the DLLs globally in Web.config file you should make correction to the linked version too.
  • If the project is of type WebApplication, you should reference the DLL files and additionally to replace the DLL file in the Lib and Bin folders of your project.

Beside these specific to the type of project steps, there are two common steps that should be done in order to verify that all references are replaced. First close all opened instances of Visual Studio and then clear the content of these folders:

  • C:\Users\current_user\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies
  • C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
Additionally you could check what is the version of the Telerik assembly which is referenced in the GAC if you have installed it in the GAC. You could check this help topic for more information.

Then check whether the issue has been resolved.

Regards,
Andrey
Telerik
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 the blog feed now.
Tags
SkinManager
Asked by
Sunny
Top achievements
Rank 1
Answers by
Sunny
Top achievements
Rank 1
Andrey
Telerik team
Share this question
or