2012-06-13 43 views
2

在BizTalk研討會期間,我安裝了Microsoft BizTalk適配器包和Microsoft BizTalk適配器包(x64)。安裝BizTalk適配器包後出現錯誤

第二天,當我試圖在本地調試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的東西。它只是停止工作這麼說。

任何幫助表示讚賞。謝謝!

//馬庫斯

+1

檢查您的網站應用程序池,如果它提供了正確的.Net Framework版本。從相應的版本運行'aspnet_regiis.exe'可能會解決這個問題。還要注意正確的位數 - 您的站點可能取決於以32位而不是64位運行。 – Filburt

+0

謝謝你的建議,Filburt。我最終卸載了我不需要的適配器,並解決了我的問題。 – anma79

回答

0

運行BizTalk安裝程序和卸載所有不必要的適配器(x86和x64)的。

在我的情況下,我保留適用於Microsoft SQL Server的適配器,同時卸載以下內容: Oracle數據庫,Oracle電子商務套件,mySAP商務套件。