BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Syncfusion.Core.Licensing.LicensedComponent, Syncfusion.Core
in the licx file suggests that you may be using the version 3.2.1.0 instead of version 3.2.0.0.
With 3.2.1.0, you do not need the version information in the licx file, and it simplifies things not to include it.
You only need to include the Syncfusion dlls, not the licx file, in your deployment. Open your project in visual studio, open the refernces node in the Solution Explorer window. Click each syncfusion reference and check its version in teh property window. They should all be the same and what you expect to see. Then click SHow All Files in teh solution explorer and double click the licx file to open it an dcheck its content. Also check its BuildType in its property window to make sure it is Embedded Resource. Then build your probject. The deployment package should only need to be the Syncfusion DLLs listed in teh references and your exe. No Licx.
If you are using 3.2.0.0 you might want to download the actual release, 3.2.1.0 and use it.