I have implemented a converter to convert Int32 to String to be able to binding a property to a textBox.
I implement this converter in the namespace MyApp.Converters and
use the assemble tag only if it is in another project. other wise use just namespace tag alone. For me this fixed the issue