跳到主内容

搜索

搜索

How Can I Check The License Server Exist?

评论

1 条评论

  • Avatar
    Ian Cummings
    版主

    To begin, I suggest you update BarTender v10.0 to its latest service release: http://www.seagullscientific.com/label-software/fixes_100.aspx

     

    I trust that the Automation edition is fully activated, or if running as a Trial edition, that the trial period has not expired?  Make sure the BarTender class is properly registered on the system by opening a command prompt window, changing directory to where BarTender is installed, and then executing the following command line: bartend.exe /register

     

    I assume that your code actually creates the BarTender object and starts the engine so that a bartend.exe is visible as a process in the Windows Task Manager?

     

       // Initialize a new BarTender print engine. 
       using (Engine btEngine = new Engine())
       {
          // Start the BarTender print engine.
          btEngine.Start();
    
    0

请先登录再写评论。