升级到Visual Studio 2008的几个技巧

1. 首先,小心的卸载所有先前发布的相应软件和模块
  这是最重要的步骤之一。如果您有任何先前版本的.NET Framework 3.5或Visual Studio 2008,那么这些软件都必须在安装Visual Studio 2008 RTM之前被卸载。在安装之前关闭一些相关的软件也是个不错的主意:
  关闭所有的MS Office应用程序(如Outlook,Word等)
  关闭Internet Explorer
  关闭所有的windows资源管理器
  关闭所有其它不需要打开的程序
  以下是Scott Guthrie 提供的对先前发布版本的合适的卸载顺序,这些提到的软件可能有些您安装了而有些没有,只要确保如下的顺序即可:
  移除“MSDN Library for Visual Studio 2008 Beta”
  移除“Microsoft SQL Server Compact Edition 3.5”
  移除“Microsoft SQL Server Compact Edition 3.5 Design Tools”
  移除“Microsoft SQL Server Compact Edition 3.5 for Devices”
  移除“Microsoft Visual Studio Performance Collection Tools”
  移除“Windows Mobile 5.0 SDK R2 for Pocket PC”
  移除“Windows Mobile 5.0 SDK R2 for Smartphone”
  移除“Crystal Reports 2007”
  移除“Visual Studio Asset System”
  移除“Microsoft Visual Studio Web Authoring Component / Microsoft Web Designer Tools”
  移除“Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime”
  移除“Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime Language Pack” (只针对非英语版)
  移除“Microsoft Visual Studio Tools for Office Runtime 3.0”
  移除“Microsoft Document Explorer”
  移除“Microsoft Document Explorer 2005 Language Pack” (只针对非英语版)
  移除“Microsoft Device Emulator 3.0”
  移除“Microsoft .NET Compact Framework 3.5”
  移除“Microsoft .NET Compact Framework 2.0 SP1”
  移除“.NET Framework 2.0 SDK”
  移除“Microsoft Visual Studio Codename Orcas Remote Debugger”
  移除“Microsoft Visual Studio 64bit Prerequisites Beta” (只针对64位平台)
  移除“Microsoft .NET Framework 3.5″
  2. 只安装您真正会用到的部分
  不要仅仅因为DVD上什么都有,就要把所有的东西都装上。您安装的软件越少,以后打的补丁就越少,其占用的磁盘空间也越少。
  3. 不要被前面的重启提示弄傻了
  .NET Framework 3.5的安装程序会提示用户在安装的过程中间重启,不要理会它。所有的重启都要等到安装完Visual Studio 2008之后再执行。
  4. 如果您要用Team System,就安装Team System 2008 Team Explorer
  如果您准备连接到Team Foundation服务器,那么您需要安装Team System 2008 Team Explorer,否则无法连接到Team Foundation服务器。
  这篇文档告诉您如何从Team Foundation服务器安装介质(光盘,下载包等)得到Team Explorer,但是这是一个3GB的下载版本。最简单的方法是得到单独的Team Explorer安装版,这个安装版只有387MB。
  5. 安装之后,将您的IDE设置恢复到默认设置。
  如果IDE的设置在任何先前发布的版本中做了更改,它们都应该被恢复到默认设置。可以在命令行运行 devenv.com /ResetSettings 或者在Visual Studio 2008中点击菜单 Tools > Import and Export Settings…> Reset all settings

不懂  发表于: 2009-10-16

我要回答

电子邮件地址不会被公开。 必填项已用*标注

敬请读者进行回答,本站保留删除与本问题无关和不雅内容的权力。