我将程序集MvcSiteMapProvider添加到我的项目中,并决定不使用它.我删除了程序集,但我一直收到以下错误.我找不到对该文件的任何引用,我不确定这是如何失败的.
Exception Details: System.IO.FileNotFoundException: Could not find file 'C:\Users\jmynsb000\Documents\Visual Studio 2013\Projects\t2dashv6\t2dashv6\Mvc.sitemap'.
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:
[FileNotFoundException: Could not find file 'C:\Users\jmynsb000\Documents\Visual Studio 2013\Projects\t2dashv6\t2dashv6\Mvc.sitemap'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10527478
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean …Run Code Online (Sandbox Code Playgroud)