Activation Limit Exceeded

Add-in Express™ Support Service
That's what is more important than anything else

Activation Limit Exceeded
 
Anton Shchelokov




Posts: 14
Joined: 2020-10-28
Good afternoon.
Due to the complexity of the project, it is necessary to debug on computers with different configurations.
I get "Activation Limit Exceeded" error on the other device. Is there anyway to overcome this problem?
Posted 24 Nov, 2020 05:42:53 Top
Svetlana Cheusheva


Add-in Express team


Posts: 244
Joined: 2005-02-02
Hello Anton,

Our EULA limits the number of installations to 2 per subscription for any purposes including designing, developing, testing, and deploying.

Understanding your circumstances, you have reset the activation counter for your license key. This will give you two more installations.

Kind regards,
Svetlana Cheusheva
Posted 24 Nov, 2020 09:11:16 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Anton,

A way out of this would be to debug your code using a debug log. Say, you can create debug messages using System.Diagnostics.Debug.WriteLine() or System.Diagnostics.Trace.WriteLine(). You collect the messages at run time using the DebugView utility; download it at http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx.

Hope this helps.


Andrei Smolin
Add-in Express Team Leader
Posted 24 Nov, 2020 09:22:51 Top