I Cant Print With Visual Studio And Seagull.bartender.print.dll, Occur An Exception
Hi
I have a big problem with my printer.
I try to print a file with visual studio .net but i cant!!
I taste all things I found here but its impossible.
I import using Seagull.BarTender.Print;
i did like this post:
and i modify app.config
I use a botton that its code is:
using (Engine btEngine = new Engine(true))
{
LabelFormatDocument labelFormat = btEngine.Documents.Open(@"C:\Users\s.sada.ROFIN\Desktop\Documento1.btw");
labelFormat.Print();
}
I tried to compile and execute like x86 but nothing works fine!!
I use windows 7, 64 bits and BarTender 2016
When I execute i receive an exception that you can see in the picture.
Excepción no controlada del tipo 'System.IO.FileNotFoundException' en System.Windows.Forms.dll
Información adicional: No se puede cargar el archivo o ensamblado 'Seagull.BarTender.Print, Version=11.0.1.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
Pls i need your help!!!
0
-
i solve this!
0 -
You solved it? I guess you had the wrong path/file specified somewhere for the BarTender document.
0
请先登录再写评论。
评论
2 条评论