I am upgrading an application that was originally written in VS 2005 (.NET 3.0) and now I am upgrading that application to VS 2008 (.NET 3.5). I have Crystal .rpt files that I have created in VS 2005. The application is a Windows Forms app. What is needed to run the applications on the client for Crystal? Is there a installation I need to run or will all the necessary files be included in the application? I am trying to figure out what I need to do to upgrade the reports, if anything for the developers and for the clients.
Share
The .NET Crystal Report executable changed for 3.5. Aside from migrating your codebase from .NET 2.0 to 3.5, nothing else needs to change.