2

我已经在 SuperUser 网站上问过这个问题,但由于这么多 SO 用户的专业知识,我想我会在这里问这个问题。
我最近安装了 Visual Studio 2010 Professional(用于大学项目)。我们必须为系统建模 scrum 管理设计一个虚拟界面(即允许用户创建和计划敏捷项目)。我们不需要做任何真正的编码,只需要设计接口——但是,如果我们选择,我们可以添加一点 C#(我们只用 Java 编程,而且我们处于初级水平,这就是为什么有这么少的编码)。

我安装了 Visual Studio 的专业版,只需要 C# 包。该程序最终安装了以下所有内容:

Microsoft SQL Server 2008 R2 Data-Tier Application Framework  
Microsoft SQL Server 2008 R2 Data-Tier Application Project  
Microsoft SQL Server 2008 R2 Management Objects  
Microsoft SQL Server 2008 R2 Management Objects (x64)  
Microsoft SQL Server 2008 R2 Transact-SQL Language Service  
Microsoft SQL Server Compact 3.5 SP2 ENU  
Microsoft SQL Server Compact 3.5 SP2 x64 ENU  
Microsoft SQL Server Database Publishing Wizard 1.4  
Microsoft SQL Server System CLR Types  
Microsoft SQL Server System CLR Types (x64)  
Microsoft Sync Framework Runtime v1.0 SP1 (x64)  
Microsoft Sync Framework SDK v1.0 SP1  
Microsoft Sync Framework Services v1.0 SP1 (x64)   
Microsoft Sync Services for ADO.NET v2.0 SP1 (x64)  
Microsoft Team Foundation Server 2010 Object Model - ENU  
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148  
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4974  
Microsoft Visual C++ 2010 x64 Runtime - 10.0.30319  
Microsoft Visual C++ 2010 x86 Runtime - 10.0.30319  
Microsoft Visual Studio ADO.NET Entity Framework Tools  
Microsoft Visual Studio 2010 Professional - ENU  
Microsoft Visual Studio 2010 Tools for Office Runtime (x64)   
Microsoft Visual Studio Macro Tools  

我听说我无法摆脱 SQL Server Compact,因为它是运行 Visual Studio 所必需的。我也知道 Visual Studio 2010 Professional - ENU 是实际程序。但是,在这些之后,考虑到我对程序的需求,我可以卸载什么?

4

1 回答 1

0

我会回答我自己的问题。有人实际上对要做什么发表了评论,但他们似乎已将其删除。我不记得是谁了——向他们道歉。

我正在使用 Visual Studio 2010 Professional,因为我们通过我们大学与 Microsoft 开发人员网络的连接免费获得了它。

然而,这个软件的免费版本没有很多我不需要的东西——Visual Studio Express。可在以下网址找到:http:
//www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

于 2012-12-08T21:24:48.100 回答