Unable to find a version of the runtime only on startup?

☆樱花仙子☆ 提交于 2019-12-12 12:26:19

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/9135667/unable-to-find-a-version-of-the-runtime-only-on-startup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!