Skip to main content

Questions tagged [clickonce]

ClickOnce is a Microsoft technology that simplifies deployment of applications by publishing to a website, where the user can install it by clicking a link on a page of that website. After the initial set-up, the developer can update the application with 'one click'.

clickonce
0 votes
0 answers
18 views

How to Deploy and Distribute Office Add-in (JavaScript) to Multiple Users After Migrating from .NET ADX COM Add-in?

We have recently migrated our Office add-in application from a .NET ADX COM add-in to a JavaScript-based Office add-in due to Microsoft's discontinuation of support for .NET ADX COM add-ins. Our new ...
Khan Mehnaz's user avatar
0 votes
0 answers
43 views

How to solve Linq to SQL: Cast not valid error on designer page

Is anyone aware of the reason why publishing a WPF application with ClickOnce would result in a "Specified cast is not valid." error? When attempting to open the design window for Linq to ...
Stephan's user avatar
  • 19
0 votes
1 answer
60 views

.NET 8 Desktop ClickOnce deploy System.Deployment error

Publishing the application using ClickOnce works correctly up to a certain point. After installation, the problem may only appear after the next update - randomly. Below is the error log. INFORMACJE ...
jackobi's user avatar
0 votes
0 answers
24 views

How Can I Successfully Run ClickOnce Publisher

ClickOnce publisher just does not work in any kind of folder publication of a class library project or ClickOnce publishing of a Windows desktop application. In a desktop app publish; It gives 'could ...
iSA SAYIN's user avatar
1 vote
1 answer
75 views

How to manually delete or uninstall a ClickOnce installed app

I installed a .Net 8.0 VB app published via ClickOnce deployment on my computer. When a new version was released for some reason the app would not update. Rather than trying to use 'Add/Remove ...
CsharpSqlGuy's user avatar
0 votes
0 answers
23 views

assembly.adaptive.xsd referenced but missing in ClickOnce Deployment

I'm deploying an application with ClickOnce and it is working fine. But after creating the deployment I get a warning from visual studio: "Could not find file"..."assembly.adaptive.xsd&...
HikeMike's user avatar
  • 126
0 votes
1 answer
62 views

WPF Browser App not running on Visual studio 2022

i have XBAP project run correctly with Visual Studio 2013 running on windows 11.. but i cannot run it with visual studio 2022 (wpf browser apps still exists in visual studio 2022, we can add new ...
NajiMakhoul's user avatar
  • 1,698
0 votes
1 answer
82 views

Clickonce app not opening once closed after 30 minutes on windows server 2019 standard

I have deployed an app via ClickOnce. The app is downloading from deployed URL and successfully installed. When I open the app first time, it opens and works great. But if I close the app after 30 ...
Muhammad Hussnain Fareed's user avatar
0 votes
1 answer
71 views

No SHA256 cryptographic timestamp for Visual Studio 2022 VSTO manifests

Visual Studio will not digitally sign a ClickOnce installer for a vb.net Office add-in with a cryptographic timestamp. I need the cryptographic timestamp so that the installer continues to work, ...
Ed3032b's user avatar
0 votes
2 answers
140 views

WPF OneClick application build successful, but Publish fails in Visual Studio 2022

I've been maintaining a desktop WPF application that uses OneClick for several years. I'm currently using Visual Studio 2022. Recently, I've updated the application so that it uses .NET 8 and EF Core....
tkm65's user avatar
  • 1
0 votes
0 answers
14 views

ClickOnce executable build failure

I am using Visual Studio 2022 and publishing a ClickOnce deployment. Visual Studio is all up to date. The project is x86 architecture with 2 interop dlls. The deployment publishes with no issues, and ...
Steve's user avatar
  • 1
-1 votes
1 answer
57 views

ClickOnce Apps Automatically Disable Signing For Debug Builds

I am using VS2022. I am using a DigiCert certificate to Sign the ClickOnce Manifests. When I build for a release, I have to type in a PIN. I'd like to avoid that when debugging. Right now, I have ...
Dan's user avatar
  • 149
0 votes
1 answer
95 views

ClickOnce application compiled with VS 2019 generates an error "File, MyApplication.exe, has a different computed hash than specified in manifest"

I have an old windows application that is deployed usign ClickOnce. When this application project and whole solution containing it is compiled with VS2010 and VS2012 the deployment works well, but if ...
Markku Rintala's user avatar
0 votes
1 answer
53 views

winform gradual publish to clients machine

currently I am using ClickOnce to publish my winform application. Is there a way to also support gradual publish functionality so that I can manage to send updates to certain client machines for ...
fatih's user avatar
  • 15
0 votes
0 answers
11 views

ClickOnce Application via Remote Desktop Application rendering in DPI_unaware mode

Created remote desktop application which calls the clickonce application. Remote desktop application is unable to open in the scale present initially, it always opens with 100% scale even if the ...
user3313779's user avatar

15 30 50 per page
1
2 3 4 5
227