WinSparkle32.dll找不到C#WPF

时间:2017-05-30 05:58:25

标签: c# wpf windows

我使用的是Windows 10版本。对于我的Windows桌面应用程序,我使用Winsparkle(https://github.com/vslavik/winsparkle)进行自动更新功能。

一旦我尝试创建它的对象,我的应用就会崩溃。

public static WinSparkle sparkle = new WinSparkle();

Error : The type initializer for 'MyApp.App' threw an exception. 
Access to the path 'C:\Program Files(x86)\CompanyName\MyApp\WinSparkle32.dll' is denied.

当我检查WinSparkle32.dll文件未在此路径生成时。只有WinSparkle.Net.dll

我正在使用安装项目来生成构建。如果我在Visual Studio中将应用程序作为Release运行,它可以正常工作并创建dll WinSparkle32.dll & WinSparkle.Net.dll但不在Release中工作。

0 个答案:

没有答案