I am currently writing a screensaver using C # and the express version of VS2010. I created a beautiful little splash screen and renamed the resulting assembly to the * .scr extension.
When I put this on my desktop and double-click on it (or select configure from the context menu), it works fine and displays the correct form / splash screen. However, when I install this by placing it in the C:\Windows\System32
, I try to double-click on it and get this error:
Unable to find a version of the runtime to run this application
Also it does not work with the splash screen control panel. It appears in the drop-down list, but it does not work.
Any idea what is going on?
source share