I have a WCF application which is hosted on window service. It is frequently crashing with the below mentioned error.
Error:
Application: DataService.Server.WCF.Service.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 000007FEF9131A48 (000007FEF9060000) with exit code 80131506
When the problem is checked on MSDN sites and couple of StackOverflow questions, it is understood that that it is because of concurrent garbage collection.
As per the answers for one of the question in StackOverflow, I have disabled it by setting in the app.config file and installed the latest .NET framework version 4.7.2 in the server and even facing the error