Expression Blend: Getting error “XXX” does not exist in the namespace “XXX”, but not in VS2008

后端 未结 5 2367
栀梦
栀梦 2020-12-24 02:13

I am trying to use Blend 3.0 to edit a project that contains some WPF controls. This project already compiles and runs fine from Visual Studio 2008.

In Blend however

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 02:33

    You can also fix this "Any CPU/x86" issue by changing the output path for all your projects to bin\Debug instead of bin\x86\Debug (same for Release).

提交回复
热议问题