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

Cannot load Telerik.Web.UI.resources assembly under Framework .net 4

1 Answer 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
samy
Top achievements
Rank 1
samy asked on 11 Jul 2013, 08:27 AM
Hello,

i'm using the Telerik.Web.UI version that is released with DotNetNuke 6. After changing the application pool to .net 4, i'm receiving the following error:
 
System.IO.FileNotFoundException: Could not find file 'Telerik.Web.UI.resources'.
at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(String name, CultureInfo culture, Version version, Boolean throwOnFileNotFound, StackCrawlMark& stackMark)
at System.Resources.ManifestBasedResourceGroveler.GetSatelliteAssembly(CultureInfo lookForCulture, StackCrawlMark& stackMark)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
at Telerik.Web.LocalizationProvider.EmbeddedResourceLocator.GetString(String resourceKey)
at Telerik.Web.LocalizationStrings.GetString(String key, Boolean throwErrorIfMissing)
at Telerik.Web.LocalizationStrings.GetString(String key)
at Telerik.Web.UI.ComboBoxStrings.get_AllItemsCheckedString()

Apparently the recommended way to avoid this problem is to add an attribute in the AssemblyInfo file indicating that resources are embedded into the main assembly. Since i don't have the code available, the other option i see would be to have the satellite resource file for the Telerik.Web.UI assembly.
Is there some place where i can download resource files for Telerik.Web.UI, or can i generate it from Telerik.Web.UI? Is there another way to avoid this problem?

Thanks,
Samy

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 16 Jul 2013, 08:09 AM
Hi Samy,

Please note that the problem you encountered is related to the way Telerik.Web.UI assemblies are embedded in the DNN release. I would suggest contacting them for more information about resolving the issue.

Regards,
Slav
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
General Discussions
Asked by
samy
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or