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」では、そのアセンブリ.DLLがどこにあるのかをどのように「知る」Microsoft.Exchange.Data
のですか?ファイルが存在するかどうかを確認するために、これをどのように判断できますか?