07-08-2015, 12:56 PM
(07-08-2015, 10:59 AM)abenedik Wrote: I have found the cause of the problem.
The content of the license.licx file for Ab2d.ReaderSvg should be:
Code:Ab2d.ReaderSvg, Ab2d.ReaderSvg
and not:
Code:Ab2d.Licensing.ReaderSvg.LicenseHelper.EmbeddedLicenseAssembly
I was curious where did you find that text and found out that the "Using commercial version.chm" help file have a big error because in the "Troubleshooting" section the table under the 3rd point that should define the content of license.licx file is defining where the EmbeddedLicenseAssembly class is located and not the content of license.licx file.
The correct table for license.licx file is defined in root section ("Using commercial version") and it should be the following (here with simplified formatting because of forum - bold text is library name and the text on the right is the content of license.licx file):
Ab3d.Reader3ds: Ab3d.Reader3ds, Ab3d.Reader3ds
Ab3d.PowerToys: Ab3d.Common.PowerToys.LicenseInstaller, Ab3d.PowerToys
Ab2d.ReaderSvg: Ab2d.ReaderSvg, Ab2d.ReaderSvg
Ab2d.ReaderWmf: Ab2d.ReaderWmf, Ab2d.ReaderWmf
Ab2d.Controls.ZoomPanel: Ab2d.Controls.ZoomPanel, Ab2d.Controls.ZoomPanel
So, for Ab2d.ReaderSvg the content should be: Ab2d.ReaderSvg, Ab2d.ReaderSvg
You can also copy the license.licx file from the bin folder under the installation folder.
I am really sorry for the problems you had because of the wrong content of the help file.
I am also sorry that I did not reply to you sooner - I am on vacation so my time behind computer is very limited.
Thanks.
It works great.
I wish you a stresless vacations!

