我正在尝试对 SBS 2008 服务器上的 Outlook Web Access 的 .NET 2.0 错误进行故障排除。
我得到的错误是:
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-ese”中,它如何“知道”该Microsoft.Exchange.Data
程序集 .DLL 在哪里,我如何确定这一点以验证该文件是否存在?