728x90
[WebMethod(EnableSession = true)]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
public void function()
{
HttpContext.Current.Response.ContentType = "application/json"; // error on line 1 at column 1: document is empty
string result = new JavaScriptSerializer().Serialize(new { result = list });
HttpContext.Current.Response.Write(result);
}
728x90
'c#' 카테고리의 다른 글
구 닷넷프레임워크 버전에서 TLS1.2 사용 절차 (0) | 2024.12.07 |
---|---|
기본 연결이 닫혔습니다. 보내기에서 예기치 않은 오류가 발생했습니다. (0) | 2023.11.07 |
System.Web.Helpers.Json..cctor() 메서드가 System.Web.Helpers.Json.CreateSerializer() 메서드에 액세스하지 못했습니다 (0) | 2015.09.07 |
zedgraph (0) | 2013.04.27 |
EventType clr20r3 P9 system.io.fileloadexception (0) | 2013.04.27 |
댓글