您好,登錄后才能下訂單哦!
在做asp.net mvc的項目時,用到了ajax,本人習慣用ashx(一般處理程序)處理數據,在進行編譯的時候出現了以下錯誤:
錯誤1:命名空間不能直接包含字段或方法之類的成員
錯誤2:原義說明符 @ 之后應為關鍵字、標識符或字符串
英文釋義為:
error 1: A namespace cannot directly contain members such as fields or methods
error 2: Keyword, identifier, or string expected after verbatim specifier: @
搜索了很久,終于在stackflow上找到了一個答案,英文原文是:
I figured it out... The ashx file itself was set to compile, changed it to content and compile only the cs file and it builds..
英文不是很難,就是說把ashx文件的屬性改為“內容”,ashx.cs文件的屬性改為“編譯即可”,測試之后一切可以正常使用。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。