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の両方)をすべてアンインストールします。

私の場合、Oracle Database、Oracle E-Business Suite、mySAP Business Suiteをアンインストールする間、MicrosoftSQLServer用のアダプターを保持しました。

于 2012-06-13T11:06:28.930 に答える