Marek Jasiński

Results 5 comments of 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. ![image](https://cloud.githubusercontent.com/assets/5872480/9423538/df141f3c-48c7-11e5-9adc-ba580a9ced9c.png) > 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.