Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Help with licenses.licx

Last post 13 Nov 2008, 9:41 PM by Glenn. 1 replies.
Sort Posts: Previous Next
  •  13 Nov 2008, 5:46 PM 16579

    Help with licenses.licx

    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

    Filed under:
  •  13 Nov 2008, 9:41 PM 16580 in reply to 16579

    Re: Help with licenses.licx

    You're missing a comma between the class name and the assembly.  Change it to this:

    Atalasoft.Imaging.AtalaImage, Atalasoft.dotImage
    Atalasoft.Ocr.TranslatorCollection, Atalasoft.dotImage.Ocr


    Glenn Chittenden Jr.
    Atalasoft Development Team
View as RSS news feed in XML