Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 SQL Server 2008 Installation

Author  Topic 

ramaiah
Starting Member

27 Posts

Posted - 2010-04-05 : 02:50:37
Hi,
while installing, SQL Server 2008 R2 November CTP version, we got below error..
"Product: Microsoft Application Error Reporting -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.42",type="win32",processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b"'. Please refer to Help and Support for more information. HRESULT: 0x80070BC9. assembly interface: IAssemblyCacheItem, function: Commit, component: {844EFBA7-1C24-93B2-A01F-C8B3B9A1E18E}".

Thank you,
Ramaiah.

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2010-04-05 : 08:07:37
In my experience this error is due to the system you are installing trying to access an older, incompatable version of a DLL that is held in memory. Have you tried rebooting and retrying the installation? If we are lucky, rebooting will load the recently upgraded version of the DLL and you will not get the error.

===
http://www.ElementalSQL.com/
Go to Top of Page

thewebhosting
Starting Member

17 Posts

Posted - 2010-04-09 : 02:39:51
Hi,

First verify the hardware and software requirement for MS SQL 2008 server installation. YOu can get that details from here:

http://msdn.microsoft.com/en-us/library/ms143506.aspx
Go to Top of Page
   

- Advertisement -