Gulla
Gulla
CC#
Created by Gulla on 6/9/2024 in #help
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 another
28 replies
CC#
Created by Gulla on 12/31/2023 in #help
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
using System.Management.Automation;
using System.Management.Automation;
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