Answered by:
Web Analytics Errors

Question
-
I'm able to access the Web Analytics report summary page on Sharepoint 2010 Foundation but when I click on any of the more detailed traffic reports ( Number of Page Views ) I receive an error. Below is some of the error message pulled from ULS:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.3lbcibqb"
at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
at System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture)
at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName)
Any Ideas on how to resolve this?
Joe
Answers
-
Hi Joe,
Based on the error, make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.3lbcibqb, it seems like that mosschart.resx and mosschart.en-US.resx missing or bad of the error web site.
To correct the problem you can manually deploy the resource files to the correct IIS Virtual Directory location. To deploy the resource files manually following the steps below.
1. Navigate to 'C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\CONFIG\Resources'
2. Copy the files 'mosschart.resx' and 'mosschart.en-US.resx'.
3. Navigate to the IIS Virtual Directory of your SharePoint website
4. Paste 'mosschart.resx' 'mosschart.en-US.resx’ into the Virtual Directory's App_GlobalResources folder
5. Perform an IISRESET
6. Refresh your page.
Regards,
Kelly Chen
- Marked as answer by joe keohan Wednesday, October 17, 2012 1:57 PM
All replies
-
Hi Joe,
Based on the error, make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.3lbcibqb, it seems like that mosschart.resx and mosschart.en-US.resx missing or bad of the error web site.
To correct the problem you can manually deploy the resource files to the correct IIS Virtual Directory location. To deploy the resource files manually following the steps below.
1. Navigate to 'C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\CONFIG\Resources'
2. Copy the files 'mosschart.resx' and 'mosschart.en-US.resx'.
3. Navigate to the IIS Virtual Directory of your SharePoint website
4. Paste 'mosschart.resx' 'mosschart.en-US.resx’ into the Virtual Directory's App_GlobalResources folder
5. Perform an IISRESET
6. Refresh your page.
Regards,
Kelly Chen
- Marked as answer by joe keohan Wednesday, October 17, 2012 1:57 PM
-
-
-
Hi Joe,
I dont see 'mosschart.resx' 'mosschart.en-US.resx files on sharepoint foundation 2010 farm in any bersion. Can anyone please confirm whether it is available or not
I am facing exactly same error when i click on any of the tab in left navigation like Top Visitors under Configure Web analytics reports
Regards,
Soniya Tiwari