简体   繁体   English

我可以在Visual Studio 2015之后安装Visual Studio 2012吗?

[英]Can I install visual studio 2012 after visual studio 2015?

I have Visual Studio 2015 Update 3 with most recent version of SSDT installed on Windows 2016. Now I found that I need to use Visual Studio 2012 to develop an SSRS report. 我在Windows 2016上安装了带有最新版本SSDT的Visual Studio 2015 Update3。现在我发现我需要使用Visual Studio 2012来开发SSRS报告。 Is it possible to install Visual Studio 2012 on the same machine in my case? Should I install SSDT again after VS 2012 installation (if it's possible to install VS 2012 in my case)? 我可以在同一台计算机上安装Visual Studio 2012吗?在VS 2012安装后是否应该再次安装SSDT(如果可以在我的情况下安装VS 2012)? I know I can just start to install and see if it work. 我知道我可以开始安装并查看它是否有效。 However, I just want to see if anyone has this experience. 但是,我只想看看是否有人有这种经验。 Thanks in advance. 提前致谢。

Is it possible to install Visual Studio 2012 on the same machine in my case? 就我而言,是否可以在同一台计算机上安装Visual Studio 2012?

Yes, the VS 2015 can work side by side with VS 2012, usually you should install Visual Studio versions in the order in which they were released. 是的,VS 2015可以与VS 2012一起使用,通常您应该按照发布它们的顺序安装Visual Studio版本。 But it should be ok for your case, if you encounter an installation failure, you can use http://aka.ms/vscollect to gather the installation logs. 但这对您来说应该可以,如果遇到安装失败,则可以使用http://aka.ms/vscollect收集安装日志。 After using it, you will find vslogs.zip under %temp% folder then upload the file to https://onedrive.live.com/ and share the link here. 使用它后,您将在%temp%文件夹下找到vslogs.zip,然后将文件上传到https://onedrive.live.com/并在此处共享链接。

Should I install SSDT again after VS 2012 installation (if it's possible to install VS 2012 in my case)? VS 2012安装后是否应该再次安装SSDT(如果可以安装VS 2012)?

You can have a look at Install SQL Server Data Tools and you can find the following information: 您可以查看“ 安装SQL Server数据工具”,然后可以找到以下信息:

SQL Server Data Tools ships in the Professional SKU, or higher , in Visual Studio 2012. When you run the VS 2012 installer, there is an option feature “Microsoft SQL Server Data Tools” as the following and you can check it to install (it is checked by default) and the installation completed successfully on my side. SQL Server数据工具在Visual Studio 2012 的Professional SKU或更高版本中提供。当您运行VS 2012安装程序时,有一个选项功能“ Microsoft SQL Server数据工具”,如下所示,您可以检查其是否要安装(它默认情况下处于选中状态),并且安装成功完成。 在此处输入图片说明 If Visual Studio 2012 is not installed, SQL Server Data Tools will install the Visual Studio 2012 Integrated Shell and install SQL Server Data Tools. 如果未安装Visual Studio 2012,则SQL Server数据工具将安装Visual Studio 2012集成外壳并安装SQL Server数据工具。 The Integrated Shell will only contain SSDT, and does not include VS programming languages and the features that support their respective project systems. Integrated Shell仅包含SSDT,不包含VS编程语言和支持其各自项目系统的功能。 For the more detail information, you can check this: SQL Server Data Tools in Visual Studio 2012 有关更多详细信息,您可以检查一下: Visual Studio 2012中的SQL Server数据工具

I have both VS12 and VS15 working aok. 我的VS12和VS15都可以正常工作。 Just install as normal. 只需正常安装即可。 The only issue I've had is accidently opening projects from VS15 in VS12. 我遇到的唯一问题是在VS12中意外打开VS15中的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM