vb.net - Visual Studio "No certificate found with the supplied thumb print"

标签 vb.net uwp

我正在尝试通过 Visual Studio 在我的 Surface Book 上部署用 VB.NET 编写的 UWP(调试)。我已在我的 Surface 平板电脑和 Visual Studio 中的多个其他设备上以 Debug模式多次部署此应用程序,并且部署完美。

但是,我的 Surface Book 出现错误:

"No certificate found with the supplied thumbprint: B24292B81DF0CE5DA065AECC8D19AD4A5973E9A2" when attempting to deploy. This prevents deployment completely.

我已经彻底搜索了此错误消息,但找不到任何解决方案。似乎没有人遇到过类似的问题!

这可能是什么?

最佳答案

我之前遇到过这个问题(或类似的问题),因为安全证书无效而无法部署。 如果您转到项目“属性”->“签名”并创建一个新的测试证书,那么应该可以解决该问题。可能是它已过期或在新开发的 PC 上。 您还可以尝试取消选中“签署 ClickOnce list ”。

关于vb.net - Visual Studio "No certificate found with the supplied thumb print",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57283184/

相关文章:

c# - 动态数据 : Sorting of bound list reloads on every change

vb.net - 设置图片框中图像的大小?

vb.net - 如何检查声音是否在后台播放?

c# - #define - 将 C++ 迁移到 C# 或 VB.Net

javascript - 错误: Unable to get value of the property 'length:' object is null or undefined

c# - 如何自定义渲染 UWP 湿墨

vb.net - 使用 VB.NET 客户端从 Java Web 服务获取响应

xaml - ContentDialog 不滚动

C# POS 打印机 API : can't find printer

Windows 通用 (UWP) 图表库