Troubleshooting
This guide addresses common issues you may encounter when working with Flexible TreeView and provides solutions.
Trial version: "Trial period has expired or wrong license key" error#
If you encounter the "Trial period has expired or wrong license key" message during trial:
- If your trial period has expired, purchase a license
- If the error appears before trial expiration, reinstall Flexible TreeView with administrator privileges to restore the trial period. Contact support if the issue persists
Licensed version: "Trial period has expired or wrong license key" error#
Symptoms#
This error occurs when running or compiling an application using the licensed version of Flexible TreeView.
Solutions#
-
Verify the
Properties\license.licx
file exists in your .NET Framework project (not applicable to .NET projects) with the following content:ReplaceARMSoft.FlexibleTreeView.FlexibleTreeView, ARMSoft.FlexibleTreeView, Version=X.X.X.X, Culture=neutral, PublicKeyToken=a0f39221011ef811
X.X.X.X
with your Flexible TreeView version (e.g.,6.0.0.0
) -
It could be that Windows blocks access to the registry for your user, especially on Windows x64. To fix this:
- Restart Visual Studio as administrator and reapply your license
- Restart Visual Studio normally to continue development
Licensed version: Missing Unlock button in About window#
If the Unlock
button is missing when trying to install your license key, you may still be using the trial version.
To resolve:
- Uninstall all versions of Flexible TreeView
- Remove any
ARMSoft.FlexibleTreeView.*
assemblies from the .NET GAC - Clear the NuGet cache
- Install the registered version
- Try applying your license key again. The Unlock button should now be visible
.NET: NuGet Package Cache Issues#
When upgrading Flexible TreeView in a .NET project (not applicable to .NET Framework projects), but the old version persists, clear the NuGet cache as described in this guide.