I have working solution one one computer, this solution even show me my namespaces in XAML designer code IntelliSense when I start "xmlns" typing
But after move app on second computer (same path) I am in situation when this don't work and XAML designer don't want display XAML because "some custome element have not been build yet" as I have design time binding.
Situation :
- solution built and run (Native / Mixed , x86 for Local and also for Simulator) ok
- one root namespace "A" where is MainPage and under it I have A.Data namespace where data binding classes resides
- #include with .h which defines "A.Data" is in main page .cpp and .h files
- in Debug folder I have A.winmd file, I can see A.Data namespace
- Vs2012 loads A.winmd file correctly (verified with Process Monitor)
but XAML designer is still unable to load namespace (or included classes) :-(((