Saltar al contenido principal

Búsqueda

Búsqueda

Wcf And .net Sdk

Comentarios

4 comentarios

  • Avatar
    Legacy Poster

    update:

     

    so i added this to my web.config

     

    <serviceDebug includeExceptionDetailInFaults="True"/>

     

    i also added the try..catch with getting the exception message.

    and i got this "Unable to start the requested number of print engines."

     

    based on one suggestion here i added this to my app.config

     

    <startup useLegacyV2RuntimeActivationPolicy="true">
           <supportedRuntime version="v4.0"/>
    </startup>

     

    still getting this message : "Unable to start the requested number of print engines."

    0
  • Avatar
    Legacy Poster

    Anyone from Seagull support who can help?

    0
  • Avatar
    Ian Cummings
    Moderador

    I suggest you get in contact with tech-support: http://www.seagullscientific.com/support/technical-support/

    0
  • Avatar
    Legacy Poster

    figured it out myself!

     

    configure DCOM permissions 

    0

Iniciar sesión para dejar un comentario.