Second question re: same project!
Hi,
We're using PB 2019 R2 build 2353, with an app running in Windows 10 1909.
As expressed in a previous question, we have a PB app that makes a call to open a window built in C# .NET XAML. During data entry in the XAML window, it might try to pop a C# .NET error message if an entry is incorrect.
If the XAML window is run exclusively in a C# .NET app, the error message displays correctly..
If the XAML window is opened by a call from the PB app, the PB app crashes trying to pop the error message.
Any ideas on how to fix this? Can this be resolved by a fix in PB code, or is the solution strictly a C# one?