无法找到一个版本只在启动时运行的?只在、启动时、版本

2023-09-06 05:06:24 作者:夏雨初晴

我有一个非常简单的控制台应用程序(仅 Console.Write())来测试一些启动功能。我在微软Windows 7的启动文件夹中删除了,而它运行时,我得到一个无法找到一个版本的运行时间,运行此应用程序。奇怪的是,如果我去到启动文件夹,实际上运行该程序,它工作正常。

I have a very simple console app (just a Console.Write()) to test some start up functionality. I dropped it in Window 7's start up folder, but when it runs I get a "Unable to find a version of the run-time to run this application." The odd part is that if I go into the start up folder and actually run the program, it works fine.

这是什么原因造成这样的思考?

Thoughts on what is causing this?

推荐答案

随着"Unable找到一个版本在运行运行该应用程序与QUOT的;对于在64位的Windows 你应该在你添加复制到Syswow64资料32位的应用程序是窗口的地图。让我们看看它是否正常工作。

Following "Unable to find a version of runtime to run this application" for 32bit app on 64bit Windows you should add a copy to SysWOW64 in you're windows map. Let's see if it works.