Xaml intellisense not working after adding custom xmlns

后端 未结 1 927
执笔经年
执笔经年 2020-12-19 11:07

I\'m stuck with following situation. I have WPF NET. 4.0 project in VS2012+Resharper with some number of xaml views and user controls. Project compiles and works just fine,

相关标签:
1条回答
  • 2020-12-19 11:36

    Ok, i figured it out... It was easy, but irritating mistake. After adding ;assembly= in the xmlns, intellisense started working again. In case anyone else will need it in future

    xmlns:conventers="clr-namespace:MyProject.Helpers.Conventers;assembly="

    works just fine.

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