✅ 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
public ManualInputWindows(..)
, next step was function InitializeComponent()
call and from that it called CustomDataGrid() : base
contructor. After that I got the error.
1 Reply
nvm, this was ridiculous.. I used ctrl+r to rename
dg_input_AutoGeneratingColumn
to correct form and it did not update it on xaml file.. I'm so stupid..