I've created a WPF GUI that uses the PropertyStatus control. It works perfectly. Until I change my solution configuration from Debug to Release. Then I get this build error: The tag 'PropertyStatus' does not exist in XML namespace 'http://schemas.lhotka.net/4.1.0/xaml'. Please advise what I am missing here?
seems the problem had to do with the fact that the csla.xaml dll was being referenced from within the bin\debug folder. I changed the reference so that the file is referenced from the csla install location. That solved the problem.
Copyright (c) Marimer LLC