System.IO.FileNotFoundException
I have a program that prints barcoded labels using the SDK, it was written using the v10 SDK, and I was hoping the 2019 SDK would fix the issue.
When I try to run my program on a workstation or server that doesn't have Bartender Pro installed, I see the below error in the event log of the workstation.
How do I troubleshoot this issue.
Log Name: Application
Source: .NET Runtime
Date: 11/3/2020 1:08:22 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: R11661.Schuette.Local
Description:
Application: ProductionTraveler.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at Seagull.BarTender.Print.Engine..ctor()
at ProductionTraveler.frmTraveler..ctor()
at ProductionTraveler.Program.Main()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-11-03T19:08:22.9506993Z" />
<EventRecordID>1008</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>R11661.Schuette.Local</Computer>
<Security />
</System>
<EventData>
<Data>Application: ProductionTraveler.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at Seagull.BarTender.Print.Engine..ctor()
at ProductionTraveler.frmTraveler..ctor()
at ProductionTraveler.Program.Main()
</Data>
</EventData>
</Event>
Please sign in to leave a comment.
Comments
0 comments