简体   繁体   English

无法调试Windows应用商店应用。 (指定的文件不是注册表文件格式)

[英]Unable to debug Windows Store app. (specified file is not in a registry file format)

I made a very simple software, which is for checking time, weather (openweathermap API), and indoor temperature (serial communication with Android). 我制作了一个非常简单的软件,用于检查时间,天气(openweathermap API)和室内温度(与Android进行串行通信)。

I used it for several months well. 我用了好几个月。 Recently, I got a problem and I cannot solve this one. 最近,我遇到了一个问题,无法解决这个问题。 Please refer below message. 请参考以下消息。

在此处输入图片说明

If I set a debugging mode as a my PC like below, it is working fine. 如果我将调试模式设置为我的PC,如下所示,则工作正常。 在此处输入图片说明

However, if I set a debugging mode as my raspberry pi like below, it shows the above pop-up message. 但是,如果将树莓派设置为如下所示的调试模式,则会显示上述弹出消息。

在此处输入图片说明

For me, the error message is too ambiguous and I am not sure what to do. 对我来说,错误消息太含糊,我不确定该怎么办。 (I can access my raspberry pi with IoT Dashboard) (我可以通过IoT仪表板访问我的树莓派)

You should change the 'Local Machine' to 'Remote Machine'. 您应将“本地计算机”更改为“远程计算机”。 在此处输入图片说明

This article shows how to deploy and debug your application is straightforward with Visual Studio . 本文展示了如何使用Visual Studio轻松部署和调试应用程序

In addition, i'm confused about that when solution platform is ARM, there will be no 'Local Machine' item in the target device list by default.My Visual Studio is 2017.15.6.2. 另外,我对解决方案平台是ARM感到困惑,默认情况下目标设备列表中没有``本地计算机''项。我的Visual Studio是2017.15.6.2。 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 创建Windows应用商店的问题。 (Windows 8) - Problems creating Windows Store app. (Windows 8) 无法激活 Windows 应用商店应用。 激活请求失败,错误为“访问被拒绝” - Unable to activate Windows Store app. The activation request failed with error 'Access is denied' 在Windows应用商店中下载文件 - Downloading a file in Windows store app 在Windows应用商店中删除文件 - Delete file in Windows Store app 发布 MVC 4 应用程序时出现 PathTooLongException。 指定的路径、文件名或两者都太长 - PathTooLongException when publishing MVC 4 app. The specified path, file name, or both are too long 无法从Windows 8.1运行时Windows Store应用程序项目访问.resx文件 - Unable to access .resx file from Windows 8.1 Runtime windows store app project 使用默认应用在Windows应用商店应用中打开文件 - Opening a file in windows store app, with default app 无法在Windows Phone应用中加载DLL'sqlite3': - Unable to load DLL 'sqlite3': in windows phone app. 将Windows注册表导入文件结构 - Importing Windows registry to a file structure Windows 8商店 - 调试应用程序从商店下载 - Windows 8 Store - Debug App Downloaded from store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM