Hello
I've got the problem with running my application on customer's machine. My company bought a license for Atalasoft DotImage and now I'm programiing an appliaction using AtalaImage objects and some filters and effects commands. In references of the VS project I added dotImage.dll and generated licenses.licx file in project directory, just like it is described in manual (of course I had problem because there is case-sensitive mistake in manual and first I entered Atalasoft.DotImage instead Atalasoft.dotImage
In deployment project I'm adding atalaimaging.dll so it is installed into application folder. I also tried with winnt/system32.
Now I'm running my application on another machine (customer's machine), where the application will be used and this is the message I get:
System.ComponentModel.LicenseException: A license key could not be found at the location 'C:\Program Files\MyApplication\atalasoft.dotimage.lic'. Please purchase a license from www.atalasoft.com or request an evaluation key.
Why? If I copy atalasoft.dotimage.lic into application folder(customer's machine) from GAC folder(my developer's machine), I've got message that MachineID is wrong and of course - it is wrong, because application runs on another machine! And the application should be working with run-time free license, not payed developers license from SDK!
Am I right?
What is wrong with it?
Greetings
Marcin Paluch