2016年1月30日 星期六

【MS-SQL】The database 'xxx.MDF' cannot be opened because it is version 782.

The database 'xxx.MDF' cannot be opened because it is version 782. This server supports version 706 and earlier. A downgrade path is not supported.

【MS-SQL】System.Data.SqlClient.SqlError: BACKUP LOG cannot be performed because there is no current database backup.

System.Data.SqlClient.SqlError: 無法執行 BACKUP LOG,因為沒有目前的資料庫備份。 (Microsoft.SqlServer.SmoExtended)

2016年1月21日 星期四

【Entity Framework】The specified type member 'Date' is not supported in LINQ to Entities.

在 Linq 中要做僅日期(不含時間)的比較,但取用 DateTime 中的 Date prop 時,出現
LINQ to Entities 中不支援所指定的型別成員 'Date'。

2016年1月8日 星期五

【Visual Studio】The breakpoint will not currently be hit. The source code is different from the original version


The breakpoint will not currently be hit. The source code is different from the original version.
目前無法叫用中斷點。 原始程式碼不同於原始版本。

2016年1月7日 星期四

【ASP.NET MVC】Internal Server Error when JQuery Ajax post

用 JQuery Ajax post 時候發現沒 cue 到後端,Console 出
POST http://localhost:XXXX/Controller/Action 500 (Internal Server Error)