asp.net mvc 中使用ashx文件時出現錯誤

在作asp.net mvc的項目時,用到了ajax,本人習慣用ashx(通常處理程序)處理數據,在進行編譯的時候出現瞭如下錯誤:ajax

錯誤1:命名空間不能直接包含字段或方法之類的成員mvc

錯誤2:原義說明符 @ 以後應爲關鍵字、標識符或字符串asp.net

wKiom1L7HA7DeqTuAAC6flstOEU645.jpg

英文釋義爲:ide

error 1: A namespace cannot directly contain members such as fields or methods測試

error 2: Keyword, identifier, or string expected after verbatim specifier: @ui

搜索了好久,終於在stackflow上找到了一個答案,英文原文是:spa

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...net

英文不是很難,就是說把ashx文件的屬性改成「內容」,ashx.cs文件的屬性改成「編譯便可」,測試以後一切能夠正常使用。blog

相關文章
相關標籤/搜索