#039;MainPage#039; could not be found解决办
发布时间: 2012-02-05 12:07:15 作者: rapoo
'MainPage' could not be found
app.xaml.cs文件中有这么一段
private void Application_Startup(object sender, StartupEventArgs e)
{
this.RootVisual = new MainPage();
}
为啥每次都报'MainPage' could not be found呢
[解决办法]
[解决办法][解决办法]