1

こんにちは、Crystal Report を使用して asp.net プロジェクトをサーバーにデプロイする必要があります。http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_3.exeからファイルをダウンロードしてみます。

しかし、ファイルをインストールするときに「このインストールを続行するには、VS 2010 が既にインストールされている必要があります」というエラーに直面して います。

これはどういう意味ですか?Visual Studio を展開サーバーにインストールする必要があるということですか?

asp.netプロジェクトを実行したときに直面したエラーは次のとおりです

    arser Error Message: 
Could not load file or assembly 'System.Design, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

CrystalDecisionに関連するすべてのアセンブリで、上記のエラーがスローされます。誰にも解決策がありますか?私はウィンドウ サーバー 2008 を使用しています。

4

1 に答える 1

1

cyrstal report の開発者バージョンをインストールしようとしましたが、代わりにサーバーにランタイム バージョンが必要です。

ダウンロードリンク

また、「必要なランタイムはどこにありますか?」の下にダウンロード リンクがあります。このページで。

于 2013-03-09T09:46:33.850 に答える