stdole

Can't Silence Embed Interop Warnings

时光毁灭记忆、已成空白 提交于 2020-01-03 09:24:08
问题 First I've got a third party ActiveX control I need to use. Next I've got to use the stdole library to feed that third party control some images. When I compile under the default settings, I get some warnings: warning CS1762: A reference was created to embedded interop assembly 'c:\Windows\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll' because of an indirect reference to that assembly created by assembly 'XXX\obj\x86\Release\Interop.ThirdPartyControl.dll'. Consider changing the

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

Strong name signature not valid for this assembly stdole.dll

 ̄綄美尐妖づ 提交于 2019-12-12 12:23:23
问题 I've just started to get the following error in my ClickOnce application. When installing and running the same application, after seemingly successful installation I get an error message: Application Validation did not succeed The error details I can see the problem to be: Strong name signature not valid for this assembly stdole.dll. When i click into details I get ERROR DETAILS Following errors were detected during this operation. * [04/13/2016 11:33:22 AM] System.Deployment.Application

Error message “Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC”

痞子三分冷 提交于 2019-11-27 06:47:36
When one user tries to run the application, our ClickOnce application is reporting: Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC. It's interesting to note that the GAC (C:\Windows\assembly) does not have stdole installed in it. How do I get it there? We are using .NET 3.5, and it has been installed on this computer. Try going to the Publish tab in the project properties and then select the Application Files button. Then set the following properties: File Name of stdole.dll Publish status to Include Download Group to Required After that

Error message “Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC”

天涯浪子 提交于 2019-11-26 12:09:59
问题 When one user tries to run the application, our ClickOnce application is reporting: Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC. It\'s interesting to note that the GAC (C:\\Windows\\assembly) does not have stdole installed in it. How do I get it there? We are using .NET 3.5, and it has been installed on this computer. 回答1: Try going to the Publish tab in the project properties and then select the Application Files button. Then set