將mdf從App_Data目錄中刪除,再執行程式,居然出現 Cannot attach the file '...aspnet-WebApplication4.mdf' as database 'aspnet-WebApplication4'. 的錯誤!
2014-05-28
將mdf從App_Data目錄中刪除,再執行程式,居然出現 Cannot attach the file '...aspnet-WebApplication4.mdf' as database 'aspnet-WebApplication4'. 的錯誤!
在刪除List物件裡面的項目時,如果用foreach去刪除,就會出現 Collection was modified; enumeration operation may not execute. 的錯誤訊息。所以那裡如何刪除呢?