When I open my provisioning management site with SharePoint friendly error message turned off I get the following error:
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.prov.resources" was correctly embedded or linked into assembly "App_GlobalResources.uqjgrnu7" at compile time, or that all the satellite assemblies required are loadable and fully signed.
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.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.prov.resources" was correctly embedded or linked into assembly "App_GlobalResources.uqjgrnu7" at compile time, or that all the satellite assemblies required are loadable and fully signed.
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.
Stack Trace:
[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.prov.resources" was correctly embedded or linked into assembly "App_GlobalResources.uqjgrnu7" at compile time, or that all the satellite assemblies required are loadable and fully signed.]
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +655
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +681
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) +681
System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream) +79
System.Resources.ResourceManager.GetObject(String name, CultureInfo culture) +11
System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture) +86
System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) +20
System.Web.HttpContext.GetGlobalResourceObject(String classKey, String resourceKey) +22
SPSolutions.SharePoint.Provisioning.WebControls.ProvisioningMenuCustomizer.GetGlobalString(String className, String resourceKey) +11
SPSolutions.SharePoint.Provisioning.WebControls.ProvisioningSiteActionsMenuCustomizer.BuildProvisioningSettingsMenu() +111
SPSolutions.SharePoint.Provisioning.WebControls.ProvisioningSiteActionsMenuCustomizer.CreateChildControls() +34
System.Web.UI.Control.EnsureChildControls() +87
SPSolutions.SharePoint.Provisioning.WebControls.ProvisioningSiteActionsMenuCustomizer.OnLoad(EventArgs e) +15
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
1 Comments