Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have Created Windows Application in VB.net 2005,i am using Crstall report 11,
This is working fine in XP and Vista, in Windows 7 when i take report preview application getting crashed .

The issue line is
VB
Dim Rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
 Rpt =
 New RptVchrInvoiceGeneral_import

Please Solve this issue.
if i run VS Application (Through Source code ) it is working fine.If i rum Installed file only (Exe) application getting crashed.


In another one place i have installed application in Xp machine(Its working fine),Same application short cut i have copied to windows 7 Os, application is working fine ,only crystal report preview is not showing(Application getting crashed).
Posted
Updated 10-Sep-11 0:39am
v3

1 solution

If you are using WIN 7 64 bit, you may face some issues. Here is a link that says it does not support CR 11 on WIN 7 64 bit. Recent issues have been updated as early as June 2011.

http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e[^]

It may be helpful if you update your issues on the above link and may be follow up with CR.
 
Share this answer
 
v2

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

  Print Answers RSS


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