cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crystal Report VB.net Application - Client PC Issues

Former Member
0 Likes
2,742

Hi,

I created my second Crystal Reports application and I am having issues getting it to work on a clients PC. Based on what I learned from my first application, I know that I needed to install the runtime on the clients PC, which I did. When I run the app, nothing happens. No exception is thrown or anything. I see the mouse wait cursor come up (the spinning windows cursor) for about 5 seconds and then nothing happens. The odd thing is that I am able to run the code from my PC just fine when I use the msi setup file I created. I have no idea where to look to figure this out... Any help would be appreciated.

Thanks,

Chris Kretman

View Entire Topic
Former Member
0 Likes

I resolved this on my own by moving from excel as a data source in my report. I created a new table in sql server instead.

Thank you for all of the help and time on this issue.