Answered by:
.NET and App Crash

Question
-
anyone have any ideas about the app crash log below?
Tried:
SFC/SCANNOW
DISM REPAIRS/CLEANUP
Log Name: Application
Source: .NET Runtime
Date: 20/10/2020 09:52:49
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: SW-TS.sw2.internal
Description:
Application: iwinptax.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)
at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare)
at IRIS.Tax.xmlFormer.CxmlFormerClass.AddPdfAttachment(System.String, System.String, System.String, System.String, Boolean)
at IRIS.Tax.xmlFormer.CxmlFormerClass.addAttachment(System.String, System.String, System.String, System.String, System.String, Boolean)
at <Module>.CElectronicTaxReturnDataAccessManaged.addAttachment(CElectronicTaxReturnDataAccessManaged*, Iris.Tax.FBI.ElectronicTaxReturnAttachment*)
at <Module>.Iris.Tax.Wrappers.FBI.AddAttachments(Iris.Tax.Wrappers.FBI*)
at <Module>._WinMainCRTStartup()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-10-20T08:52:49.196626200Z" />
<EventRecordID>47586</EventRecordID>
<Channel>Application</Channel>
<Computer>SW-TS.sw2.internal</Computer>
<Security />
</System>
<EventData>
<Data>Application: iwinptax.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)
at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare)
at IRIS.Tax.xmlFormer.CxmlFormerClass.AddPdfAttachment(System.String, System.String, System.String, System.String, Boolean)
at IRIS.Tax.xmlFormer.CxmlFormerClass.addAttachment(System.String, System.String, System.String, System.String, System.String, Boolean)
at <Module>.CElectronicTaxReturnDataAccessManaged.addAttachment(CElectronicTaxReturnDataAccessManaged*, Iris.Tax.FBI.ElectronicTaxReturnAttachment*)
at <Module>.Iris.Tax.Wrappers.FBI.AddAttachments(Iris.Tax.Wrappers.FBI*)
at <Module>._WinMainCRTStartup()
</Data>
</EventData>
</Event>- Changed type Dave PatrickMVP Saturday, October 24, 2020 9:35 PM question
- Moved by Dave PatrickMVP Saturday, October 24, 2020 9:35 PM looking for forum
Saturday, October 24, 2020 8:45 PM
Answers
-
It looks like an unhandled coding error within the software. I'd probably get in touch with the developer. You can ask general windows question in dedicated forums here.
https://answers.microsoft.com/en-us/windows/forum/winapps
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Monday, October 26, 2020 7:44 AM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:11 AM
Saturday, October 24, 2020 9:35 PM
All replies
-
It looks like an unhandled coding error within the software. I'd probably get in touch with the developer. You can ask general windows question in dedicated forums here.
https://answers.microsoft.com/en-us/windows/forum/winapps
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Monday, October 26, 2020 7:44 AM
- Marked as answer by Guido Franzke Tuesday, November 3, 2020 9:11 AM
Saturday, October 24, 2020 9:35 PM -
It would appear to be self-explanatory.
Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException
Were you trying to add a tax file to something?
at <Module>.CElectronicTaxReturnDataAccessManaged.addAttachment(CElectronicTaxReturnDataAccessManaged*, Iris.Tax.FBI.ElectronicTaxReturnAttachment*)
If you don't know what file is missing, download Process Monitor and run a trace while you recreate the crash.
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon
Be sure to stop the trace immediately after it crashes and then filter on the program name. Procmon can produce a lot of data.
Saturday, October 24, 2020 9:37 PM -
Hello,
Could you tell me if the problem appears when you try to use "posting report"?
IRIS.Tax.xmlFormer.CxmlFormerClass.AddPdfAttachment(System.String, System.String, System.String, System.String, Boolean)
Avis de non-responsabilité:
Mon opinion ne peut pas coïncider avec la position officielle de Microsoft.
Bien cordialement, Andrei ...
MCPSunday, October 25, 2020 3:13 AM