Application fails to start

Installed aws today and got the following error when running: The

application failed to start because the side-by-side configuration for the application is incorrect. For more information, see the application event
log , or use the command-line sxstrace.exe tool.

But run: sxstrace found that the system does not have this command. After
Baidu , I got the solution, the link is as follows:
http://jingyan.baidu.com/article/cdddd41c620e3d53cb00e11c.html

The specific application is as follows:
1. SxsTrace Trace -logfile:SxsTrace.etl
2. Run aws
3. SxsTrace Parse -logfile:SxsTrace.etl -outfile:SxsTrace.txt

Open the file: SxsTrace.txt
quote
Error: Unable to resolve reference Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8".
Error: Failed to generate activation context.
Finish generating the activation context.


Using google search, I found that the VS runtime library was missing, and decisively downloaded one from the official website:
https://www.microsoft.com/en-us/download/details.aspx?id=26368

Finally, the problem of running aws was

solved . Studio: http://huaxiamian.cc




Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326585267&siteId=291194637