IT CAN WORK, found a solution:
We need to modify the app.config file and put the lines below in it:
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
, , .net , .
CATCH: ProgramName.exe.config , ProgramName.exe , ..