Project A can't reference a class in Project B

后端 未结 1 1742
-上瘾入骨i
-上瘾入骨i 2020-11-29 14:25

So in my solution I\'ve got two projects. A and B.

In project A (My views project), I\'ve added an assembly reference pointing

相关标签:
1条回答
  • 2020-11-29 14:33

    When you add a reference in your XAML, try to Rebuild your project once to recompile everything and to incorporate the referenced project and to make any new controls available. It is necessary when a file or a dependency has been changed, or even with no reason. But it will solve your issue.

    0 讨论(0)
提交回复
热议问题