cross compiling using visual studio 2005

Posted by suresh on Stack Overflow See other posts from Stack Overflow or by suresh
Published on 2010-05-05T13:51:21Z Indexed on 2010/05/05 14:28 UTC
Read the original article Hit count: 187

Filed under:

Hi, I compiled a x64 application in win32 development environment.. When I run that binary in 64 bit intel machine , the following error is displayed

"The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail."..

In the event log it is mentioned that

"Activation context generation failed for . Dependent Assembly icrosoft.VC80.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0" could not be found. Please use sxstrace.exe for detailed diagnosis.

What is this issue and how to resolve this problem ?and architecture of the target system is amd64.

C:\>set | findstr /i amd64
PROCESSOR_ARCHITECTURE=AMD64

© Stack Overflow or respective owner

Related posts about Windows