Expert: Srini Nagarajan Date: 7/10/2007 Subject: .Net windows form application error
Question I have a .net 2003 application that utilizes crystal reports verion 10. On the development box I have crystal version 8.0 and version 10. Also I have .net 2005 installed. I have gotten this error for three of the 4 reports that are part of the solution. the error is
crystaldecisions.vsdesigner.codegen.reportcodegenerator failed while processing the file 'reports\plan differences.rpt'. If I rename the report in the dev environment without the space so that it's plandifferences instead of plan differences and rebuild the project. the error goes away. My question is does spacing in the name of the embedded crystal report cause the problem. Or am I indirectly fixing something else. thanks
Answer Hi,
I am not that familiar with crystal report. But creating file with space is not advisable. Most of the application read the file in a difffernt format which dont' like the spaces..
Create the files without space.. if you feel use underscore _