How to fix The new version of application cannot be downloaded. Please check your network connection ,or try again later

Salim Njopeka 0 Reputation points
2023-04-26T08:28:55.44+00:00

I have tried to deploy my application using clickonce everything went okay in deployment the next step i wanted to update my application programmatically but when i press the button it gives me that message above in dialog box

.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,303 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
9,460 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jiale Xue - MSFT 13,421 Reputation points Microsoft Vendor
    2023-04-27T07:47:30.52+00:00

    Hi @Salim Njopeka ,

    The error is due to DeploymentDownloadException.

    According to the Troubleshooting Errors Documentation: ClickOnce cannot Establish a network connection to the server. Examine the server's availability and the state of your network.

    Your target update address is not available.

    Best Regards,

    Jiale


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments