1

私はASP.Netを初めて使用し、CrystalReportsViewerを使用して単純なWebアプリケーションを開発しました。目的のレポートが選択されている「ホームページ」ページと、レポートをレンダリングするための「ViewReports」ページがあります。デバッグのために、*。rptファイルへのパスをハードコーディングしました。

ASP.Net Development Serverを使用してデバッグする場合、レポートを正常に読み込むことができ、かなり速く読み込まれます。ただし、アプリケーションが(同じマシン上の)IISでホストされている場合、[ViewReports]ページは読み込まれません。途中まで到達してからハングします。エラーはまったくありません。RPTファイルを削除すると、期待される「エラー読み込みレポート」メッセージが表示されてページが読み込まれます。何か案は?VS2010で.NET4.0を使用しており、VS2010用のCrystalReportsを使用しています。また、役立つ場合はコードを含めることができます。表示したい部分をお知らせください(質問を不要なもので溢れさせたくありませんでした)。役に立たない場合はコードを記述してください)。

更新(5/31 2:59 pm)

実際、イベントログに多数のエラーが表示されます(よろしくお願いします、クリストファー)。メッセージは次のとおりです。

The description for Event ID 4353 from source Crystal Reports cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.


the message resource is present but the message is not found in the string/message table

この欠落しているアセンブリをCRランタイムに含める必要がありますか?

4

0 に答える 0