|
@@ -320,6 +320,10 @@ namespace PRSDesktop
|
|
|
|
|
|
private void LogUnhandledException(Exception exception, string source)
|
|
|
{
|
|
|
+ // Hacky Hack Hack FastReport.WPF throwing errors here
|
|
|
+ if (exception.Message.Contains("Must create DependencySource on same Thread as the DependencyObject."))
|
|
|
+ return;
|
|
|
+
|
|
|
var messages = new List<string>();
|
|
|
var e2 = exception;
|
|
|
while (e2 != null)
|