licence.ValidateSettingsFile Failed
I'm running a Wpf c# project
I have followed the tutorial to protect your application and I set everything up. The only problem is when the LicenseValidator class runs ValidateSettingsFile check if fails with the following error message :
"Could not load type 'System.Security.AccessControl.CryptoKeyAccessRule' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
Is it missing a assembly refference to mscorlib or is something wrong with my SettingsFile ?
How can I fix this ?
-
Official comment
Which version of .NET are you using in your application?
Comment actions
Please sign in to leave a comment.
Comments
1 comment