Upgrading Visual studio 2008 Professional to Visual studio 2010 Premium

16,228

Solution 1

no, you cannot "upgrade" Visual Studio in the traditional sense. Visual Studio exists side-by-side (sxs) with older versions, so you have both versions installed. What does get upgraded is the CSPROJ (or VBPROJ) files that represent your projects.

Solution 2

It's a side-by-side install, you can continue to use both installations for development. As for other two:

Your SQL Server will continue to work for both VS2008 and VS2010, SP1 adds the .Net 4 support.

Crystal Reports will not...however there is a new 2010 version, just not included in the base Visual Studio install anymore. It will be available as a separate (still free) download from SAP. It's currently in beta 2 status (as of the time of this answer) but should be released sometime soon. SAP updates the current status at this blog here so you can keep track: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14514

Share:
16,228
robblot
Author by

robblot

I am a SW/FW Engineering Technician at Lexmark. I have some programming knowledge in VB.net thru earning my Associate In Applied Science Degree in Computer Programming. I enjoy writing programs, its a challenge and I love a challenge. I use a lot of spread sheets at work and I am trying to write software to make my job easier and more efficient. I am trying to learn C# and want to get away from VB. My ultimate goal is to develope my own software.

Updated on June 04, 2022

Comments

  • robblot
    robblot almost 2 years

    I currently have Visual Studio 2008 Professional installed on my Windows 7 (x64) laptop. I also have SQL Server 2008 Express and Crystal Reports 2008 installed.

    Can I upgrade Visual Studio 2008 Pro to Visual Studio 2010 Premium and if so do I have to make any configuration changes to any other apps I have installed?