Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 安装BizTalk适配器包后出错_Asp.net_Biztalk - Fatal编程技术网

Asp.net 安装BizTalk适配器包后出错

Asp.net 安装BizTalk适配器包后出错,asp.net,biztalk,Asp.net,Biztalk,在BizTalk研讨会期间,我安装了Microsoft BizTalk适配器包和Microsoft BizTalk适配器包x64 第二天,当我试图在本地调试ASP.NET Web窗体网站时,收到一个服务器错误: Unable to load one or more of the requested types. The following information may be a subset of the Type/LoaderException information present - i

在BizTalk研讨会期间,我安装了Microsoft BizTalk适配器包和Microsoft BizTalk适配器包x64

第二天,当我试图在本地调试ASP.NET Web窗体网站时,收到一个服务器错误:

Unable to load one or more of the requested types. The following information may be a subset of the Type/LoaderException information present - inspect with debugger for complete view.
Check assemblies [Microsoft.Adapters.SAP, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] and/or types [Microsoft.Adapters.AdapterUtilities.AdapterHelper,
Microsoft.Adapters.AdapterUtilities.FileNameHintHelper,
Microsoft.Adapters.AdapterUtilities.TimeoutHelper,
Microsoft.Adapters.AdapterUtilities.AdapterMessage,
Microsoft.Adapters.AdapterUtilities.AdapterBodyWriter,
Microsoft.Adapters.AdapterUtilities.CommonAdapter,
Microsoft.Adapters.AdapterUtilities.CommonBinding,
Microsoft.Adapters.AdapterUtilities.CommonStandardBindingElement,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredAsyncDelegateData,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredAsyncResultSignalFinishedDelegate,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredAsyncResult,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.ILayeredOutboundChannelHandler,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.ILayeredInboundChannelHandler,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredBindingElement,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredChannelBehaviour,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.StaticContext`1,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredChannelFactory`1,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredChannelFactory`1+OnOpenDelegate,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredChannelFactory`1+OnCloseDelegate,
Microsoft.Adapters.Internal.LayeredChannelBindingElement.TChannelPlusUserData`1]. Information from LoaderExceptions property [The specified module could not be found. (Exception from HRESULT: 0x8007007E),
The specified module could not be found. (Exception from HRESULT: 0x8007007E),
The specified module could not be found. (Exception from HRESULT: 0x8007007E)].
有没有人经历过同样的错误并设法摆脱它

问题是我试图调试的站点没有使用任何连接到BizTalk的东西。可以说,它已经停止工作了

感谢您的帮助。谢谢


//Marcus

运行BizTalk安装程序并卸载所有不必要的适配器x86和x64

在我的例子中,我在卸载以下内容时保留了Microsoft SQL Server适配器:
Oracle数据库、Oracle电子商务套件、mySAP商务套件。

运行BizTalk安装程序并卸载所有不必要的适配器x86和x64

在我的例子中,我在卸载以下内容时保留了Microsoft SQL Server适配器:
Oracle数据库、Oracle电子商务套件、mySAP商务套件。

检查您的站点应用程序池是否提供了正确的.Net Framework版本。从相应版本运行aspnet_regiis.exe可能会解决此问题。还要注意正确的比特数-您的站点可能需要以32位而不是64位运行。谢谢您的建议,Filburt。我最终卸载了不需要的适配器,解决了我的问题。请检查您的站点应用程序池是否提供了正确的.Net Framework版本。从相应版本运行aspnet_regiis.exe可能会解决此问题。还要注意正确的比特数-您的站点可能需要以32位而不是64位运行。谢谢您的建议,Filburt。我最终卸载了我不需要的适配器,解决了我的问题。