Wcf And .net Sdk
I am new with WCF and wanted to create a service that will create task/print labels/manage engines.
So i am doing some testing.
I created 2 operation contracts.
1st is having an input string and will return "Hello" + the input data from the user.
2nd is to just start 2 BT engines after the button is clicked.
I hosted the WCF in IIS (everything is done in a single development machine).
Created a client to access the WCF service.
The 1st works fine, i put something on the text box and returns the correct output.
the 2nd one i got this error (supposed to start 2 BT engines)
-
Legacy Poster
★ BarTender Hero ★
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 -
Legacy Poster
★ BarTender Hero ★
Anyone from Seagull support who can help?
0 -
I suggest you get in contact with tech-support: http://www.seagullscientific.com/support/technical-support/
0 -
Legacy Poster
★ BarTender Hero ★
figured it out myself!
configure DCOM permissions
0
Iniciar sesión para dejar un comentario.
Comentarios
4 comentarios