Reputation: 8477
I have a Windows Forms application that was created in Visual Studio 2008 and targets .NET 3.5. It uses the embedded version of Crystal Reports that comes with VS 2008. It was calling a SQL 2000 database successfully.
The company upgraded to SQL Server 2008 R2. The Windows Forms .Net application connections using ADO work fine with the new database. Unfortunately Crystal Reports now hangs. It opens the shell but doesn't open and populate the reports.
Is there a compatibility issue?
Upvotes: 1
Views: 2699
Reputation: 2103
You were prompted the first time because you have the option checked for 'Verify on First Refresh'.
Upvotes: 1