Skip to content

Commit acf6cbd

Browse files
Merge pull request #14359 from MicrosoftDocs/ghogen-patch-925242
Revise MSB3189 documentation date and add description
2 parents 2cbd2ee + 1bc5ba4 commit acf6cbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/msbuild/errors/msb3189.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3189 diagnostic code"
33
description: Learn about the possible causes of the MSB3189 build error, and get troubleshooting tips.
4-
ms.date: 05/16/2025
4+
ms.date: 9/29/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3189
@@ -32,6 +32,9 @@ This article describes the MSB3189 error code.
3232
<!-- MSB3189: The update location for this application is a local path. -->
3333

3434
<!-- :::editable-content name="postOutputDescription"::: -->
35+
## Description
36+
37+
This error is given when the ClickOnce **Install location** is not in one of the supported formats. The string must be a fully qualified URL or UNC (Universal Naming Convention) path, for example, "http://www.contoso.com/myapplication" or "\\server\myapplication." Local paths and mapped network drives are not supported. In the **Publish** wizard, the relevant path is specified on the **Install location** page, which also appears on the **Publish** tab after you run the wizard to create a publish profile. In the `.pubxml` file, the element is `InstallUrl`. See [Specify ClickOnce Publish properties](../../deployment/how-to-specify-where-visual-studio-copies-the-files.md).
3538
<!--
3639
{StrBegin="MSB3189: "}
3740
-->

0 commit comments

Comments
 (0)