2012-12-20 3 views
2

최신 버전의 kenticoCMS (v.7)를 설치하고 새 회사 사이트를 만들었습니다. 이제 루트 웹 사이트에서 새 페이지를 만들고 싶지만 새 페이지 항목을 클릭하면 오류가 발생합니다. 나는 다른 웹 사이트에서 같은 것을 시도했지만, 여전히 오류는 모두에게 동일하다.Kentico CMS 버전 7에서 페이지를 만드는 동안의 객체 참조

미리 감사드립니다.

Server Error in '/KenticoCMS' Application. 
Object reference not set to an instance of an object. 
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.NullReferenceException: Object reference not set to an instance of an object. 

Source Error: 


Line 209:  get 
Line 210:  { 
Line 211:   return mStep ?? (mStep = DocumentManager.Step); 
Line 212:  } 
Line 213: } 


Source File: f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs Line: 211 

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.] 
    CMS.DocumentEngine.WorkflowManager.GetNodeWorkflowScopeInternal(TreeNode node) +342 
    CMS.DocumentEngine.WorkflowManager.GetNodeWorkflowInternal(TreeNode node) +135 
    CMS.DocumentEngine.WorkflowManager.GetPublishedWorkflowStepInternal(TreeNode node) +11 
    CMS.DocumentEngine.WorkflowManager.GetStepInfoInternal(TreeNode node) +65 
    CMS.DocumentEngine.TreeNode.get_WorkflowStep() +90 
    CMS.FormControls.CMSDocumentManager.get_Step() +36 
    CMSModules_Content_Controls_EditMenu.get_Step() in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:211 
    CMSModules_Content_Controls_EditMenu.ReloadMenu() in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:448 
    CMSModules_Content_Controls_EditMenu.OnPreRender(EventArgs e) in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:336 
    System.Web.UI.Control.PreRenderRecursiveInternal() +103 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Control.PreRenderRecursiveInternal() +175 
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.547 

답변

1

스택 추적과 함께 전체 오류 메시지를 복사하여 붙여 넣을 수 있습니까? 또한 손상된 파일이있는 것 같습니다. 스크린 샷에 예외가 던진 파일의 경로가 표시되지 않기 때문에 어떤 파일인지 알 수 없습니다.

그래서 파일을 새로 고침하려면 다음을 권장합니다. 최신을 신청하십시오 hotfix

+0

재생에 감사드립니다! 오류 메시지를 추가했습니다. – Manish

+0

핫픽스를 업데이트했으며 문제가 해결되었습니다. – Manish

관련 문제