The name “Interaction” does not exist in the namespace “http://schemas.microsoft.com/expression/2010/interactivity”

后端 未结 9 2219
花落未央
花落未央 2021-02-02 06:28

I\'ve used the System.Windows.Interactivity DLL in several projects without any problem. Now in my latest project I can\'t get it to work. I always get the following error:

9条回答
  •  故里飘歌
    2021-02-02 06:40

    I had this problem because I was referencing a 4.5 version build of System.Windows.Interactivity but was building my project in .Net 4

提交回复
热议问题