Upgrading Visual studio 2008 Professional to Visual studio 2010 Premium

巧了我就是萌 提交于 2019-11-29 15:51:47

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!