bartender integration in C# web api for generation and printing the label
An error occurred: The type initializer for 'Seagull.BarTender.Print.Engine' threw an exception.
Stack Trace: at Seagull.BarTender.Print.Engine..ctor()
at Seagull.BarTender.Print.Engine..ctor(Boolean startEngine)
at BartenderApi.Controllers.LabelController.GenerateLabel(LabelGenerationRequest request) facing this issue again and again ive checked all the things im using the dot net 8 and bartender 11.3 version
i have taken the reference from bartender library using Seagull.BarTender.Print; and i m trying to use this as here
try{
Engine btEngine = new Engine(true);
btEngine.Start();
facing the same issue again and again and having trouble with the using reference
0
請登入寫評論。
評論
0 條評論