2

在 BizTalk 研讨会期间,我安装了 Microsoft BizTalk Adapter Pack 和 Microsoft BizTalk Adapter Pack (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 的东西。可以这么说,它刚刚停止工作。

任何帮助表示赞赏。谢谢!

//马库斯

4

1 回答 1

0

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

就我而言,我在卸载以下内容时保留了 Microsoft SQL Server 的适配器:Oracle Database、Oracle E-Business Suite、mySAP Business Suite。

于 2012-06-13T11:06:28.930 回答