1
General / Re: Problem with deplyoing SFML.NET app
« on: August 09, 2019, 06:40:54 pm »
No, I'm on Windows 10 Home version.
According to your link:
On Home version I can not open gpedit.msc (it's only available on pro/enterprise version).
I have already checked 'Copy always' to every file in my solution also I have latest version of Microsoft SQL.
I've tried to paste to my app.config file these lines:
and I can not compile my program, this parameter is unacceptable: useLegacyV2RuntimeActivationPolicy=”true”
According to your link:
On Home version I can not open gpedit.msc (it's only available on pro/enterprise version).
I have already checked 'Copy always' to every file in my solution also I have latest version of Microsoft SQL.
I've tried to paste to my app.config file these lines:
Quote
<startup useLegacyV2RuntimeActivationPolicy=”true”>
<supportedRuntime version=”v4.0″/>
</startup>
and I can not compile my program, this parameter is unacceptable: useLegacyV2RuntimeActivationPolicy=”true”