Load Report Failed - Crystal Reports - Windows App
Hello,
I'm trying to load a Crystal Report on my project but I get Load report failed error.These are the steps I followed so far.
1. I was using the following path, I wasn't getting any errors from my workstation (developer's workstation) but I was getting the error on other workstations.
reportDocument.Load(@"C:\MyFolder\Reports\report1.rpt");
2. I changed the path to reportDocument.Load(Application.StartupPath + "Reports\report1.rpt"); but I'm still getting the same error.
3. I added a folder "Reports" with report1.rpt on it in Setup --> File System --> Application Folder but still getting the error.
I would appreciate any kind of help.
Thank you in advance.