我是一名新手,最近自己在学习水晶报表,写了一个小例子,但是出现了如下的错误:
错误 6 XML 命名空间“clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer”中不存在
                标记“CrystalReportsViewer”。 位置 E:\workspace\CryReportDemo\CryReportDemo\ShowEmpReport.xaml
<Window x:Class="CryReportDemo.ShowEmpReport"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="ShowEmpReport" Height="496" Width="516" xmlns:my="clr-namespace:SAPBusinessObjects.WPF.Viewer;assembly=SAPBusinessObjects.WPF.Viewer" Loaded="Window_Loaded">
    <Grid>
        <my:CrystalReportsViewer HorizontalAlignment="Left" Margin="12,12,0,0" Name="crystalReportsViewer1" VerticalAlignment="Top" Height="433" />
    </Grid>
</Window>  所以请教各位~~