Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sinan 16 posts 36 karma points
    Dec 07, 2010 @ 11:40
    sinan
    0

    Umbraco Contour Installer encountered some errors

    • Database could not be installed +
      System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Umbraco.Forms.Core.App_Data.SqlResouces.resources" was correctly embedded or linked into assembly "Umbraco.Forms.Core" 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.GetString(String name, CultureInfo culture) at Umbraco.Forms.Core.App_Data.SqlResouces.get_CreateMySQL() at Umbraco.Forms.Core.Installer.Resources.SqlCreate() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
    • Added the forms datatype
    • /umbraco/config/create/ui.xml could not be updated +
      System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Umbraco.Forms.Core.App_Data.SqlResouces.resources" was correctly embedded or linked into assembly "Umbraco.Forms.Core" 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.GetString(String name, CultureInfo culture) at Umbraco.Forms.Core.App_Data.SqlResouces.get_UiXml() at Umbraco.Forms.Core.Installer.Resources.CreateNodes() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
    • Dashboard could not be installed +
      System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Umbraco.Forms.Core.App_Data.SqlResouces.resources" was correctly embedded or linked into assembly "Umbraco.Forms.Core" 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.GetString(String name, CultureInfo culture) at Umbraco.Forms.Core.App_Data.SqlResouces.get_DashboardXml() at Umbraco.Forms.Core.Installer.Resources.Dashboard() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
    • web.config could not be updated +
      System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Umbraco.Forms.Core.App_Data.SqlResouces.resources" was correctly embedded or linked into assembly "Umbraco.Forms.Core" 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.GetString(String name, CultureInfo culture) at Umbraco.Forms.Core.App_Data.SqlResouces.get_WebConfigRuntime() at Umbraco.Forms.Core.Installer.Resources.Runtime() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
    • Formpicker could not be added +
      System.ArgumentException: No macro property type found with the id specified at umbraco.cms.businesslogic.macro.MacroPropertyType.setup() at umbraco.cms.businesslogic.macro.MacroPropertyType..ctor(String Alias) at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
    • English language file could not be updated +
      System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Umbraco.Forms.Core.App_Data.SqlResouces.resources" was correctly embedded or linked into assembly "Umbraco.Forms.Core" 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.GetString(String name, CultureInfo culture) at Umbraco.Forms.Core.App_Data.SqlResouces.get_LanguageActionsXml() at Umbraco.Forms.Core.Installer.Resources.LanguageFileActionKeys() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e)
  • Tim 1193 posts 2675 karma points MVP 3x c-trib
    Dec 08, 2010 @ 16:43
    Tim
    0

    Most of those are permissions related. The account that .net runs under (usually "NETWORK SERVICE") doesn't seem to have the permissions needed to update some of the files. This article in the wiki shows you how to set the correct permissions from the command line: http://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line

    I suspect the SQL error is also caused by the same permissions error, as it's looking for a file that probably wasn't created. If you make sure that the permissions are correct as per the wiki, it should run ok.

    Hope that helps!

    :)

Please Sign in or register to post replies

Write your reply to:

Draft