“/WebApp”应用程序中的服务器错误。
“/WebApp”应用程序中的服务器错误。
--------------------------------------------
另一个程序正在使用此文件,进程无法访问。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Net.HttpListenerException: 另一个程序正在使用此文件,进程无法访问。
源错误:
行 18: {
行 19: ChannelFactory<IMyOverLoading> shouse = new ChannelFactory<IMyOverLoading>("wcfs");
行 20: IMyOverLoading proxy = shouse.CreateChannel();
行 21: if (string.IsNullOrEmpty(a.Text))
行 22: c.Text = proxy.Add(int.Parse(a.Text)).ToString();
源文件: d:\我的文档\桌面\test\wcf\Contral\WebApp\HouseOverLoading.aspx.cs 行: 20
------解决方案--------------------文件被占用,检查你的CreateChannel方法代码
------解决方案--------------------把w3wp.exe进程结束掉,如果还是每次都出现,说明你的文件使用后没有手动关闭。当然,w3wp.exe进程只在发布后的站点才有。