.NET 5.0 Support
Hi, Is there any support on latest .NET 5.0 release? I have upgraded my project ad now it is giving following error, while creating instance of QlmLicense()
System.TypeInitializationException: 'The type initializer for 'QlmLicenseLib.QlmWebServiceUtils' threw an exception.'
FileNotFoundException: Could not load file or assembly 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
-
Official comment
.NET Core is only available with QLM Enterprise.
Comment actions -
Any constructor parameter of QlmLicense which can ignore loading the System.Web.Services DLL?
public QlmLicense(bool validateIntegrity, bool throwExceptionOnMissingDll, bool loadDllFromMemory, bool registrationFreeAssembly, bool favorLoadDllFromMemory)
Any other way to overcome this error?
Please sign in to leave a comment.
Comments
4 comments