A
AOliveira_NEA
Guest
I have a VS2010 project that uses some VS2005 dependencies and when I run it in x64 Debug mode, it fails to start.The message is "This application has failed to start because configuration is incorrect. Review manifest file for possible error"
I currently have VS2010 and VS2005 installed on the machine with x64 options.
Opening the "exe" in notepad I saw the info bellow.
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity></dependentAssembly></dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50727.6195" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly>...
Looks like its trying to use Microsoft.VC80.DebugCRT, 6195 version. In WinSxS folder this manifest doesn't exist and currently I couldn't find a way to install it.
Does anyone knows what package have to be installed to have Microsoft.VC80.DebugCRT, 6195 (x64)?
Thanks
Continue reading...
I currently have VS2010 and VS2005 installed on the machine with x64 options.
Opening the "exe" in notepad I saw the info bellow.
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="amd64" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity></dependentAssembly></dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50727.6195" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly>...
Looks like its trying to use Microsoft.VC80.DebugCRT, 6195 version. In WinSxS folder this manifest doesn't exist and currently I couldn't find a way to install it.
Does anyone knows what package have to be installed to have Microsoft.VC80.DebugCRT, 6195 (x64)?
Thanks
Continue reading...