Skip to Content
0
Former Member
Jul 07, 2010 at 01:40 PM

Help deploying Crystal report merge modules for .NET vs2008

38 Views

I'm using Visual Studios 2008. I made a Crystal Report with version 11 and imported it into my project. I added the 3 merge modules for that version :

CrystalReports11_5_maps.msm

CrystalReports11_5_NET_2005.msm

CrystalReports11_5_NET.msm

I added the DLL's I use in my project to the setup project as well :

CrystalDecisions.CrystalReports.Engine.dll

CrystalDecisions.Enterprise.Framework.dll

CrystalDecisions.ReportSource.dll

CrystalDecisions.Shared.dll

CrystalDecisions.Windows.Forms.dll

CrystalDecisions.Enterprise.InfoStore.dll

As well as the actual report:

JuvenileIntakeForm_backup.rpt

When I build the setup project, deploy, Install and then run the app. I get this error:

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

I'm kinda stuck on what I need to do now, any help would be much appreciated.

Thanks,

Justin

Edited by: MonkOFox on Jul 7, 2010 3:41 PM