clickonce

WPF application crash after ClickOnce publish

与世无争的帅哥 提交于 2020-01-13 11:22:01
问题 I have a problem with ClickOnce publishing of a WPF application. If the application is built (debug or release), it is running correctly. Application published by ClickOnce crashes. I tried to change Target Platform. Sometimes this change helps to solve problems, but not every time (1 of 20 cases). I have Visual Studio 2008 and the project has been upgraded from Visual Studio 2005. Any ideas? Thank you in advance! 回答1: On the machine where the application is installed, drill down in the user

WPF application crash after ClickOnce publish

一个人想着一个人 提交于 2020-01-13 11:21:18
问题 I have a problem with ClickOnce publishing of a WPF application. If the application is built (debug or release), it is running correctly. Application published by ClickOnce crashes. I tried to change Target Platform. Sometimes this change helps to solve problems, but not every time (1 of 20 cases). I have Visual Studio 2008 and the project has been upgraded from Visual Studio 2005. Any ideas? Thank you in advance! 回答1: On the machine where the application is installed, drill down in the user

Using EV Certificate With ClickOnce

孤者浪人 提交于 2020-01-13 09:43:47
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

Using EV Certificate With ClickOnce

岁酱吖の 提交于 2020-01-13 09:43:46
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

Using EV Certificate With ClickOnce

会有一股神秘感。 提交于 2020-01-13 09:43:08
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

How to run the publish/clickonce build step in Jenkins (VS2012)

一世执手 提交于 2020-01-13 03:18:08
问题 We have a simple C# solution (VS 2012) that has a publish step/click once wizard - that uses ftp. I've set up a jenkins build project to build this on SVN trigger. (via MSBuild) I have NOT been able to get it to build (via MSBuild) the publish/click once installer and upload to my server. I have looked around and searched but i see no way to do this. It seems silly that this would be a manual step. Hopefully this is something simple that I am overlooking. Any command line app would be

WPF Application Deployment using ClickOnce with trust certificate

寵の児 提交于 2020-01-12 11:10:02
问题 I have deployed my WPF Application using test certificate to production. Now, I have to change the test certificate and purchase a new Certificate. I have gone through MSDN sites and i am not able to conclude what to do? So, I need the clarification about the following Where to purchase these certificate files and what type certificate it is? Do we have to install those certificate on client's system ? What will be the format of this certificate ? Pfx? If i deploy again using the trusted

WPF Application Deployment using ClickOnce with trust certificate

安稳与你 提交于 2020-01-12 11:09:06
问题 I have deployed my WPF Application using test certificate to production. Now, I have to change the test certificate and purchase a new Certificate. I have gone through MSDN sites and i am not able to conclude what to do? So, I need the clarification about the following Where to purchase these certificate files and what type certificate it is? Do we have to install those certificate on client's system ? What will be the format of this certificate ? Pfx? If i deploy again using the trusted

Supress/Disable/Solve Visual Studio Build Warning

£可爱£侵袭症+ 提交于 2020-01-10 19:11:45
问题 I am using clickonce for a windows forms application. I have to deploy some resource assemblies. These assemblies are in a folder in my project (not as a reference). They are marked BuildAction = content and CopyToOutputDir = Copy If Newer. With this configuration I'm getting the warning MSB3178: Assembly '' is incorrectly specified as a file. When I set the BuildAction to none, the warnings disappear, but the assemblies that must deploy not appear in ClickOnce Application Files. I would like

Supress/Disable/Solve Visual Studio Build Warning

点点圈 提交于 2020-01-10 19:08:59
问题 I am using clickonce for a windows forms application. I have to deploy some resource assemblies. These assemblies are in a folder in my project (not as a reference). They are marked BuildAction = content and CopyToOutputDir = Copy If Newer. With this configuration I'm getting the warning MSB3178: Assembly '' is incorrectly specified as a file. When I set the BuildAction to none, the warnings disappear, but the assemblies that must deploy not appear in ClickOnce Application Files. I would like