2016年1月30日 星期六

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)