Web服务编译错误 [英] Web service Compilation Error

查看:38
本文介绍了Web服务编译错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编译错误说明:编译服务该请求所需的资源期间发生错误.请查看以下特定的错误详细信息,并适当地修改您的源代码.

Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

编译器错误消息:CS0246:找不到类型或名称空间名称'InterkomLaboratuar'(您是否缺少using指令或程序集引用?)

Compiler Error Message: CS0246: The type or namespace name 'InterkomLaboratuar' could not be found (are you missing a using directive or an assembly reference?)

源错误:

第22行:InterkomLaboratuar.Service1SoapClient _sistemTip =新的InterkomLaboratuar.Service1SoapClient();

Line 22: InterkomLaboratuar.Service1SoapClient _sistemTip = new InterkomLaboratuar.Service1SoapClient();

源文件:c:\ Inetpub \ wwwroot \ MedulaV3 \ diyaliz02 \ Istemler.aspx.cs行:22

Source File: c:\Inetpub\wwwroot\MedulaV3\diyaliz02\Istemler.aspx.cs Line: 22

我该如何解决此问题,请帮忙.

How can i solve this problem please help..

推荐答案

Bin 文件夹复制到 IIS .您缺少某些程序集.

Copy Bin folder to IIS. You are missing some assemblies.

这篇关于Web服务编译错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆