|
Rank: Advanced Member Groups: Member
Joined: 10/14/2010 Posts: 19
|
Support,
When I first access a page on my site all is good. When I click post-back on an item on a page I then get the "you do not have a licnese" warning message.
All was working fine until I added AJAX toolkit items to my site now on a post back the key is losted. I tried EO.Web.Runtime.AddLicense() at each post back but no luck, same issue.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The license key should not have anything to do with AJAX. Because the license message is displayed randomly, so you may see it sometimes but do not see it other times. You will want to follow the license troubleshooting link in the license message to troubleshoot it step by step. That topic should cover all scenarios, so one of those troubleshooting steps will fail if license is not working.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 10/14/2010 Posts: 19
|
I can say for sure that the message never came up until I started using MSFT AJAX Toolkit.
I load the Lic Key in the code behdind at start up. I have to move on with my task so I ripped out the message box and created my own. Hopefully I can return to this later.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The license is verified on the server side. Not on the client side. AJAX toolkit is a basically a client side library. There is no reason they would conflict with each other. You should just follow the troubleshooting guide step by step. One of the step will fail and that should tell you why your license is not working.
Thanks
|
|