VS2008的问题

问题描述:

您好朋友,

会介意你建造什么样的项目吗?

Would mind telling what kind project you built?

根据错误消息,它与XAML名称空间声明有关。

Based on the error message, it’s related to XAML namespace declaration.

我建议你确保XAML语法就在那里。

I suggest you make sure XAML syntax is right there.

你可以参考这个帖子:
http://*.com/questions/9151366/the-tag-xxx-does-not-exist-in-xml-namespace-clr-namespaceyyy

You could refer to this thread: http://*.com/questions/9151366/the-tag-xxx-does-not-exist-in-xml-namespace-clr-namespaceyyy

HB 的答案只是说明如何避免这种情况。

and the answer from H.B just show how to avoid this.

此外, Dan 的回复提醒我们使用
项目的 .Net版本 ,这可能对您有用。

Also, the reply from Dan reminds us using the same .Net version of project and library, which might be useful to you.

您还可以获得有关
XAML命名空间和命名空间映射

祝你好运,

Fletch