跳至主內容

搜尋

搜尋

Sdk From A Web Service

評論

8 條評論

  • Avatar
    Domingo Rodriguez
    版主

    What exact Edition, Version and Build of BarTender is in use?

     

    If a Trial copy of BarTender is in use, do you've Trial days remaining?

    0
  • Avatar
    Legacy Poster

    Version is 9.2 SR2

    build 2674

    Enterprise Print Server edition

    0
  • Avatar
    Michael Toupin (mtoupin

    Is BarTender installed and licensed on the web server?

    0
  • Avatar
    Legacy Poster

    Yes, i am testing the web service and the win forms app on the same machine

    0
  • Avatar
    Domingo Rodriguez
    版主

    You said: "the only differences are the places it looks for files in is different between the two app(web service passed in, windows forms hard coded)."

     

    Does this occur before or after calling "Dim btEngine As New Seagull.BarTender.Print.Engine(True)"? What files are you refering to exactly, the BarTender documents (.btw).

     

     

    Perhaps it would be good if you take a look at running our Web Label Print Sample, which can be found under "C:\Program Files (x86)\Seagull\BarTender Suite\SDK\Print Server SDK Samples\WebLabelPrint". Instructions on how to configure it are found in BarTender's Help, under the "Automating BarTender > Automation with the BarTender .NET SDKs > BarTender .NET Print Server SDK > Samples" topic.

    0
  • Avatar
    Legacy Poster

    the files that i am specifying are the output path and filename of the label preview that i am trying to generate.  the error occurs on the line Dim btEngine As New Seagull.BarTender.Print.Engine(True), not before but right on the execution of that line.  I will try to locate the sample.

    0
  • Avatar
    Legacy Poster

    After review of things i was able to determine that what i was missing was the line as follows in the web.config file

    <identity impersonate="true" username="domain\user" password="thepassword"/>

     

    thanks

    doug

     

    0
  • Avatar
    Domingo Rodriguez
    版主

    Thanks Doug for the feedback.

     

    If your web application would be running under its own IIS application pool, I believe that this line will not be required.

    0

登入寫評論。