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?
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.