I have a WPF project like this:

In a xaml file in my RCISP.WPF project I want to reference a class defined in my RCISP.Common Project. When I reference this class I got a xaml error like this:

Assembly ‘mayclass’ was not found.Verify that you are not missing as assembly
reference.Also,verify that your project and all referenced assemblies
have been built;
But I have reference to RCISP.Common in my RCISP.WPF…
The assembly part of the tag be the assembly name of the project you are referencing and unless you have specifically changed that to FamilyDto it will be the same as the name of your project eg RCSIP.Common
so
If your assembly is called FamilyDto then make sure you build your project as the editor needs the project to be compiled before it can correctly determine the reference is valid