Hi,
I have a mixed application (wpf which loads native dlls), base on Dotnet 4.5, built with Any CPU
The application crashes only on Windows Server 2008 R2, the connection is remote, see below the exception that occures (FatalError from WindowsBase),
it occures when the user performs a search in a searchBox, just writing text and deleting,
In my code there are no errors indicating that something is wrong, it works on any other environment, I tried running the application in compatibility for windows 7 and its still crashes,
I created a dmp to the process, but I cannot load WindowChromeWorker.cs (cant find it at the reference source, and from dotnet 4.8 it is a different source code the debugger wont continue with it),
the last calls in the stack are -
10 lines of - [Frames below may be incorrect and/or missing, no binaries loaded for PresentationFramework.dll]
2 lines of - [Frames below may be incorrect and/or missing, no binaries loaded for WindowsBase.dll]
which are not from my code so I'm running out of ideas what to do with those
I have warnings indicating that some dlls should be compiled in x86 CPU (due to its dependencies), so after I compiled them in x86 another error crashed the app at launch (!) and in my windows 10 there was no errors (again)
the exception from the crash was very similar to the error below except of Problem Signature 04 which is - Microsoft.Pratices.ServiceLocation
so maybe its related to something in the OS or the dotnet version .... I cant figure it out
the error:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: app.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 5ffc2b1e
Problem Signature 04: WindowsBase
Problem Signature 05: 4.0.30319.17929
Problem Signature 06: 4ffa7bf1
Problem Signature 07: 5f
Problem Signature 08: 1b
Problem Signature 09: FatalError
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: 28e1
Additional Information 2: 28e10dd8d74f0ac6e713384def49a93f
Additional Information 3: 9be5
Additional Information 4: 9be5411805fee1e906fb7d8d2b417520
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Can anyone assist ? What is this error ? how can I handle such thing ??
I'm stuck for days :(