LabelFormatDocument .Print() method is not responding in IIS 10.0
Hi Team,
After successful integration with Bartender DLL's in ASP.NET application in development , deployed the code in IIS 10.0 for customers access.
After deployed the Code in IIS 10.0 LabelFormatDocument .Print() is not hitting on the server. Please find the below code for your quick reference and guide me on this.
----------
using Seagull.BarTender.Print;
try
{
using (Engine engine = new Engine(true))
{
WriteLog("Print Label - Process Start");
LabelFormatDocument btformate = engine.Documents.Open(strBarTenderFile_Location);
btformate.PrinterCodeTemplate.Performance.AllowSerialization = false;
btformate.Print();
WriteLog("Print Label - Process End");
engine.Stop();
}
}
catch (Exception Ex)
{
throw;
}
----------------
Thanking you.
-
Douglas Burdette
★ BarTender Hero ★
Hi Team, Please guide me on this issue in IIS 10.0.
Thanking you.
0
Please sign in to leave a comment.
Comments
1 comment