I try to write a wpf application and in a random situation the application close with this error into event view:
The process was terminated due to an internal error in the .NET Runtime at IP 00007FF8E1673B60 (00007FF8E1670000) with exit code 80131506.
I search on google and the solution is disable Concurrent Garbage Collector, but the fix is available only for 3.5 framework and I work to 4.5 framework.
Any suggestion? Thanks regards