ben

OMÜ , Bilgisayar Mühendisliği, 13'

8 Nisan 2014 Salı

cyrstal report hata ve çözümü

Hata 1:

Could not load file or assemble 'file:///C:\Program Files (x86)\SAP BusinessObject\Crystal Reports for .NET Framework 4.0\Common\SAP  BussinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adopluss.dll' or one of its dependencies. Sistem belirtilen dosyayı bulamıyor

Çözüm:

Projenizin web.config yada app.config dosyasındaki startup tagları içine aşağıdaki kodları yazalım.

1<sturtup useLegacyV2RuntimeActivationPolicy="true">
2<supportedRuntime version="v4.0"/>
3</startup>



Hata 2:

To enable 'Downloud prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'Crystal Report for .Net Framework 4.0\CRRuntime_32bit_13_0_1.msi' for item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' to your lacal machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883

Çözüm: 

1. Sap web sitesinden doenwloud bölümüne gidelim.
2.  'CRRuntime_32bit_13_0_1.msi' ve 'CRRuntime_64bit_13_0_1.msi' dosylarını indirip,
Program Files folder\Microsoft SDKs\Windows\<version>\Bootstrapper\Packages\Crystal Reports for .NET Framework 4.0  klasörüne kopyalayalım.

Hiç yorum yok: