从ASP.net应用程序调用WebService

时间:2014-07-17 10:40:09

标签: asp.net web-services iis

我在多台服务器上有一个WEB应用程序(Windows 2008)。但是在Windows 2012服务器上,我收到以下错误

 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. 

Compiler Error Message: BC30002: Type 'myservice.units.AFMService' is not defined.

Source Error:



Line 8:          Dim oService As New myservice.units.AFMService

代码未预编译,我只是将代码从一台服务器复制到另一台服务器。所有其他页面/调用都能正常工作。

Web.config有以下行

<add key="myservice.units.AFM" value="http://xxxxxx/xxxx/x/xxx.asmx"/

关于我能检查什么的任何想法?

1 个答案:

答案 0 :(得分:0)

我想我太快问了这个问题。

我重新复制了文件夹APP_WebRefrences并且工作正常