首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sitecore错误-找不到Xaml控制。最后一个错误是:[没有错误]

Sitecore错误-找不到Xaml控制。最后一个错误是:[没有错误]
EN

Stack Overflow用户
提问于 2014-09-09 14:44:24
回答 1查看 1.2K关注 0票数 0

当我试图在Sitecore中打开一个类型文件夹的项目时,我一直收到以下错误。找不到任何解释这件事的理由。日志文件下面:日志文件包含错误的错误代码。

日志文件如下:

代码语言:javascript
复制
11412 15:38:33 ERROR Application error.
Exception: System.Web.HttpUnhandledException
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: System.Web
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean     includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Nested Exception

Exception: Sitecore.Web.UI.XamlSharp.ControlException
Message: Xaml control "Sitecore.Shell.Applications.ContentEditor.Editors.Folder.aspx/" not found. The last error was: [No error]
Source: Sitecore.Kernel
   at Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.Page_PreInit(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


8740 15:38:33 ERROR Application error.
Exception: System.Web.HttpUnhandledException
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: System.Web
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Nested Exception

Exception: Sitecore.Web.UI.XamlSharp.ControlException
Message: Xaml control "Sitecore.Shell.Applications.Analytics.TrackingFieldDetails.aspx/" not found. The last error was: [No error]
Source: Sitecore.Kernel
   at Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.Page_PreInit(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


9856 15:38:33 ERROR Application error.
Exception: System.Web.HttpUnhandledException
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: System.Web
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Nested Exception

Exception: Sitecore.Web.UI.XamlSharp.ControlException
Message: Xaml control "Sitecore.Shell.Applications.Security.SecurityDetails.aspx/" not found. The last error was: [No error]
Source: Sitecore.Kernel
   at Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.Page_PreInit(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-09-09 15:24:28

问题是重写规则,它在urls的末尾添加了一个拖尾斜杠,因此Sitecore正在寻找一个带有尾随斜杠的控件,该控件显然不存在。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25747557

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档