2
안녕하십니까, 이 오류를 감지 할 수 없습니다. web.config 파일을 체크인했는데 사이트 맵 태그가 없습니다. 내가 이것을 어디에서 찾아야 하느냐? 누군가가 올바른 방향으로사이트 맵 공급자 오류
The SiteMapProvider 'SamplesSiteMap' cannot be found.
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.Web.HttpException: The SiteMapProvider 'SamplesSiteMap' cannot be found.
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:
[HttpException (0x80004005): The SiteMapProvider 'SamplesSiteMap' cannot be found.]
System.Web.UI.WebControls.SiteMapDataSource.get_Provider() +1213908
System.Web.UI.WebControls.SiteMapDataSource.GetView(String viewName) +17
System.Web.UI.WebControls.SiteMapDataSource.System.Web.UI.IDataSource.GetView(String viewName) +10
System.Web.UI.WebControls.Repeater.ConnectToDataSourceView() +253
System.Web.UI.WebControls.Repeater.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
자바 스크립트 런타임 오류가 날 포인트 : AjaxControlToolkit는 ASP.NET AJAX 4.0 스크립트를 필요로합니다. 올바른 버전의 스크립트가 참조되었는지 확인하십시오. ASP.NET ScriptManager를 사용하는 경우 AjaxControlToolkit.dll의 ToolkitScriptManager로 전환하십시오. 이 오류는 무엇을 의미합니까? 도울 수 있니? – user3429723