How Can i Build a .NET Application targeting different versions or probably the lower versions of the Crystal Report in Visual Studio .
The Client Machine contains the Crystal Report 9 runtime as well as designer installed .
Now is it run a .NET Application that uses Crystal Report Components in Visual Studio 2008 / 2010 that targets Crystal Report 9 without installing any Additional Runtimes apart from the above . If yes how?
You can use this XML in your app.config or web.config:
in atribute "oldVersion" you have to put the version which you want to substitute for the version in the atribute "newVersion"