- This topic is empty.
- AuthorPosts
-
- 06/13/2012 at 2:53 am #4353
AnonymousParticipantInstall seemed successful. Farm solution deployed OK. But getting the error below. Any suggestions? This is a SharePoint 2010 environment. Thanks!
Server Error in ‘/’ Application. Could not load file or assembly ‘DISABLED’ or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileNotFoundException: Could not load file or assembly ‘DISABLED’ or one of its dependencies. The system cannot find the file specified.Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly ‘DISABLED’ could not be loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly ‘DISABLED’ or one of its dependencies. The system cannot find the file specified.] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +416 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +166 System.Reflection.Assembly.Load(String assemblyString) +35 Telerik.Web.SkinRegistrar.GetAllEmbeddedSkinAttributes(Type controlType) +428 Telerik.Web.UI.Common.BaseClass.GetShortControlName(Control control) +25 Telerik.Web.UI.Common.BaseClass.GetValueFromConfig(String keyFormat, Control control) +36 Telerik.Web.UI.Common.BaseClass.GetGlobalEnableEmbeddedSkins(Control control) +30 Telerik.Web.SkinRegistrar.GetEmbeddedSkinAttributes(ISkinnableControl control, Type controlType) +103 Telerik.Web.SkinRegistrar.RegisterCssReferences(ISkinnableControl _control) +247 Telerik.Web.UI.RadWindowManager.ControlPreRender() +648 System.Web.UI.Control.PreRenderRecursiveInternal() +108 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Control.PreRenderRecursiveInternal() +224 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3394
- 06/13/2012 at 2:53 am #5209
AnonymousParticipantHi Lori,
The error seems to be related to failing to load an assembly from Telerik.
Could you check that the two assemblies "Telerik.Web.UI" and "Telerik.Web.UI.Skins" are present in your GAC. Also in the web.config file of your site, do you have an entry that looks something like "<add key="Telerik.Web.SkinsAssembly" value="DISABLED" />" under appSettings? If yes, you might have to change the value to "Telerik.Web.UI.Skins".
Here are some additional info from the Telerik forum that you may find helpful.
-
- AuthorPosts
You must be logged in to reply to this topic.