June 9,2006
錯誤 1935
在某些時候,安裝 .Net framework redistributable package 會失敗,出現如下的錯誤訊息:
錯誤 1935。An error occured during the installation of assembly component {....}. HRESULT: -2147319761.

這時候你可以參考這位大老寫的剖析,相當清楚:Troubleshooting 1935 and 2908 errors during installation
我(或者應該說是我朋友)遇到的情況是用如下步驟就可解決:
錯誤 1935。An error occured during the installation of assembly component {....}. HRESULT: -2147319761.

這時候你可以參考這位大老寫的剖析,相當清楚:Troubleshooting 1935 and 2908 errors during installation
我(或者應該說是我朋友)遇到的情況是用如下步驟就可解決:
- 將 %windir%\system32\mscoree.dll (在 Windows 98/me 上是 %windir%\system\mscoree.dll) 更名。
- 如果 %windir%\system32\urttemp 存在的話,刪除掉。(在 Windows 98/me 上是 %windir%\system\urttemp)
- 重新執行 .Net framework redistributable package 安裝程式
引用URL
http://cgi.blog.roodo.com/trackback/1732101
回應文章 
我電腦安裝軟體出現錯誤訊息:
錯誤1935. 在安裝組合
'Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",
processorArchitecture="x86",version="4.20.9818.0"type="win32"'
時發生錯誤.其它資訊請參閱[閱說明及支援].HRESULT:0x80070002.
不知該如何解決??請高手幫幫忙!謝謝!
錯誤1935. 在安裝組合
'Microsoft.MSXML2,publicKeyToken="6bd6b9abf345378f",
processorArchitecture="x86",version="4.20.9818.0"type="win32"'
時發生錯誤.其它資訊請參閱[閱說明及支援].HRESULT:0x80070002.
不知該如何解決??請高手幫幫忙!謝謝!
Posted by Ruby
at August 7,2006 17:41
不妨參考官方的kb看看:http://support.microsoft.com/kb/902330
或是這篇 Error 1935. - http://www.code-generator.com/Forum/showthread.php?p=50
或是這篇 Possible cause of 1935 error with HRESULT 0x80070002 http://blogs.msdn.com/astebner/archive/2005/02/01/364375.aspx
或是這篇 Error 1935. - http://www.code-generator.com/Forum/showthread.php?p=50
或是這篇 Possible cause of 1935 error with HRESULT 0x80070002 http://blogs.msdn.com/astebner/archive/2005/02/01/364375.aspx
Posted by SpongeBob
at August 7,2006 23:59