As the title mention above, how can I obtain the Hardware ID for licensing purpose? Because the hardware ID generator tool has been removed in current version(6.9.0).
I have tried using the ID generated from other ID-generator downloaded online(SoftCo for example) but its not working.
Use the respective license.dll file contained within the SDK:
With the .NET library "License.dll" you are able to determine the current licensing status of your protected software at runtime. You only need to reference this library in your project and use the corresponding methods and properties. All methods and properties should be self explanatory. You don't need to select a license file. If a valid license file is available it will be used automatically to update the licensing status.
Please note, the methods and properties of "License.dll" only return the correct values after you have protected your software. After protection the library "License.dll" is not needed anymore.
Content of "License.dll" in C#:
Make sure you use the same parameters as you use when protecting the assembly eg The HDD Serial is not used by default in the protection settings so you would use GetHardwareID(true, true, false, true).