0

そのため、私が取り組んでいた webapp が壊れてしまい、いくつかの修正を行いました...それでもクラッシュしますが、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"));
4

1 に答える 1

2

現在のコードはおそらくコンパイルされていないため、DLL 内のメタデータは古いコード用です。

于 2008-10-22T15:12:10.507 に答える