Hi there,
If you are having a startup crash on your WPF application. With .NET 3.5 framework and on Windows 11. Also with this log on Event Viewer.
Fault bucket 2160294874680227364, type 5
Event Name: CLR20r3
Response: Not available
Cab Id: 0
Problem signature:
P1: itcapplauncher.exe // <– This is my app
P2: 1.0.0.0
P3: 8a01dbfb
P4: PresentationCore
P5: 3.0.0.0
P6: 6090bfa0
P7: 21db
P8: a
P9: System.NullReferenceException
P10:
My fix here is to move the .net framework higher than 3.5, I moved it to .NET framework 4. This is so I can still be compatible with windows XP.
Sorry my suggestion is a little unacceptible with other coders but I do not have a choice since the issue of crashing is outside my source code.
Happy Coding!