[vs2008]Visual Studio 2008 SP1添加或删除功能提示查找SQLSysClrTypes.msi文件
前言
今天接到領(lǐng)導(dǎo)布置的一個(gè)任務(wù),是之前同事負(fù)責(zé)的項(xiàng)目。離職了,現(xiàn)在客戶有些地方需要修改,由于我之前參與過(guò),就落在我的頭上了。
然后我就把代碼弄了過(guò)來(lái),打開(kāi)發(fā)現(xiàn)其中需要用到水晶報(bào)表。(我覺(jué)得不好用,不想占用多余的磁盤(pán)空間,就沒(méi)有安裝)
想想算了,大不了重新添加一下就完事了唄。
一開(kāi)始都還好,沒(méi)有什么問(wèn)題。
等安裝到"SQL Server 運(yùn)行時(shí)(X64)"時(shí),彈了一個(gè)文件查找對(duì)話框:
在安裝了Visual Studio 2008 Service Pack 1之后,添加或移除功能Visual Studio可能會(huì)提示SQLSysClrTypes.msi相關(guān)文字信息如下 :
安裝程序在查找SQLSysClrTypes.msi文件.?請(qǐng)現(xiàn)在插入Microsoft Visual Studio Team System 2008 Team Suite – CHS 磁盤(pán)1.
如果你安裝的是Visual Studio 2008 Professional 版本或者其他版本或者是語(yǔ)言包提示的文字信息可能會(huì)有一些不同。
我開(kāi)始以為是要SQL Server 安裝文件下的SQLSysClrTypes.msi文件,試了試,不行。
接著,找了visual studio 2008 service pack中的SQLSysClrTypes.msi文件,還是不行。
于是,就上網(wǎng)找了一下,結(jié)果就找到了這篇文章:Feature Changes in Visual Studio 2008 SP1 may prompt for SQLSysClrTypes.msi
按照這里介紹的方法,確實(shí)可行,現(xiàn)在我就用我這渣渣級(jí)的英語(yǔ)大概翻譯一下,如有錯(cuò)誤,還請(qǐng)指出。
解決方法
我是Windows 10系統(tǒng),安裝的是Microsoft Visual Studio Team System 2008 Team Suite – CHS。
如果你沒(méi)有下載Visual Studio 2008 Service Pack 1?,請(qǐng)先下載。
解壓下載的 VS2008 SP1文件并打開(kāi)文件夾,進(jìn)入到子目錄vs90sp1中。
在?SQLSysClrTypes.msi文件右鍵復(fù)制。
打開(kāi)文件資源管理器 (例如:?Windows?鍵 +?字母E) ,進(jìn)入到Visual Studio 2008的安裝目錄。默認(rèn)的是 “C:\Program Files\Microsoft Visual Studio 9.0”(32位系統(tǒng))或者是“C:\Program Files (x86)\Microsoft Visual Studio 9.0” (64位系統(tǒng))。
在目錄中找到安裝的Visual Studio產(chǎn)品名稱并雙擊進(jìn)入。(以我為例就是: “Microsoft Visual Studio Team System 2008 Team Suite – CHS”)。
在窗口空白處右鍵 新建-文件夾,輸入文件夾名稱 “wcu” (沒(méi)有引號(hào))。
雙擊打開(kāi)新建的“wcu”文件夾。
在窗口空白處右鍵 新建-文件夾,輸入文件夾名稱 “smo” (沒(méi)有引號(hào))。
雙擊打開(kāi)新建的“smo”文件夾。
在窗口空白處右鍵 粘貼。
在提示要求?SQLSysClrTypes.msi對(duì)話框, 點(diǎn)擊?瀏覽?按鈕.
展開(kāi)文件夾定位到步驟5中的文件夾然后點(diǎn)擊“確認(rèn)”按鈕,不要選擇剛剛新建的“wcu\smo”文件夾。
以我為例就是:C:\Program Files (x86)\Microsoft Visual Studio 9.0\Microsoft Visual Studio Team System 2008 Team Suite - CHS在提示對(duì)話框中點(diǎn)擊確定按鈕。
原文如下
Download a complete layout?of VS2008 SP1 if you haven’t already.
Open the directory were you copied VS2008 SP1.
Right click on?SQLSysClrTypes.msi?and select?Copy.
Open an Explorer window (ex:?Windows?key +?E) and browse to the directory where you installed Visual Studio 2008. By default this is “C:\Program Files\Microsoft Visual Studio 9.0” where C:?is your system drive.
Double click on the folder that corresponds to the name of the product you installed (ex: “Microsoft Visual Studio Team System 2008 Team Suite – ENU”).
Right click on empty space in the window, click?New, then?Folder, and type “wcu” (without quotes).
Double click that new “wcu” folder to open it.
Right click on empty space in the window, click?New, then?Folder, and type “smo” (without quotes).
Double click that new “smo” folder to open it.
Right click on empty space in the window and click?Paste.
In the dialog prompt requesting?SQLSysClrTypes.msi, click the?Browse?button.
Expand folders to select the directory you opened in step 5 and click the?OK?button. Do not select the “wcu\smo” directory you created.
Click the?OK?button on the dialog prompt.
OK,本文就介紹到這里。
如果你有更好的方法,煩請(qǐng)告知。
原文來(lái)自:[vs2008]Visual Studio 2008 SP1添加或刪除功能提示查找SQLSysClrTypes.msi文件
轉(zhuǎn)載于:https://www.cnblogs.com/seayxu/p/5502498.html
總結(jié)
以上是生活随笔為你收集整理的[vs2008]Visual Studio 2008 SP1添加或删除功能提示查找SQLSysClrTypes.msi文件的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 黄山客运站到黄山风景区大巴时刻表
- 下一篇: Android自定义ListView的I