【发布时间】:2012-03-18 21:52:11
【问题描述】:
尝试使用 Visual Studio 2010 Express for Windows Phone 调试我的应用程序时出现以下错误:
MissingMethodException 未处理
找不到方法:BackKeyPress osoft.Phone, Version=7.0.0.0, Culture=neutral ...
我正在尝试添加行 RootFrame = new TransitionFrame();在示例 http://www.windowsphonegeek.com/articles/Windows-Phone-7-Navigation-Transitions-Step-By-Step-guide 之后的 app.xaml.cs 上
请问有人经历过吗?
【问题讨论】:
标签: windows-phone-7 exception transition