iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
We migrated all of our control to the new version 2013 R1.
When using the WebScheduler 4.0.1000, we have an unhandled execptiton: "The ISDataSourceControl used in this application is not licensed"
We did place the license for webscheduler 4.0.1000 in our web.config and we still have this issue.
We were able to workaround this by giving our old license of webscheduler version: 3.0.1000.
I think ISDataSource is not looking for the right version in the web.config.
We are sure that we are using the webscheduler 4.0.1000 because if we remove the 4.0.1000 licence key in our web.config the webscheduler is shown on the page with an unlicensed message.
Hi Hans,
I understand your point but here is what we did.
Our application was using WebScheduler V3 with the V3 runtime license in the web.config without any problem.
Yesterday, we updated all of our DLLs and replace the license in our web.config by <add key="ISNet.WebUI.WebScheduler.v4_0_1000.RunTimeLicenseKey" value="our V4 runtime key" />
When we go on a page having a webscheduler, there is an unhandle exception: "The ISDataSourceControl used in this application is not licensed". the Web Scheduler is licensed because if we remove the license from the web.config, the page loads but the scheduler does show an unlicensed message.
The workaround we found was to put both V3 and V4 license in the web.config like this:
<add key="ISNet.WebUI.WebScheduler.v4_0_1000.RunTimeLicenseKey" value="our v4 runtime key" /> <add key="ISNet.WebUI.WebScheduler.v3_0_1000.RunTimeLicenseKey" value="our v3 runtime key" />
It look like WebScheduler is looking for the V4 license but that ISDataSource is looking for the V3.
Regards
Alex
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname