最近在試 ADO.NET Data Service,但aspx程式在測試過程中,aspx三不五時會突然程式都不正常
測了一下,單獨執行*.svc檔案會出現以下錯誤訊息:
Could not load file or assembly 'App_Web_zjdrtn-d, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
錯誤畫面大概長這樣:
在沒有頭緒的情況下,猜測專案大概掛了,就利用Visual Studio建立一個新網站,將程式 Copy 到新網站! 就可以正常執行了!
不過,問題似乎愈來愈常發生了,快昏了,猜測大概是修改完程式後,ASP.NET沒有動態編譯出正確的組件檔案, 所以便將位於以下的網站暫存目錄砍掉:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\
果然程式重新執行時,就正常了....
沒有留言:
張貼留言