IBVSoftware / CollaBoard-Feedback

All issues about Collaboard here
0 stars 3 forks source link

Objects used together must be created from the same factory instance. #648

Open agorog opened 6 years ago

agorog commented 6 years ago

Project open not doing anything for several hours. Nobody else in the project. The error shown in streenshot is displayed. And CB freezes, i.e. no action possible in the canvas and qat. Has to close app

agorog commented 6 years ago

grafik

agorog commented 6 years ago

Is reproducable version 57. Leave PC with open CB project unattended until it goes into "sleep" mode, when you come back, the error occured.

corradocavalli commented 6 years ago

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: agorog notifications@github.com Sent: Tuesday, September 4, 2018 3:10:47 PM To: IBVSoftware/CollaBoard-Feedback Cc: Subscribed Subject: Re: [IBVSoftware/CollaBoard-Feedback] Objects used together must be created from the same factory instance. (#648)

Is reproducable version 57. Leave PC with open CB project unattended until it goes into "sleep" mode, when you come back, the error occured.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/IBVSoftware/CollaBoard-Feedback/issues/648#issuecomment-418361347, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFW5EspqM1ddMq-ekbzUuMxu5iPddWgTks5uXnvXgaJpZM4WY5Bn.

agorog commented 6 years ago

Happens in App.g.i.cs Line 53

if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION

        UnhandledException += (sender, e) =>
        {
            if (global::System.Diagnostics.Debugger.IsAttached) **global::System.Diagnostics.Debugger.Break();**
        };

endif

agorog commented 6 years ago

grafik