gpt4 book ai didi

c# - CS0246 : Missing an assembly reference - works locally, 但不在网络服务器上

转载 作者:太空宇宙 更新时间:2023-11-03 16:51:43 24 4
gpt4 key购买 nike

我正在尝试实现一个支付网关(Ewire,一个丹麦支付网关),它在本地运行良好,但是当我把它放到网上时,它说我缺少一个程序集引用。

我确定我正在使用我需要的所有程序集引用,因为它可以脱机工作,而且我还确定公共(public)类已注册(它在我的母版页的 .cs.designer 文件中)。

这是错误:

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: CS0246: The type or namespace name 'EwirePaymentDetails' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 25: public partial class WebForm7 : System.Web.UI.Page
Line 26: {
Line 27: public EwirePaymentDetails paymentDetails;
Line 28:
Line 29: public void InitializePaymentDetailsSuccesOrFail()

详细的编译器输出,如果有用的话:

C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe"  /t:library /utf8output /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\f0e28bc3\008f3dbe_c834cb01\MySql.Data.Entity.DLL" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_z1chkizv.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\106b0db1\008f3dbe_c834cb01\MySql.Web.DLL" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Data.DataSetExtensions\3.5.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\d44ffbd1\0035dbbb_c834cb01\MySql.Data.DLL" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.dll" /D:DEBUG /debug+ /optimize- /win32res:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\brje7fur.res" /w:4 /nowarn:1659;1699;1701 /warnaserror-  "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.9.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.13.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.6.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.15.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.5.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.3.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.11.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.12.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.8.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.2.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.14.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.1.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.7.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.16.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.4.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.10.cs"


Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.4926
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.

c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.6.cs(137,60): warning CS0436: The type 'Antikaput.com.WebForm4' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.6.cs' conflicts with the imported type 'Antikaput.com.WebForm4' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.6.cs'.
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.6.cs(15,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.0.cs(130,66): warning CS0436: The type 'Antikaput.com.WebForm11' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.0.cs' conflicts with the imported type 'Antikaput.com.WebForm11' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.0.cs'.
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.0.cs(15,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.12.cs(529,61): warning CS0436: The type 'Antikaput.com.WebForm7' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.13.cs' conflicts with the imported type 'Antikaput.com.WebForm7' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.13.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\minside.aspx.cs(25,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.8.cs(165,58): warning CS0436: The type 'Antikaput.com.WebForm8' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.9.cs' conflicts with the imported type 'Antikaput.com.WebForm8' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.9.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\soeg.aspx.cs(20,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.2.cs(130,60): warning CS0436: The type 'Antikaput.com.WebForm5' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.3.cs' conflicts with the imported type 'Antikaput.com.WebForm5' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.3.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\logout.aspx.cs(10,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.14.cs(130,61): warning CS0436: The type 'Antikaput.com.WebForm12' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.15.cs' conflicts with the imported type 'Antikaput.com.WebForm12' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.15.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\faktura.aspx.cs(10,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.4.cs(144,72): warning CS0436: The type 'Antikaput.com.WebForm6' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.5.cs' conflicts with the imported type 'Antikaput.com.WebForm6' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.5.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\handelsbetingelser.aspx.cs(10,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.10.cs(172,61): warning CS0436: The type 'Antikaput.com.WebForm10' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.11.cs' conflicts with the imported type 'Antikaput.com.WebForm10' in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL'. Using the type defined in 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\App_Web_brje7fur.11.cs'.
\\10.0.3.32\home\antikaput.com\public_html\alpha\payment.aspx.cs(16,26): (Location of symbol related to previous warning)
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\7803be99\b2680a1e\assembly\dl3\38a7fb7c\00745868_ae59cb01\antikaput.com.DLL: (Location of symbol related to previous warning)
\\10.0.3.32\home\antikaput.com\public_html\alpha\minside.aspx.cs(27,16): error CS0246: The type or namespace name 'EwirePaymentDetails' could not be found (are you missing a using directive or an assembly reference?)

这是本地服务器问题,还是我遗漏了什么?

我确定我的\bin 文件夹中的 dll 也是最新的。

有什么想法吗?

最佳答案

错误很可能是由于服务器上不存在 Ewire dll。尝试右键单击该 dll 引用并将 Copy Local 设置为 true,以便将其复制到 bin 文件夹。

关于c# - CS0246 : Missing an assembly reference - works locally, 但不在网络服务器上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3765243/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com