'BitmapSource.main page'的部分声明出现错误,不能指定不同的基类。
在我的 XAML 中,我有
x:Class="BitmapSource.MainPage", xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone", xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
然后在MainPage.gics中突出显示的错误是公共部分类MainPage Microsoft.Phone.Controls.PhoneApplicationPage
如何解决?