SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
Hi,
I am having some trouble deploying my 2005 VB .NET project that has crytal reports. From the Publish tab, we have added the pre-req for Crystal Reports. When I push publish for UNC or Shared, I get the folder with the setup in it. If I put this on the server, browse to it from a PC on the server, and run it, it appears to install. Then when I try to run it from that PC, I get a file not found when it tries to load the report. Do I need to deploy the actual report (.rpt) separately? The program looks for it two levels up from the app. start. Do I build a folder two levels up on the server?
If I copy my whole project folder over, and run the .exe out of the bin, it is OK
When I publish to CD, and run the setup from the CD on the client PC, I get a report load error, file not found.
Or, is there anyway to just install it on the server and have each user have a shortcut to point to it and run it from there? I seem to be OK with this, except I get the file not found when it tries to load the report.
I realize this is all different than the ACCESS world. What is the perferred method of installing and running in a network environment, with SQL Server on the server, and using CRs??
Thanks,
Steve
I am having some trouble deploying my 2005 VB .NET project that has crytal reports. From the Publish tab, we have added the pre-req for Crystal Reports. When I push publish for UNC or Shared, I get the folder with the setup in it. If I put this on the server, browse to it from a PC on the server, and run it, it appears to install. Then when I try to run it from that PC, I get a file not found when it tries to load the report. Do I need to deploy the actual report (.rpt) separately? The program looks for it two levels up from the app. start. Do I build a folder two levels up on the server?
If I copy my whole project folder over, and run the .exe out of the bin, it is OK
When I publish to CD, and run the setup from the CD on the client PC, I get a report load error, file not found.
Or, is there anyway to just install it on the server and have each user have a shortcut to point to it and run it from there? I seem to be OK with this, except I get the file not found when it tries to load the report.
I realize this is all different than the ACCESS world. What is the perferred method of installing and running in a network environment, with SQL Server on the server, and using CRs??
Thanks,
Steve
Last edited: