While Compiling the WPF Application for many times in a day it give following error
‘Exception of type ‘System.OutOfMemoryException’ was thrown.’
Can anyone know why this error occured and how to remove that error.
But if visual studio is restarted then there is no such problem.
thanks in advance
It could be that your compiler has a memory leak, or that a plugin of your compiler has a memory leak.
There is not your fault, though. It’s most probably your compiler’s fault. You are encouraged to reproduce the problem and send it to your compiler vendor for a detail investigation.