Hi, can someone help in deploying my exe? I am trying to add the licenses.licx file manually, I have added a text file at the root level of my executable project called licenses.licx. It is an embedded resource. The contents are:
Atalasoft.Imaging.AtalaImage
Atalasoft.dotImage
Atalasoft.Ocr.TranslatorCollection
Atalasoft.dotImage.Ocr
But when I build, I get:
Error 2 Unable to resolve type 'Atalasoft.Imaging.AtalaImage' C:\Users\bobflemming\svn\MyApp\trunk\src\Application\licenses.licx 1 Application
Error 3 Unable to resolve type 'Atalasoft.dotImage ' C:\Users\bobflemming\svn\MyApp\trunk\src\Application\licenses.licx 2 Application
Error 4 Unable to resolve type 'Atalasoft.Ocr.TranslatorCollection' C:\Users\bobflemming\svn\MyApp\trunk\src\Application\licenses.licx 3 Application
Error 5 Unable to resolve type 'Atalasoft.dotImage.Ocr' C:\Users\bobflemming\svn\MyApp\trunk\src\Application\licenses.licx 4 Application
Any offers?
Cheers