|
@@ -299,7 +299,7 @@ public static class DbFactory
|
|
|
|
|
|
public static void AssertLicense()
|
|
public static void AssertLicense()
|
|
{
|
|
{
|
|
- if (VersionNumber.IsDevelopmentVersion)
|
|
|
|
|
|
+ if (String.Equals(CoreUtils.GetVersion(),"???"))
|
|
return;
|
|
return;
|
|
|
|
|
|
var result = CheckLicenseValidity(out DateTime expiry);
|
|
var result = CheckLicenseValidity(out DateTime expiry);
|