i have the problem with crystal report.
my application is windows based
if i want to view the report while i am in visual studion enviroument( I mean while i am traceing the application) it works fine.
but when i setp the application and want to see the Reports, it is
"Load Report Failed"
for loading the Report i have this line
rd.Load(Application.StartupPath +"\\CrystalReport1.rpt");
but it does not work.
any idear is appreciated
my application is windows based
if i want to view the report while i am in visual studion enviroument( I mean while i am traceing the application) it works fine.
but when i setp the application and want to see the Reports, it is
"Load Report Failed"
for loading the Report i have this line
rd.Load(Application.StartupPath +"\\CrystalReport1.rpt");
but it does not work.
any idear is appreciated