Hi,
I had developed a WinForm App using VS C# 2008, CR Basic for VS 2008, and SQL Server 2005 Express.
For the crystal report, I can view it through report viewer without problem in development server, but in deployment/client PC without development tools, the database logon kept prompting even I keyed in the correct logon information and I cannot view the report.
For your information, I design the crystal report to use OLEDB (ADO) for SQL Server with integrated security. I had tried server authentication too which providing UserID and Passwd but with no luck. I had tried to set the logon info programmatically too but the problem still exists.
My deployment/client PC is WinXP SP3 and I deployed the CR Basic components by using redistributable bundled with the VS 2008 (located in C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5).
I wonder is there a problem with CR driver for OLEDB or any else.
Does anyone encounter the similar problem?
Thanks for any reply and suggestion.