PDA

Click to See Complete Forum and Search --> : doubts in running the crystalreports


karthikeyan
Feb 14th, 2007, 11:35 PM
hi, i completed my project and i want to run my project.my project has crystal reports also.in my computer i have only installed .net framework1.1 only.so application gets running but crystal reports in not working it gives error.so what to do to work with xcrystal repots with out installing vs.net.please help me to run my reports,please

shakti5385
Feb 15th, 2007, 01:00 AM
Add the crystal report merge module in your project.

karthikeyan
Feb 15th, 2007, 02:10 AM
hi shakti5385,
where can i get crystal reports merge module and how to add that in my project,please help me

shakti5385
Feb 15th, 2007, 03:01 AM
This provides a detailed description of how to perform a deployment using the Crystal Reports for .NET Framework 2.0 merge modules.
System Requirements

System System .msm File
x86 (32bit) CrystalReportsRedist2005_x86.msm
IA64 (64bit) CrystalReportsRedist2005_ia64.msm
x64 (64bit) CrystalReportsRedist2005_x64.msm

When deploying your system using the Crystal Reports for .NET Framework 2.0 merge modules, please ensure that the following dependency files are available in the \Program Files\Common Files\Merge Modules folder. Without these dependency files in place, the setup will fail.


System .msm File

x86 (32bit) Microsoft_VC80_ATL_x86.msm
policy_8_0_Microsoft_VC80_ATL_x86.msm



IA64 (64bit)* Microsoft_VC80_ATL_x86_ia64.msm
Microsoft_VC80_CRT_x86_ia64.msm
Microsoft_VC80_MFC_x86_ia64.msm
policy_8_0_Microsoft_VC80_ATL_x86_ia64.msm
policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm
policy_8_0_Microsoft_VC80_MFC_x86_ia64.msm



x64 (64bit)* Microsoft_VC80_ATL_x86_x64.msm
Microsoft_VC80_CRT_x86_x64.msm
Microsoft_VC80_MFC_x86_x64.msm
policy_8_0_Microsoft_VC80_ATL_x86_x64.msm
policy_8_0_Microsoft_VC80_CRT_x86_x64.msm
policy_8_0_Microsoft_VC80_MFC_x86_x64.msm


*To obtain the required dependency files, users must ensure that the “Itanium Compilers and Tools” and “X64 Compilers and Tools” check-boxes are checked before installing Visual Studio. (Note that these boxes are unchecked by default.)

X86 Deployments

1)Copy CrystalReportsRedist2005_x86.msm to the \Program Files\Common Files\Merge Modules folder.
2)Start Visual Studio.
3)In the File menu, select New|Project.
4)In the “New Project” dialog box, select a Windows Setup Project or a Web Setup Project.
5)In the “Solution Explorer”, select your setup project, right-click, and select Add|Merge Module from the pop-up menus:
6)Add CrystalReportsRedist2005_x86.msm to your project:
Note that Microsoft_VC80_ATL_x86.msm and policy_8_0_Microsoft_VC80_ATL_x86.msm will be automatically included when you add CrystalReportsRedist2005_x86.msm to your project:
7)Build your project.
8)Run your deployment setup.


IA64 Deployments

1)Copy CrystalReportsRedist2005_ia64.msm to the \Program Files\Common Files\Merge Modules folder.
2)Start Visual Studio.
3)In the File menu, select New|Project.
4)In the “New Project” dialog box, select a Windows Setup Project or a Web Setup Project.
5)In the “Solution Explorer”, select your setup project, right-click, and select Add|Merge Module from the pop-up menus:
6)Add CrystalReportsRedist2005_ia64.msm to your project:
Note that the following files are automatically included when you add CrystalReportsRedist2005_ia64.msm to your project:

• Microsoft_VC80_ATL_x86_ia64.msm
• Microsoft_VC80_CRT_x86_ia64.msm
• Microsoft_VC80_MFC_x86_ia64.msm
• policy_8_0_Microsoft_VC80_ATL_x86_ia64.msm
• policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm
• policy_8_0_Microsoft_VC80_MFC_x86_ia64.msm

7)In the “Properties” dialog box, set your TargetPlatform to “Itanium”:
8)Build your project.
9)Run your deployment setup

karthikeyan
Feb 15th, 2007, 03:37 AM
hi shakti5385 i am using framework1.1,please u can give me the procedure for framework1.1 and i am using .net 2003.

shunt
Aug 12th, 2008, 05:00 AM
For those that are battling (as I did) to find the CrystalReportsRedist2005_X86.msm file for VS2005, they have been located at (as at 12 August 2008):
http://resources.businessobjects.com/support/additional_downloads/runtime.asp#07

These guys seriously have to improve their website! It is a serious pain the the :eek: to get what you need....

Hack
Aug 12th, 2008, 11:39 AM
Thanks for posting the link. :)