Questions tagged as 'clickonce'

3
answers

Pass arguments to executable.exe c #

I created an application in c # very simple. static void Main(string[] args) { Console.WriteLine("Cantidad de argumentos: {0}", args.Length); foreach (string argumento in args) { Console.WriteLine("Argumentos: {0}", argumen...
asked by 20.09.2016 / 07:06
1
answer

File path problems when creating the project installer with ClickOnce

I have created an installer for my C # project with clickonce, but I have a problem with my file path, in this case with rdlc files (reportviewer), I declare it as follows: String rutadocumento = (Application.StartupPath).Replace("\bin...
asked by 08.08.2017 / 18:02
1
answer

Trust or insurance certificate for Winforms .Net applications

Cordial greeting! I have a Windows Form application made in .Net that I want to distribute from the web through clickonce and everything works fine, but the problem is that when downloading the antivirus they do not recognize it as a secure a...
asked by 10.11.2017 / 17:12