分析器错误消息: 未能创建类型“”。
环境:vs2008 IIS7.5 服务器是 server 2008 。需要用https来访问。
发布后 访问asmx时报了:分析器错误消息: 未能创建类型“”。错误
根据网上 找的方法 查了 前端命名 一致的。
public class KTExchange : System.Web.Services.WebService { [WebMethod] public string getUnReadEmail(String email, String password, String serverUrl, int amount) { //todo someting return null; } }