只是在玩现在发布的 Silverlight 2.0。我正在尝试将一个简单的日历放入控件中。但是该项目似乎不知道我在说什么:-
<UserControl x:Class="MyFirstSL2.Test"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Grid Background="#FF5C7590">
<Calendar />
</Grid>
</UserControl>
Visual Studio 2008 只是在日历下放了蓝线,表示找不到日历类型。我需要添加一个程序集吗?哪一个?我是否需要向 Xaml 添加另一个命名空间?