✅ Why I'm getting ArgumentException/System.Windows.Markup.XamlParseException exception?
Hey! I was refactoring another part of this project and some how this part of the application broke and it gives me this error:
Here is the code it reads. (I tried to debug to figure out what is wrong, but did not find out by my self..)
So I had break point at
Here is the code it reads. (I tried to debug to figure out what is wrong, but did not find out by my self..)
So I had break point at
public ManualInputWindows(..), next step was function InitializeComponent() call and from that it called CustomDataGrid() : base contructor. After that I got the error.