Web Service Xml To Print
Hello,
I am trying to get a web service XML to print.
Bartender 10.1 SR3
Visual studio 2013
I can easily create the web service that contains all the information.
What I need to be able to do is create a C# application that will accept this information (can do this part) and print it through BarTender.
All of the previous answers were in relation to VS 2010. I still changed frame work to 4.0, ammended the .config to the suggested and tried the sample code but keep getting an error.
I am following the 2010 suggestion as in post
http://forums.seagullscientific.com/index.php?/topic/81-cannot-load-seagullbartenderprintdll/?p=159
I can find and apply the seagull extension and I can then call "using seagul...print;" but getting an error about dependancies.
"Could not load file or assembly 'Seagull.BarTender.Print Version=10.1.3.1, Culture=neutral, PublicKeyToken=xxxx' or one of its dependncies.
Can you help?
-
Make sure that you're setting the application to work using 32-bit CPU only. Since BarTender is only a 32-bit application, leaving it set to use 'ANY CPU' will result in an error, as that will always default to 64-bit when possible.
0
Please sign in to leave a comment.
Comments
1 comment