![]() |
| | #1 |
| Registered User Join Date: Feb 2006
Posts: 6
| After I publish my C# VS2005 application (to be installed from CD-ROM), the crystal reports in it will not load, but if I run the application from debug, everything works fine. Does anybody know what's going on? Thanks a lot. Best regards, JC |
| jcrcarmo is offline | |
| | #2 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,218
| App paths? The exe for a debug build is in a different folder to the release build. Do thy both have the same access to folder with the Report file?
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline | |
| | #3 |
| Registered User Join Date: Feb 2006
Posts: 6
| Problem solved! It was pathetically simple... All I had to do was to set the reports file property "Build Action" to "Content". Now everything is ok. Thanks a lot! JC |
| jcrcarmo is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Win32 Console Application Problem. | kevinawad | C++ Programming | 10 | 11-07-2008 03:35 PM |
| problem with A simple modeless messagebox | hanhao | C++ Programming | 8 | 07-05-2005 11:18 PM |
| Dev Resource problem | algi | Windows Programming | 3 | 04-19-2005 03:53 PM |
| MFC run application by clicking on file... | dug | Windows Programming | 4 | 12-02-2004 04:33 AM |