Cannot acces the admin page of google maps (MissingManifestResourceException)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/24/2010 11:10:15 AM
Gravatar
Total Posts 18

Cannot acces the admin page of google maps (MissingManifestResourceException)

Hi everybody,

we cannot access the admin page for the google-maps module.

System Information
mojoPortal Version 2.3.4.8 MSSQL
Operating System Microsoft Windows NT 5.2.3790 Service Pack 2
ASP.NET Version v2.0.50727 Running in Full Trust

The logs says:

--------------------------------------------------------------------------------------

2010-07-24 18:01:29,170 ERROR mojoPortal.Web.Global - 192.168.10.2-en-US - /Admin/ModuleSettings.aspx?mid=15&pageid=15
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.web.config.resources" was correctly embedded or linked into assembly "App_GlobalResources.ueuvwtwl" 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.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
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)
at System.Web.Compilation.ResourceExpressionBuilder.GetGlobalResourceObject(String classKey, String resourceKey, Type objType, String propName, CultureInfo culture)
at System.Web.UI.TemplateControl.GetGlobalResourceObject(String className, String resourceKey)
at mojoPortal.Web.AdminUI.ModuleSettingsPage.AddSettingControl(CustomModuleSetting s)
at mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulateCustomSettings()
at mojoPortal.Web.AdminUI.ModuleSettingsPage.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
---------------------------------------------------------------------------------------------

It is the same situation in englisch and german login.

I have found this post but it did not help me:

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=2&thread=3781&postid=15725

Does anybody know, how i can fix this error?

Thanks

Klaus

7/25/2010 6:41:30 AM
Gravatar
Total Posts 18439

Re: Cannot acces the admin page of google maps (MissingManifestResourceException)

Hi Klaus,

That is a strange error. I don't know anything about App_GlobalResources.ueuvwtwl or Resources.web.config.resources

Are you using any custom code?

Did you produce your own package from source code or use the pre-compiled deployment files?

Have you changed any localization settings in Web.config?

Are you sure all files were uploaded?

Hope it helps,

Joe

7/25/2010 11:26:01 AM
Gravatar
Total Posts 18

Re: Cannot acces the admin page of google maps (MissingManifestResourceException)

Hi Jo,

we do not use custom code. We have installed the compiled code from the 2.3.4.8-zip-file.

The web.config is the original one from the zip.

The user.config has some localization-setting for german and other languages.

Regarding to your questions i have checked again the web.config and the user.config and found this remark of you:

----snip---

<!--  
        2007-12-04 this is global so it doesn't work for multi site installations of mojoPortal.
        On my to do list is to add a site setting for this so it can be used in multi site installations easily.
        If you want to be able to use google maps in your site uing the LocationMap control, you need to get
        a google maps api key for your site from here:
        http://code.google.com/apis/maps/signup.html
         
-->
    <add key="GoogleMapsAPIKey" value=""/>

---snip---

We have got a multi-site installation. Could that cause the problem?

It seems strange to me, that we can see the GoogleMaps-Picture, but we cannot access the Module-Settings-Page for GMaps.

Thanks

Klaus

7/26/2010 7:01:08 AM
Gravatar
Total Posts 18439

Re: Cannot acces the admin page of google maps (MissingManifestResourceException)

Hi Klaus,

The setting for google map api key is now in Site Settings under the API tab, so you should use a different key for each site domain. And you should remove this setting after doing that <add key="GoogleMapsAPIKey" value=""/> assuming you have some value set there.

But I don't think that is the cause of the problem you are having. I recommend re-deploy the files, especially the files under /App_GlobalResources, all I can guess is some file got corrupted somehow during upload. If you have control of the machine I would give it a reboot.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.