I'm getting a persistent non-fatal error when the building my project
Error 1 Closing tag for element '<local:ControllerButton>' was not found.
Of course there is an ending tag in my XAML and the project builds and runs just fine. How can I get VS to just give up on this error?
(Yes, I've tried a clean build)