xsharp.eu • Public version 2.12.2.0
Page 1 of 1

Public version 2.12.2.0

Posted: Thu Jun 02, 2022 6:15 pm
by Juraj
In VS2022 I crete new project in Core dialect, WPF application.
Build:
:========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

When pres Start debigging or Start Without debugging applicatiun can not run.
work path ...BinDebugg contains .exe, .pbd, .exe.config files. In this path exe start OK

Juraj

Public version 2.12.2.0

Posted: Thu Jun 02, 2022 6:45 pm
by robert
Juraj,
I am not sure what happens here, but I see the same problem with the subscribers version.
Maybe it is something in the template?
What does work is starting the app from the explorer and then attaching the debugger to it (with Debgug-Attach to Process).
I'll look into this asap.

Robert

Public version 2.12.2.0

Posted: Thu Jun 02, 2022 7:25 pm
by Juraj
When this app open in VS2019 work OK.

Public version 2.12.2.0

Posted: Fri Jun 03, 2022 7:11 am
by robert
Juraj,
it also works with VS 2022 version 17.0.
So apparently Ms has changed something between VS 17.0 and VS 17.2.
I tried the 17.2.3 download that was released on May 31, but that does not solve the problem.

We'll try to fix this in our code, but past experience has shown that this can sometimes be VERY tricky and it costs a lot of time to diagnose the problem.


Robert

Public version 2.12.2.0

Posted: Fri Jun 03, 2022 3:17 pm
by Juraj
Hi Robert,
I don't know if it will help, but the bug is only in WPF, WinForms and VO MDI OR VO SDI can be run

Juraj