Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2008 Visual Studio 2008的模板在标准版完全安装后丢失_Visual Studio 2008_Installation_Visual Studio Templates - Fatal编程技术网

Visual studio 2008 Visual Studio 2008的模板在标准版完全安装后丢失

Visual studio 2008 Visual Studio 2008的模板在标准版完全安装后丢失,visual-studio-2008,installation,visual-studio-templates,Visual Studio 2008,Installation,Visual Studio Templates,我有一个名为Visual Studio 2008 Shell(集成模式)的服务器,它只为SSIS工作提供模板。在安装VS 2008标准版之前,我没有删除它(在本期结束时,不需要重新启动)。然后,我为这个VStudio产品安装了Service Pack 1(同样,没有重新启动的命令) 令我惊讶的是,VisualStudio2008仍然为SSIS内容公开了有限的模板集。我重新启动了IDE,IDE的行为仍然与SSIS项目相关的这一小部分选择相同 然而,当我访问Help->About时,我得到了一组更完

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

令我惊讶的是,VisualStudio2008仍然为SSIS内容公开了有限的模板集。我重新启动了IDE,IDE的行为仍然与SSIS项目相关的这一小部分选择相同

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

是否有某种方法可以访问“web应用程序项目”模板之类的内容,或者我是否需要删除所有内容并重新开始

--编辑更新6/24/2010-- 对于像VisualStudio2008这样的主要产品来说,这是一个多么糟糕的安装包啊

以下是我的发现:

* 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. 
* 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”东西是预先安装的情况

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


如果您希望Web/Windows/etc开发工具可用,您必须安装它们。

对于像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. 
* 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”东西是预先安装的情况

一切都已完全安装(如我上面所写)。模板在那里,但IDE只公开SSIS模板。我还在猜测该怎么办。移除所有东西,重新开始?