While debugging my WP7 application(Chapter 5, debugging XnaAccelerometer sample), I got the following error: “Application could not be launched for debugging.
But,deploy emulator success.
Have two way.
1. silverlight project。
Solved it by following these steps:
I verified that my WP7 application wasn't installed on the target device and that there wasn't any splash screen in the project.
Then, uninstall the application and in Visual Studio perform the following steps:
Add an image file with the name SplashScreenImage.jpg to the project.
In Solution Explorer, right-click the file and select Properties.
In the Properties pane, set Build Action to Content.
Rebuild the application and redeploy it.
2.XNA Project
Right-click solution, select debug, select start new instance.
Success..
This is my first english blog. heihei...
本文解决了在调试Windows Phone 7 (WP7) 应用过程中遇到的应用无法启动的问题,并提供了两种解决方案:一种针对Silverlight项目,通过设置splash屏图片为内容属性并重新部署;另一种针对XNA项目,通过新建实例的方式进行调试。
5564

被折叠的 条评论
为什么被折叠?



