Installation Umbraco安装问题。无法安装起动机套件。字典里没有钥匙

Installation Umbraco安装问题。无法安装起动机套件。字典里没有钥匙,installation,umbraco,keynotfoundexception,Installation,Umbraco,Keynotfoundexception,这是我在尝试安装Umbraco时遇到的问题。我知道Umbraco有自己的论坛,但他们刚刚将其移动到另一个url,我似乎无法在那里发布问题。所以我在这里试试。我知道以前有人报告过这个问题,并尝试实施其他人报告的解决方案。但我似乎仍然无法让它工作。我尝试过使用Windows installer,也尝试过自己设置网站。上周我创建了一个网站,并安装了一个初学者工具包。但现在我不能让它工作。不知道为什么。我的步骤和上周完全一样。我有.NET4.0、IIS7和Windows7。Umbraco版本是最新的(4

这是我在尝试安装Umbraco时遇到的问题。我知道Umbraco有自己的论坛,但他们刚刚将其移动到另一个url,我似乎无法在那里发布问题。所以我在这里试试。我知道以前有人报告过这个问题,并尝试实施其他人报告的解决方案。但我似乎仍然无法让它工作。我尝试过使用Windows installer,也尝试过自己设置网站。上周我创建了一个网站,并安装了一个初学者工具包。但现在我不能让它工作。不知道为什么。我的步骤和上周完全一样。我有.NET4.0、IIS7和Windows7。Umbraco版本是最新的(4.7)

无论我使用的是Windows installer,还是Codeplex的二进制软件包,安装过程都可以正常工作,直到我选择安装初学者工具包为止。例如,我按下businessstartkit,但是我得到下面的错误。我已向IIS_IUSRS、网络服务和网络授予在inetpub中的应用程序文件夹的完全权限。我对C:/Temp文件夹也做了同样的操作(根据某人的建议)。我正在使用一个在.NET 4.0上以集成模式运行的应用程序池。我还将其设置为使用网络服务。我还尝试从一个空白数据库开始,同时创建一个新数据库。数据库将填充表。inetpub中的文件夹中还填充了应该存在的所有文件夹和文件。我也尝试过使用SQLCE,但运气不佳。我有一个正常的网络连接

有人对如何解决这个问题有什么想法吗?这真的令人沮丧。我想我已经尝试了其他线程中的所有建议,但是我可能误解了一些东西,错过了一些步骤,或者忘记了一些建议。非常感谢您的任何建议

我得到的错误是:

“/site\u development”应用程序中出现服务器错误

The given key was not present in the dictionary.
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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

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: 
[KeyNotFoundException: The given key was not present in the dictionary.]
   System.Collections.Generic.Dictionary`2.get_Item(TKey key)             +2258321      
   umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) +108
   umbraco.cms.businesslogic.datatype.DataTypeDefinition.Import(XmlNode xmlData) +459
   umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir) +187
   umbraco.presentation.install.steps.Skinning.loadStarterKits.SelectStarterKit(Object sender, EventArgs e) +416
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563


________________________________________
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237

您是否可以在没有启动套件的情况下首先安装Umbraco

如果是这样的话,可能是初学者工具包本身的问题

或者在这里从Umbraco获得最新的夜间构建