Quantcast
Channel: SCN : Popular Discussions - SAP Crystal Reports, version for Visual Studio
Viewing all 344 articles
Browse latest View live

The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

$
0
0

I've created an application with Crystal Reports Engine 13.0.5 and Visual Studio 2012. The application works on my development machine (Win8 64-bit).

 

I would like to run my application on other computer. I've installed therefore Crystal Reports Runtime 13.0.5 from:

 

32 bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_5.zip

 

64-bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_5.zip

 

Application displays error message after run: "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception".

 

Can you help me?


Crystal Reports for Visual Studio 2015 - Some icons missing?

$
0
0

Hi,

 

I had a completely clean virtual machine with Visual Studio 2015 RTM. In this Virtual Machine, I installed Crystal Reports Support Pack 14 (v.13.0.14.1720) and everything looks great, except some icons are missing in the command bar:

 

2015-07-28_08-56-01.png

 

Is this a known issue?

 

Thank you very much in advance!

 

André Lima
Microsoft MVP - Windows Application Development

Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0,

$
0
0

  Hi

I get the below error message when I deploy the application on Windows server 2008 R2 (64Bit)

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

 

Source Error:

Line 148:        <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> 
  Line 149:         <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  Line 150: <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>  Line 151:  Line 152:  

 

Here are the steps followed

 

  • Installed the develper edition of crystal report 13 on development machine which is XP(32 bit)
  • Application works fine on development machine and target platform for the application is "Any CPU"
  • On Deployement Machine [Windows server 2008 R2 (64Bit)] insatlled the (v. 13.0.2.x) 64 bit MSI from http://scn.sap.com/docs/DOC-7824

 

I reffered many post for the issue but no help. Please help me to fix this issue.

 

-Manish

Install App crystal version 13.0.2000.0

$
0
0

I have created an application using the .NET 4.0 runtime using Visual Studio 2010. The development PC is Windows 7 Ultimate 32bit. I need to use .NET 4.0 because of features required for XML. When I attempt to deploy the application on a PC whose OS is Windows 7 64 Enterprise, the required .NET 4 runtime is installed and the Crsytal reporte runtime is also installed. The install fails with the error: Unable to install or run the application. The application requires that the assembly CrystalDecisions.ReportAppServer.CommonObjectModel Version 13.0.2000.0 be installed in the Global Assembly Cache (GAC) first. It appears the latest version for download is 13.0.1... This issue appears to be common, but yet I can find no fix for it. Help, Please.

Crystal Reports for Visual Studio 2015 - Some icons missing?

$
0
0

Hi,

 

I had a completely clean virtual machine with Visual Studio 2015 RTM. In this Virtual Machine, I installed Crystal Reports Support Pack 14 (v.13.0.14.1720) and everything looks great, except some icons are missing in the command bar:

 

2015-07-28_08-56-01.png

 

Is this a known issue?

 

Thank you very much in advance!

 

André Lima
Microsoft MVP - Windows Application Development

CRVS2010 Beta - crdb_adoplus.dll not found

$
0
0

Since I can't get the help to work and seaching this forum did not give me a valid answer (well one that made sense) I am posting it as a question.

 

I am using VS2010 and .NET 4.0 with WPF.

 

I have the below code which gets data and loads it into a query definded as CollectionSummaryRecord.  The CollectionSummary report is defined in the assembly and works if I don't change the data source.  CR_ReportViewer is a WPF report viewer.

 

In my searching I got the impression I should not be using "SetDataSource" but am not sure what to use.  I am trying to use an in memory value and not the SQL directly.  Intellisense shows SetDataSource taking an IEnumerable<T> so it seems logical to use it.

 

Code:

var rd = new reports.CollectionSummary();

var data = from p in dl.OpenCBs

                               group p by new { p.AreaCode, p.Number } into g

                               select new CollectionSummaryRecord()

                               {

                                   PhoneNumber = string.Format("({0}) ", g.Key.AreaCode, g.Key.Number),

                                   Collected = g.Sum(p => p.Amount_Collected)

                               };

rd.SetDataSource(data);

this.CR_ReportViewer.ViewerCore.ReportSource = rd;

 

Error message:

Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.

 

The missing file exists on my system just not in that directory, it is the win32_x86 directory above the dotnet directory.  Note there is no such directory as "dotnet1" (with '1'), there is one without the '1'.

 

Thanks for any help...

 

Regards,

John

Sample to launch Crystal Report 2013 from C#.NET

$
0
0

Hello,

 

In my environment, I have Visual Studio 2010 & Crystal Report 2013 SP4.

I need a sample program written in Windows Forms based C# .NET application to launch report in Crystal Report 2013.

 

Any help would be highly appreciated.

 

Thank you,

Mukesh Nagda

Install App crystal version 13.0.2000.0

$
0
0

I have created an application using the .NET 4.0 runtime using Visual Studio 2010. The development PC is Windows 7 Ultimate 32bit. I need to use .NET 4.0 because of features required for XML. When I attempt to deploy the application on a PC whose OS is Windows 7 64 Enterprise, the required .NET 4 runtime is installed and the Crsytal reporte runtime is also installed. The install fails with the error: Unable to install or run the application. The application requires that the assembly CrystalDecisions.ReportAppServer.CommonObjectModel Version 13.0.2000.0 be installed in the Global Assembly Cache (GAC) first. It appears the latest version for download is 13.0.1... This issue appears to be common, but yet I can find no fix for it. Help, Please.


"SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Ver 14.1.1.1036"

$
0
0

where can i download "SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Version 14.1.1.1036"

CRVS2010 Beta - crdb_adoplus.dll not found

$
0
0

Since I can't get the help to work and seaching this forum did not give me a valid answer (well one that made sense) I am posting it as a question.

 

I am using VS2010 and .NET 4.0 with WPF.

 

I have the below code which gets data and loads it into a query definded as CollectionSummaryRecord.  The CollectionSummary report is defined in the assembly and works if I don't change the data source.  CR_ReportViewer is a WPF report viewer.

 

In my searching I got the impression I should not be using "SetDataSource" but am not sure what to use.  I am trying to use an in memory value and not the SQL directly.  Intellisense shows SetDataSource taking an IEnumerable<T> so it seems logical to use it.

 

Code:

var rd = new reports.CollectionSummary();

var data = from p in dl.OpenCBs

                               group p by new { p.AreaCode, p.Number } into g

                               select new CollectionSummaryRecord()

                               {

                                   PhoneNumber = string.Format("({0}) ", g.Key.AreaCode, g.Key.Number),

                                   Collected = g.Sum(p => p.Amount_Collected)

                               };

rd.SetDataSource(data);

this.CR_ReportViewer.ViewerCore.ReportSource = rd;

 

Error message:

Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.

 

The missing file exists on my system just not in that directory, it is the win32_x86 directory above the dotnet directory.  Note there is no such directory as "dotnet1" (with '1'), there is one without the '1'.

 

Thanks for any help...

 

Regards,

John

"SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Ver 14.1.1.1036"

$
0
0

where can i download "SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Version 14.1.1.1036"

The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

$
0
0

I've created an application with Crystal Reports Engine 13.0.5 and Visual Studio 2012. The application works on my development machine (Win8 64-bit).

 

I would like to run my application on other computer. I've installed therefore Crystal Reports Runtime 13.0.5 from:

 

32 bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_5.zip

 

64-bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_5.zip

 

Application displays error message after run: "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception".

 

Can you help me?

CRRedist*.msi

$
0
0

I have a software package I am trying to install and I get the following message:

 

An error has occurred while attempting to load the Crystal Reports runtime.

 

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly

 

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Repoorts runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.

 

I am running Windows 7 64-bit so I assume I need x64. Tell me what to do, please.

 

Walt Haworth

"SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Ver 14.1.1.1036"

$
0
0

where can i download "SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) Version 14.1.1.1036"

CRRedist*.msi

$
0
0

I have a software package I am trying to install and I get the following message:

 

An error has occurred while attempting to load the Crystal Reports runtime.

 

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly

 

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Repoorts runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.

 

I am running Windows 7 64-bit so I assume I need x64. Tell me what to do, please.

 

Walt Haworth


CR for VS2010 deployment - crtslv.dll failed to register

$
0
0

I'm still having problems with packaging up the CR for VS2010 library with our applications installation.

 

I'm using InstallShield 2011 for the installation setup.

 

I've included the CRRuntime_13_0.msm file. (That is the only MSM file I included, are the others needed also?)

I've included the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86 and the x64 versions.)

 

I have tried to do a test install on both a 64bit and a 32bit Windows 7 computer and it keeps giving me the crtslv.dll failed to register error on both computers.

 

Error 1904.Module C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtslv.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.

 

I thought it might just be due to the 32 bit MSM causing the problem on the 64bit computer, but I can't even get it to install on a 32bit computer. (On the 32bit computer install, I even removed the x64 bit version of the MS C++ 2005 Redistributable from the installation setup just to make sure it wasn't causing a problem).

 

I have even tried having my Install Shield setup 'Chain' the CRRuntime_32bit_13_0.msi file to my main installation (not using the Merge module). Even when that runs, it produces the same crtslv.dll failed to register again.

 

BUT, if I run the CRRuntime_32bit_13_0.msi manually on the computer it installs correctly. (I even tried using the same /qf parameters that InstallShield is using on it and it also worked OK that way.)  So I can't figure out how to get it to run in conjunction with my InstallShield installation.

 

Can anyone give me any suggestions?

Mike...

CRRedist*.msi

$
0
0

I have a software package I am trying to install and I get the following message:

 

An error has occurred while attempting to load the Crystal Reports runtime.

 

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly

 

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Repoorts runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.

 

I am running Windows 7 64-bit so I assume I need x64. Tell me what to do, please.

 

Walt Haworth

The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

$
0
0

I've created an application with Crystal Reports Engine 13.0.5 and Visual Studio 2012. The application works on my development machine (Win8 64-bit).

 

I would like to run my application on other computer. I've installed therefore Crystal Reports Runtime 13.0.5 from:

 

32 bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_5.zip

 

64-bit

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_5.zip

 

Application displays error message after run: "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception".

 

Can you help me?

CRRedist*.msi

$
0
0

I have a software package I am trying to install and I get the following message:

 

An error has occurred while attempting to load the Crystal Reports runtime.

 

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly

 

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Repoorts runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.

 

I am running Windows 7 64-bit so I assume I need x64. Tell me what to do, please.

 

Walt Haworth

CRforVS_13_0_15.exe VS2015 Windows 10 installation ended prematurely

$
0
0

I understand that this release (15) is validated for VS2015 and Windows 10, but I can't get it to install.

2015-10-07 12 41 53.gif

 

Where would I find the log file to see if that gives any help ?

 

I have checked to see if the problem is a previous attempt at installation but I can't see anything in "Uninstall or change program"

 

Any idea about what I should try next ?

Viewing all 344 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>