Marek Jasiński
Marek Jasiński
when i try insert row to MSSql with foreign table, i have this error: `ERROR: cannot insert into foreign table "UpdateTestMsSQL" Stan SQL: 0A000`
Rebuild project and reopen file in designer. This should help
In my case i don't use ReSharper and XAML UI Designer. I use Source Editor to code and Blend to visualization and i haven't this bug.  > ps. >...
I have similar issue. In my case, i create new calss **CmuDialog** for dialog . ``` c# using System.Windows; namespace Marcorp.Charon.Modernui.Base.Class { public class CmuDialog : FirstFloor.ModernUI.Windows.Controls.DpiAwareWindow, Windows.Controls.IClosableDialog { #region...
I have this same issue for `netcoreapp3.1`. After downgrade to `1.4.4` problem is solve.