Type reference cannot find public type named

前端 未结 5 1464
温柔的废话
温柔的废话 2021-01-07 20:24

I am getting error like \"Type reference cannot find public type named \'Sign\'\" in xaml. how can i resolve it. the Sign class is in the same assembly.

<         


        
5条回答
  •  爱一瞬间的悲伤
    2021-01-07 20:47

    1. Go through and check all of the answers to this question - I'm sure one of them is right, but I don't know which one worked for me.
    2. Save your project, close Visual Studio, re-open Visual Studio.
    3. Voila, it now magically works, despite not changing anything.
    4. Swear at Microsoft under your breath, and carry on with your life...

提交回复
热议问题