Unable to install application deployed with ClickOnce in Visual Studio 2015 (stdole.dll)

让人想犯罪 __ 提交于 2019-12-21 21:38:06

问题


Application is running in .net 4.5, built and deployed with ClickOnce in VS 2012. When build and deploy same application, without changing any settings in VS 2015, I am unable to install it on client side ?

Got following error:

"Strong name signature not valid for this assembly stdole.dll"

When I exclude stdole.dll from deployment installation is ok.

My question is: How to deploy application in VS2015 with stdole.dll included ?

来源:https://stackoverflow.com/questions/34019682/unable-to-install-application-deployed-with-clickonce-in-visual-studio-2015-std

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!