Create a new file PracticalMacro.exe.config
Place it next to PracticalMacro.exe
Put this in it:
<?xml version ="1.0"?>
<configuration>
<startup>
<requiredRuntime version="v2.0.50727"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>