2011-09-07 1 views
0

이것은 Umbraco를 설치하려고 할 때 발생하는 문제입니다. Umbraco는 자체 포럼을 가지고 있지만 다른 URL로 옮겼습니다. 질문을 게시 할 수없는 것 같습니다. 그래서 나는 여기에서 시험해 본다. 나는이 문제가 이전에보고되었고 다른 사람들이보고 한 해결책을 구현하려고 시도했음을 안다. 그러나 나는 아직도 그것을 작동시키는 것처럼 보일 수 없다. 나는 Windows 설치 프로그램을 사용하고 사이트를 직접 설정하려고 노력했습니다. 지난 주 나는 사이트를 만들고 스타터 키트를 설치했습니다. 하지만 지금은 제대로 작동하지 않습니다. 이유는 모르겠다. 나는 지난 주와 똑같은 조치를 취했다. .NET 4.0, IIS 7 및 Windows 7이 있습니다. Umbraco 버전은 최신 버전입니다 (4.7).Umbraco 설치 문제가 있습니다. 스타터 키트를 설치할 수 없습니다. 키가 사전에 없습니다.

Codeplex에서 Windows 설치 프로그램이나 바이너리 패키지를 사용하더라도 상관없이 설치 프로세스는 시작 키트를 설치할 때까지 잘 작동합니다. 예를 들어 Business Startkit을 누르면됩니다. 그런 다음 아래 오류가 나타납니다. inetpub, IIS_IUSRS, 네트워크 서비스 및 네트워크의 응용 프로그램 폴더에 대한 전체 권한을 부여했습니다. 나는 C :/Temp 폴더 (누군가에 의해 제안 된)에 대해서도 동일한 작업을 수행했다. 통합 모드에서 .NET 4.0에서 실행되는 app-pool을 사용하고 있습니다. 또한 네트워크 서비스를 사용하도록 설정했습니다. 나는 또한 새로운 데이터베이스를 만들뿐만 아니라 빈 데이터베이스로 시작하려고 노력했다. 데이터베이스에 테이블이 채워집니다. inetpub의 폴더에는 그 안에 있어야 할 모든 폴더와 파일도 들어 있습니다. 나는 또한 SQL CE를 사용해 보았지만 행운을 빈다. 그리고 인터넷에 연결되어 있습니다.

아무도이 문제를 해결하는 방법에 대한 아이디어가 있습니까? 정말 실망하고 있습니다. 나는 다른 스레드에서 모든 제안을 시도했다고 생각하지만, 뭔가 오해하거나, 약간의 단계를 놓치거나, 조언을 잊어 버렸을 수도 있습니다. 모든 제안은 높이 평가됩니다.

는 오류가 나는 얻을 : '/ site_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 

답변

0

먼저 스타터 키트없이 Umbraco를 설치할 수 있습니까?

그렇다면 시동기 키트 자체에 문제가있을 수 있습니다.

여기 또는 Umbraco에서 최신 야간 빌드를 가져 오십시오. http://nightly.umbraco.org/

관련 문제