Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改信任级别? 我用 oledb 编写 c# windows 窗体应用程序并且不能使用附加查询,因为访问禁用模式会阻止这种情况。
在 Visual Studio 中打开您的项目 > 转到项目菜单 > 属性 > 安全 > 检查启用 ClickOnce 安全设置 > 这是一个完全信任的应用程序。
祝你好运!
您可能还需要使用代码签名证书对 ClickOnce 清单和程序集进行签名,以使其在 Windows 10 中工作。我不必在 Windows 7 中签署我部署的应用程序并在 Windows 8 中侥幸逃脱,但在 10 中则没有.
使用 .NET Framework 配置工具来增加程序集信任: