I want to create a Generic DataGrid to use on all my Views/UserControls.
This is my structure:
Class Library
called \"Core\"
:
I had accidently deleted a user control via a rename/copy action. When I reinstated the project file and the xaml file and .cs from version control this error started happening in the design studio for that control which had mistakenly been deleted/renamed.
That suggested some type of cache on the file in question....so closing Visual Studio, deleting the bin
directory and rebuilding worked.