Seem that not all WPF components and included external resources (projectinfo.rtf file) are not disposed 100%. Some memory still remain after project is closed. I think the main problem is projectinfo.rtf file loaded into rich-text control. So disposing richtext content from rtf content should fix the problem in most but not all cases.
Seem that not all WPF components and included external resources (projectinfo.rtf file) are not disposed 100%. Some memory still remain after project is closed. I think the main problem is
projectinfo.rtffile loaded into rich-text control. So disposing richtext content from rtf content should fix the problem in most but not all cases.