我正嘗試在SBS 2008服務器上使用Outlook Web Access解決.NET 2.0錯誤。.NET程序集如何將引用「翻譯」爲文件路徑?
我得到的錯誤是:
Exception information:
Exception type: HttpException
Exception message: Could not load file or assembly 'Microsoft.Exchange.Data,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its
dependencies. The system cannot find the file specified.
(C:\Program Files\Microsoft\Exchange Server\ClientAccess\owa\web.config line 51)
在web.config中的第51行,我有:
this is line 51 ---><add assembly="Microsoft.Exchange.Data,
Version=8.0.0.0,
Culture=neutral,
publicKeyToken=31bf3856ad364e35"/>
<add assembly="Microsoft.Exchange.Data.Storage,
Version=8.0.0.0,
Culture=neutral,
publicKeyToken=31bf3856ad364e35"/>
</assemblies>
於是在 「web.config中偏東」,它是如何「知道」Microsoft.Exchange.Data
程序集.DLL的位置,以及如何確定這個以驗證文件是否存在?
此外,請檢查您正在使用的Exchange版本。根據Web.config中的參考,它看起來像是預計程序集「版本8.0.0.0」,聽起來像Exchange 2007.如果您安裝了Exchange 2007以外的其他產品,則可能無法正常工作。 – 2010-08-17 15:50:10