Page 1 of 1

License not working

Posted: 23 Aug 2019, 20:51
by nikhilmv
Is License tied up the with the assembly version? For e.g created app using demo version say 3.0.0 and received licence with version is 3.0.2 then do we need to switch the code to 3.0.2 Binaries to make it work? Currently the application disconnects from UA server after 1 hour.
Note: Its licensed under name of Matt Anderson.

Re: License not working

Posted: 26 Aug 2019, 18:32
by jonathang
Dear nikhilmv,

The license file has to match the version of the nuget packages or .dlls. If you open the license.lic file, there should be a ProductId section for the version of the SDK this license covers.

For example, SDK 3.0.2 must have a license with this ProductId:

Code: Select all

 <ProductId>UaSdkNetBundle-3.0.2-Win32-Binary</ProductId>
If the ProductId is for a different version, it will not work past one hour.


Sincerely,

Jonathan

Re: License not working

Posted: 27 Aug 2019, 08:55
by nikhilmv
Ok will try with that. Any other settings required apart from adding .lic file in code?

Re: License not working

Posted: 12 Sep 2019, 20:50
by nikhilmv
Its working now.