Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello Sir/Madam
I have a project in VB.NET which is based on HPMS. In this project there are lots of reports.Its work fine.. When i run this project on 32 bit operating system its work fine and print reports but whenever i want to run this project on windows7(64bit) operating system. then my print button not works (it means when i click this button nothing happen).
1.. I have also build this project on x86 platform

2.. I have reference of
crystaldecision.crystalreport.engine
crystaldecision.design
crystaldecision.ReportSource
crystaldecision.Shared

What Should i do to run This project on Windows7 (64bit) operating System.
Posted
Updated 12-Nov-17 21:45pm
Comments
The Doer 19-Jan-13 10:59am    
which CR version you are using?
Logi Guna 19-Jan-13 11:26am    
Have a look at :
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567
http://scn.sap.com/docs/DOC-7824

Discussion about CR doesn't work in Win7 64bit :
http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/crystal-reports-on-win7-64-bit/65bd2bdd-c298-4f65-9584-bf05e4f88f61
Mohammad Nawaz 19-Jan-13 11:42am    
I am using crystal report 11 in that project
Mohammad Nawaz 19-Jan-13 11:43am    
This project is running on my company in live ....
This project is running very well on 32 bit operating system
Mohammad Nawaz 19-Jan-13 11:45am    
In that project our other developers are using crystal report 11
and the reference i looked in that project
crystaldecision.crystalreport.engine 10.5
crystaldecision.design 10.5
crystaldecision.ReportSource 10.5
crystaldecision.Shared 10.5

1 solution

Configure Projects to Target Platforms 64 bit. and must use to client runtime application: CRRuntime_64bit
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900