Hi,
I am using VS2012. I have two projects (ProjA and ProjB) in my solution. I have made the Resources file of ProjB public.
I want to access entries in Resources file of ProjB from ProjA, which I can from CodeBehind but cannot from XAML. It gives the following error:
The name "Resources" does not exist in the namespace "clr-namespace:TestApp.ProjB.Properties"
Many thanks for your help.
Kind regards
Abbas