Hi
In my destructor i want to access the Document. This gives an exception "InvalidOperationException":What am i doing wrong?
BTW, Is the next version of the WPF Studio coming soon?
Regards
Martin
In my destructor i want to access the Document. This gives an exception "InvalidOperationException":
try {
// TODO solve... locking prob ?
if (this.Document != null && !string.IsNullOrWhiteSpace(this.Document.FileName))
CachedErrors.Instance.RemoveFileItems(this.Document.FileName);
} catch { }
BTW, Is the next version of the WPF Studio coming soon?
Regards
Martin