views:

1120

answers:

2

Yesterday I stumbled over the information that Crystal Reports will no longer be included in Visual Studio 2010. Instead – it will be provided as a free download, but with a separate installation and a separate release date. According to the linked information the release of CR will be later than that of VS. My projects depend in parts on CR and I want to shift early to VS 2010. So there are some related questions:

Can I use VS 2010 with the older 2008 version of CR? Do I need a workstation with a preinstalled VS 2008 or is the installation of the CR redistribution package sufficient to run that? Are there any experiences with the VS Beta concerning that?

Things turn worse on this theme - an Update

A: 

Can I use VS 2010 with the older 2008 version of CR?

Why not it you have the correct dlls then I'm sure your code should compile anyway.Only thing is that the new CR will have new version dlls and then you may have to update your code and reports etc.

Do I need a workstation with a preinstalled VS 2008 or is the installation of the CR redistribution package sufficient to run that?

Based on your requirments

abmv
The code should compile. That's right. But what is about the designer integration into the studio? The second question is about the installation process of the new studio. VS 2010 over VS 2008 (bad) VS 2010 + Redistribution package (good)
Dirk
There will not be any issues installing multiple Visual Studios on any machine I have all from 1998 to 2010 beta on one machine,you could try it in a virtual env. Well designer integration , I suggest you do stick to vs 2008 on that point for now.you need to read the release notes and known lssues list to get somewhere on that,suggest you try these things on a test pc and conclude
abmv
A: 

It seems like simply the method of distribution has changed. So there are two things to consider, one how far out of cycle will the CR release be for 2010 vs. VS 2010? Second, that you'll have to go and download it separately which can be a bit of a logistics headache when upgrading a team.

The remaining questions seem like they would be applicable regardless of version. Are you able to use VS2005 CR DLLs with VS2008? If so, I would imagine the same would hold true for 2010.

billb