當您在 Microsoft Visual Studio 之中加入 angularjs.TypeScript.DefinitelyTyped 後,
建置專案時,發生以下的錯誤
TS2304 Cannot find name 'Promise'
當您在 Microsoft Visual Studio 之中加入 angularjs.TypeScript.DefinitelyTyped 後,
建置專案時,發生以下的錯誤
TS2304 Cannot find name 'Promise'
Newtonsoft.Json 使用的是 8.0.0.0 版本。
最近使用 JValue.Parse 將 json 字串轉成 dynamic 物件時,
在某個 method 中居然發生 CS1061 的錯誤,如下,
error CS1061: 'object' does not contain a definition for 'DeviceId' and no extension method 'DeviceId' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
要將SQL的結果轉成JSON嗎?
本文參考「AngularJS Token Authentication using ASP.NET Web API 2, Owin, and Identity」來實作
透過 AngularJS 來登入取得 bearer token 及存取 API。
透過Nuget安裝「angularjs.TypeScript.DefinitelyTyped」後,居然發生一堆的錯誤!
Identifier expected.
為什麼同樣的ASP.NET程式,在A電腦(非IE6)是OK的,在B電腦(IE6)卻不行呢?
[Tool]HttpWatch與Ajax JSON奇遇記
[MVC]ASP.NET Web API遇到了JSONP
[MVC]使用ExtJS + ASP.NET MVC做個簡單的File Browser
[JS]accounting.js
[Ext]如何設定Ext.grid.Panel預設的起始頁數
ExtJS 4 Grid中的autoExpandColumn到那去了呢?
[.net]JSON String to Object(LIST)(II)
[.net]JSON String to Object
[VS]讓VS2010的JS檔有jQuery, ExtJs的Intellisense
客戶有台電腦用IE 7.0,使用我們ASP.NET 1.1的程式時,發現驗証都無法使用。查不出原因,給他上到IE 8.0還是一樣, 昏倒! 真想叫User重裝OS,後來使用IE 8的Debug一步一步找出問題所在....