Итак, веб-приложение, над которым я работал, сломалось, и я сделал некоторые исправления ... оно все еще падает, но в YSOD он показывает мне старый код. Я запускаю это из VS 2005 IDE. Он не достигнет каких-либо точек останова, и он вылетает на линии 249, что явно закомментировано. Я очистил свои папки отладки / выпуска и восстановил это; перезапустил IIS (на всякий случай); что вызвало бы это?
Could not find file 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\map.xml'.
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.IO.FileNotFoundException: Could not find file 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\map.xml'.
Source Error:
Line 248: //XmlDocument xMap = new XmlDocument();
Line 249: //xMap.Load(MapPath("map.xml"));