A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Thank you for reaching out!
This issue occurs because automatic Just-In-Time (JIT) debugging is disabled or not correctly configured. Enabling JIT debugging allows Visual Studio to automatically attach when a native application crashes, preventing the assertion failure.
Enable JIT debugging from Visual Studio:
1.Close all Visual Studio Instances
2.Open Visual studio -> Run as administrator
3.Go to: Tools-> Options-> Debugging-> Just-In-Time
4.Check all boxes:
- Managed
- Native
- Script
5.Click OK
6.Restart the application that caused the crash.
Let me know if you need any further help with this. I will be happy to assist.
If you find this helpful, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.