I am writing a WPF application which uses a number of unmanaged DLL's. Something in the program is causing memory leak and I monitored the application using Redgate ANTS 8 Memory Profiler. ANTS shows that the memory usage of MSVCR110.dll is constantly increasing.
The question is that can managed code cause this leak by using MSVCR110.dll?
If not can I find which of the unmanaged dll's is using MSVCR110.dll and causing leak?
(My program has reference to MSVCR110.dll directly.)