“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS0234: 命名空间“SiteServer.CMS.Bus”中不存在类型或命名空间名称“WebHttp”(是否缺少程序集引用?)

源错误:


行 10:         endBusStop = Request.QueryString["EndBusStop"];
行 11:         string encodingName = null;
行 12:         SiteServer.CMS.Bus.WebHttp webHttp = new SiteServer.CMS.Bus.WebHttp();
行 13: 		string json = webHttp.GetWebText(apiUrl + "?isHtml=1&StartBusStop="+startBusStop+"&EndBusStop="+endBusStop,out encodingName);
行 14: 		Dictionary<string,string> dicData = Newtonsoft.Json.JsonConvert.DeserializeObject<Dictionary<string,string>>(json);

源文件: c:\web\jxggjt\channels\26.aspx    行: 12






版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3930.0