Gulla
IP-based licensing system
i am making a app with both client and server program, and i have stripe purchasing keys that i generate. Would is make sense to tie the key with IP address, such as using
System.Net
instead of other way like hardware idnetifier? because user must purchase both client and server to run program effectively
I was thinking using a licensing server with the key in one column of sql database and ip in another28 replies
Unity missing assembly after nuget import?
So I recently imported System.Management.Automation.dll from microsoft.powershell.sdk.6.1.2.nupkg (lastest version I think to have the compatible .net standard framework), and it recognized the
however it gave me this error:
"Assembly 'Assets/Plugins/System.Management.Automation.dll' will not be loaded due to errors:
Unable to resolve reference 'Microsoft.Management.Infrastructure'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector."
How can I resolve this issue? Thanks in advance.
6 replies