I am trying to install Visual Studio 2005 on Windows Vista Beta build 5472.
The install gets to the end and then says "Error 1935: An error occurred
during the installation of assembly [...] HRESULT 0x800736B3"
The [...] is the name of some assembly (it varies depending on what I select
to install, selecting only VS and no other components gives CRTDebug,
selecting everything gives some ATL assembly).
Dissection of this HRESULT yields:
Severity = Warning
Customer = 0
Reserved = 0
Facility = FACILITY_WIN32
Code = ERROR_SXS_ASSEMBLY_NOT_FOUND
Description = "The referenced assembly is not installed on your system."
I installed .Net FX 1.1 and I had VS re-install .Net FX 2.0. Neither of
these had any effect. Any suggestions?
(Also, is there a way I can try installing those assemblies manually so I
don't have to wait till the end of the setup only to have it rollback)