我正在尝试运行一个.exe文件,该文件是在另一台计算机上用visual studios制作的。我编写程序的计算机运行正常,但如果我在另一台计算机上运行它,它将无法运行。我得到了这些错误。
The code execution cannot proceed because ucrtbased.dll was not found.
Reinstalling may fix this problem.还有..。
The code execution cannot proceed because VRUNTIME140D.dll was not found.
Reinstalling may fix this problem.谢谢。
发布于 2017-06-19 03:44:52
您需要为VS版本安装Visual Studio运行时(可再发行),用于在您希望运行应用程序的机器上构建应用程序。
https://stackoverflow.com/questions/44618839
复制相似问题