0

我有一个名为Visual Studio 2008 Shell(集成模式)的服务器 - ENU,它只为 SSIS 工作提供模板。在安装 VS 2008 标准版之前我没有删除它(在此结束时不需要重新启动)。然后我为这个 VStudio 产品安装了 Service Pack 1(同样,没有重新启动的命令)。

令我惊讶的是,Visual Studio 2008 仍然为 SSIS 提供了有限的模板集。我重新启动后,IDE 的行为仍然与 SSIS 项目相关的这一小部分选择相同。

然而,当我访问Help -> About时,我得到了一组看起来更完整的组件。事实上,ProjectTemplates 子文件夹似乎包含我在安装期间选择的所有内容(C#、VB 和 Web)。

有什么方法可以访问诸如“Web 应用程序项目”模板之类的东西,还是我需要删除所有内容并重新开始?

-- 编辑更新 6/24/2010 -- 对于像 Visual Studio 2008 这样的主要产品来说,这是多么可悲的安装包啊!

这是我发现的:

* VS2008 "shell" was the source of the whole problem described above
* I removed this "shell" (whatever that means) and that action alone did not fix the problem
* I removed the entire VS2008 Std Edition product
* I reinstalled the entire VS2008 Std Edition product
* Now all templates are present as they should be. 

多么遗憾的安装包无法以某种方式解决这个“shell”东西预先安装的情况!!!

4

2 回答 2

1

对于像 Visual Studio 2008 这样的主要产品来说,这是多么可悲的安装包啊!

这是我发现的:

* VS2008 "shell" was the source of the whole problem described above
* I removed this "shell" (whatever that means) and that action alone did not fix the problem
* I removed the entire VS2008 Std Edition product
* I reinstalled the entire VS2008 Std Edition product
* Now all templates are present as they should be. 

多么遗憾的安装包无法以某种方式解决这个“shell”东西预先安装的情况!!!

于 2010-06-25T01:40:58.437 回答
0

剩余部分是因为您安装了 SQL Server 2008 开发人员工具,并且它们使用相同的 DevEnv IDE。

如果您希望您的 Web / Windows / 等开发工具可用,您将不得不安装它们。

于 2010-06-24T16:11:30.253 回答