I have a VB.Net windows application written with VS 2003 and crystal report9. It worked fine until I installed Crystal report 10 on my desktop last week; when I open the VB.Net solution, it asked me if I want to convert the crystal reports. I answered "YES". Now, when I run the application, the reports show DUMMY DATA (Monday, Tuesday, ... Black, Red, Blud, ....). I didn't get any error when running the application. The data source of the reports are dataset, or stored procedures. When I run the reports directly from CR10, it displays data correctly with real data from SQLServer.
What should I do to get the real data to display on the reports?