python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
'Oracle.DataAccess.Client.OracleConnection' threw an exception, WinForms Application
I have a WinForms application in a .NET Framework 4.5.2 and an Oracle 10g database. This application works perfectly fine when I debug it using VS 2017, but when I deploy it as a ClickOnce application...
Sawoud Al-Los
Votes: 0
Answers: 1
Displaying ClickOnce version number of .NET 6 WPF application
I am developing a WPF application in .NET 6. The application will be published using ClickOnce and my goal is to display the number of the version in the application. I saw System.Deployment, but unfo...
ForzaJuve
Votes: 0
Answers: 2
Certificate not recognized even after running sn -i
I have a certificate generated for code signing:
which I use in my VS solution to sign the assemblies.
After receiving this exception when building:
"Cannot import the following key file: xxx.pf...
Silviu Preda
Votes: 0
Answers: 1
Second .exe file is not included in ClickOnce publish
The application I'm working is compiled into 2 executables that need to be included in the publish. Despite having both of them set as required in the settings, the [Name].Launcher.exe is missing. Why...
Pawlakov
Votes: 0
Answers: 0