/build/static/layout/Breadcrumb_cap_w.png

Microsoft VC90.CRT error

Hi,

I am getting this weird error. Can anyone help me with this

 


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Vc ++ 9.0.21022.8 Redistributable is missing
Posted by: removedbyuser85960 11 years ago
Green Belt
1

Thanks jdornan, I got the solution. The media is perfectlt correct. In the error, it shows Vc ++ 9.0.21022.8 Redistributable is missing, so I downloaded it and installed it. Though I have 9.0.3 something, it is looking for this software in particular, so it did not run. Now the software is working perfectly.

Posted by: jdornan 11 years ago
Red Belt
0

Either, 

a dependant assembly is not installed.

the user doesnt have permissions 

or an xml file is invalid.

Try searhcing your windows log for a related errro especially a sidebyside event error. (EVENT ID 59)

 

Posted by: removedbyuser85960 11 years ago
Green Belt
0

Stage (1): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral man: @0x48de5c
  StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcr90.dll" srcfile: @0x48df7c
  StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcp90.dll" srcfile: @0x48e00c
  StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope
2013-02-25 12:20:24, Info                  CSI    neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcm90.dll" srcfile: @0x48e09c
  AddCat (14): flags: 0 catfile: @0x438ec4
2013-02-25 12:20:24, Info                  CSI    00000009 Hashes for file member \SystemRoot\WinSxS\Temp\30f88e657c13ce0102000000640f3c05\8a5a91657c13ce0104000000640f3c05_msvcr90.dll do not match actual file [ml:24{12},l:22{11}]"msvcr90.dll" :
  Found: {l:20 b:l4WxxJPetbITTcSu83Gc7iBwAbw=} Expected: {l:20 b:4Nzcv8tFJ0faUw+uawANR8hnRnE=}
  Found: {l:20 b:VF5ECUAHPV7EnUf+/UIXMPizPvs=} Expected: {l:20 b:KSaO8M0iCtPF6YEr79P1dZsnomY=}
2013-02-25 12:20:24, Error                 CSI    0000000a@2013/2/25:17:20:24.137 (F) d:\w7rtm\base\wcp\manifestparser\hashverify.cpp(547): Error STATUS_SXS_FILE_HASH_MISMATCH originated in function Windows::ManifestParser::Rtl::CmsVerifyFileHashes expression: (null)
[gle=0x80004005]
2013-02-25 12:20:24, Error                 CSI    0000000b (F) STATUS_SXS_FILE_HASH_MISMATCH #888# from CCSDirectTransaction::VerifyFileHashesComponent: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral, File: [ml:24{12},l:22{11}]"msvcr90.dll"
[gle=0xd015001b]
2013-02-25 12:20:24, Error                 CSI    0000000c (F) STATUS_SXS_FILE_HASH_MISMATCH #834# from CCSDirectTransaction::OperateEnding at index 1 of 5 operations, disposition 0[gle=0xd015001b]
2013-02-25 12:20:24, Error                 CSI    0000000d (F) HRESULT_FROM_WIN32(ERROR_SXS_FILE_HASH_MISMATCH) #224# from Windows::COM::CComponentStore::InternalTransact(...)[gle=0x800736cc]

If anyone understand this log, please help


Comments:
  • As i suspected it is a problem with the side by side assembly.
    STATUS_SXS_FILE_HASH_MISMATCH (SXS = side by side)

    Per MS in this instance

    As shown later in this document, the error message STATUS_SXS_FILE_HASH_MISMATCH typically means that the setup media is corrupted. Recreating the Image Builder Wizard media, either by re-burning the DVD or re-copying the files to a USB drive) generally solves the problem. If that does not fix the problem, your original download may be corrupted, so re-downloading and re-creating the setup media may help. - jdornan 11 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ