0

Umbraco 6.0.3、VS2012、および SQL Server 2008 Express を使用していますが、インストール ウィザードに少し問題があります。「ユーザーの作成」ステップ (ステップ 4) に移動しようとすると、次のエラーが発生し続けます。

データベースは正常に作成されているため、何が問題なのかわかりません。どんな助けでも大歓迎です!

ありがとう!

スタック トレースは次のとおりです。

[NullReferenceException: Object reference not set to an instance of an object.]
   umbraco.BusinessLogic.User.setupUser(Int32 ID) +166
   umbraco.BusinessLogic.User..ctor(Int32 ID) +140
   umbraco.BusinessLogic.User.GetUser(Int32 id) +139
   umbraco.presentation.install.steps.Definitions.DefaultUser.Completed() +53
   umbraco.cms.businesslogic.installer.InstallerStepCollection.GotoNextStep(String key) +184
   umbraco.presentation.install._default.GotoNextStep(String currentStep) +70
   umbraco.presentation.install.Helper.RedirectToNextStep(Page page) +118
   umbraco.presentation.install.steps.detect.gotoNextStep(Object sender, EventArgs e) +52
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +116
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +101
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9643314
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
4

1 に答える 1

0

ああ!並べた!

プロジェクトに含まれていないファイル/フォルダーがたくさんあり、BusinessLogic dll と xml はそれらのファイルの一部でした。

それらは現在含まれており、機能しています...今のところ!

于 2013-04-20T18:32:03.447 に答える