- Code: Select all
The free-quota limit on '10 OrmLite Tables' has been reached. Please see https://servicestack.net to upgrade to a commercial license or visit https://github.com/ServiceStackV3/ServiceStackV3 to revert back to the free ServiceStack v3.
Now whilst I've been able to get around it by the fact that we own a commercial ServiceStack license and I used the following code at the top of the plugin
- Code: Select all
ServiceStack.Licensing.RegisterLicense("License key goes here");
This could be a problem for anyone without a license and choosing to use ORMLite, perhaps an idea might be a good idea for all Jiwa executables to register the commercial license from Jiwa if this is Kosher??


