Divyesh
Divyesh

Reputation: 21

Crystal Reports migration

I want to upgrade my .NET application built under .NET Framework 3.5 to 4.0. It uses crystal reports that comes within vs 2008 and I now want to use crystal reports runtime for VS 2010. Could it create any issues?

Upvotes: 1

Views: 193

Answers (1)

John Cruz
John Cruz

Reputation: 1592

The only issues you'll have are the random bugs from different runtime engines. For example, the 2010 (2011) engine randomly has issues with XLS exports. The executable running the runtime just stops working.

Other that, no, there are no issues.

Upvotes: 1

Related Questions