Base solution for your next web application
Open Closed

Failed on license check #11773


User avatar
0
atideveloper created

We started noticing this a day or so ago. I thought once we purchased this product we could optionally pay for yearly support/maintenance, but we could continue to use/develop/build/release the version we are using forever without having to pay each year. We have been paying yearly maintenance for support and upgrades, and are still in our previous contract period, and our license key has not been changed in source code. Any help would be appreciated.

Below is the exception details and I really do need to know how the licensing works for ASP.NET Zero. If it connects to a remote server, does it limit functionality somehow if it cannot get a license, etc. Also, how do we go about getting this resolved.

Abp.AbpException HResult=0x80131500 Message=Failed on license check Source=Abp.AspNetZeroCore StackTrace: at Abp.AspNetZeroCore.Licensing.AspNetZeroBaseLicenseChecker.<ValidateLicense>d__29.MoveNext()

Thanks, Chuck


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @atideveloper

    This was related to our Cloudflare configuration. We had a problem with Cloudflare but it should be fixed now. Could you try again ?

  • User Avatar
    0
    atideveloper created

    It appears to be working now and we do not get the error.

    Can you provide some information on how the license checking works? I didn't know there was one even being performed, I thought it was just a license key that we had to include in our settings file. We may be deploying our product into locations that do not have internet access, etc. so how does this work for debug/release builds in those situations?

    Thanks, Chuck

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @atideveloper

    There is no license check on production, so you don't have to worry about it. License control is only executed during development when you debug the source code.

  • User Avatar
    0
    atideveloper created

    Thanks for the information.

    Kind of wish it didn't do any license check since that requires ASP.NET ZERO to stay in business and have this service available for the lifetime of our product which will hopefully be many, many, years from now. If your service goes away, and we do not upgrade to a newer version of ASP.NET ZERO (no plans to upgrade at this point), how will that impact our development and release process? If the license check fails, do we get a warning logged to the output like we are seeing or will things not work quite right or not at all? Ideally, since we have invested in using ASP.NET ZERO, we will not encounter problems developing if your service or company goes away in the future.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @atideveloper

    Don't worry. If our services go down, you will not face such a problem. Our license system tolerates such cases.

  • User Avatar
    0
    atideveloper created

    Sounds good! Thanks for all the help!