如何在.net窗口应用程序中设置处理器ID的信任级别?

发布于 2024-09-27 01:25:51 字数 254 浏览 13 评论 0原文

我用 C# 开发窗口应用程序。我用这个 Windows 应用程序创建了一个安装程序。它在几乎所有计算机上都运行良好。窗口应用程序获取处理器的 ID然后根据该 ID 生成一个唯一的密钥。在一台计算机上,出现错误“Windows 安装程序无法生成密钥。请联系您的管理员”。我已经调试了.net代码&发现它没有适当的权限来访问处理器 ID。我需要做什么?我应该如何在.net(窗口应用程序)中设置信任级别以访问特定计算机的处理器ID?您能否向我提供任何代码或链接或任何可以解决上述问题的程序?

I developing window application in C#. I created one installer with this windows application. It is running fine on nearly all computers. The window application takes the ID of processor & then based on that ID generates one unique key. On one computer it is giving the error "Windows installer failed to generate the key. Please contact your administrator". I have debugged the .net code & found that it is not having the proper permissions to access the processor ID. What should I need to do ? How should I set the trust level in .net (window application ) to access the processor ID of the particular computer ?. Can you please provide me any code or link or any procedure through which I can resolve the above issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无人问我粥可暖 2024-10-04 01:25:51

您知道可以在BIOS中关闭处理器ID,您是否检查过机器实际上有处理器ID?

You know the processor Id can be turned off in the bios, did you check that the machine actually has a processor Id?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文