每当我在Visual Studio for Windows Phone 7中创建一个新应用程序时,每次构建我的应用程序时都会弹出以下错误:The application could not be launchedfor debugging. Ensure that the targetdevice screen is unloc...
每当我在Visual Studio for Windows Phone 7中创建一个新应用程序时,每次构建我的应用程序时都会弹出以下错误:
The application could not be launched
for debugging. Ensure that the target
device screen is unlocked and that
application is installed.
由于此错误,我的应用程序未在模拟器中运行.我尝试重新安装SDK和Visual Studio但似乎无法解决此错误.
解决方法:
当你说“新应用程序”时,你的意思是一个完整的新应用程序,还是你添加了一些代码?如果您尝试将非WP7项目添加到WP7解决方案中,我听说会发生此错误.右键单击解决方案,然后选择“属性”.打开左侧的Configuration Properties面板,确保选中Build和Deploy.
另外,确保您的项目是启动项目(右键单击您的项目并选择Set as Startup Project.
本文标题为:c# – 为我为Windows Phone 7创建的每个应用程序都出错
基础教程推荐
- C# windows语音识别与朗读实例 2023-04-27
- unity实现动态排行榜 2023-04-27
- C# List实现行转列的通用方案 2022-11-02
- C#控制台实现飞行棋小游戏 2023-04-22
- ZooKeeper的安装及部署教程 2023-01-22
- 一个读写csv文件的C#类 2022-11-06
- C#类和结构详解 2023-05-30
- winform把Office转成PDF文件 2023-06-14
- linux – 如何在Debian Jessie中安装dotnet core sdk 2023-09-26
- C# 调用WebService的方法 2023-03-09