You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/desktop/modernize/xaml-islands/host-custom-control-with-xaml-islands-cpp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ You can package the app in an [MSIX package](/windows/msix) for deployment. MSIX
311
311
3. For info about distributing/deploying the package, see [Manage your MSIX deployment](/windows/msix/desktop/managing-your-msix-deployment-overview).
312
312
313
313
> [!NOTE]
314
-
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
314
+
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
Copy file name to clipboardExpand all lines: hub/apps/desktop/modernize/xaml-islands/host-custom-control-with-xaml-islands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ You can optionally package the WPF app in an [MSIX package](/windows/msix) for d
315
315
The following instructions show you how to package the all the components in the solution in an MSIX package by using the [Windows Application Packaging Project](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net) in Visual Studio 2019. These steps are necessary only if you want to package the WPF app in an MSIX package.
316
316
317
317
> [!NOTE]
318
-
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) installed.
318
+
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
319
319
320
320
1. Add a new [Windows Application Packaging Project](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net) to your solution. As you create the project, select the same **Target version** and **Minimum version** as you selected for the UWP project.
Copy file name to clipboardExpand all lines: hub/apps/desktop/modernize/xaml-islands/xaml-islands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The way you use XAML Islands depends on your application type and the types of W
32
32
XAML Islands have these run time requirements:
33
33
34
34
* Windows 10, version 1903, or a later release.
35
-
* If your application is not packaged in an [MSIX package](/windows/msix) for deployment, the computer must have the [Visual C++ Runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
35
+
* If your application is not packaged in an [MSIX package](/windows/msix) for deployment, the computer must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/preview-experimental-create-winui3-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ To create a WinUI desktop app with C# using Windows App SDK 1.0 Preview 3:
296
296
297
297
3. Install the [Windows App SDK runtime and MSIX packages](downloads.md). These are required to run and deploy your app.
298
298
299
-
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-3-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
299
+
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
300
300
301
301
5. Add the following property to your project file—either your `.csproj` (C#) or `.vcxproj` (C++) file:
302
302
@@ -361,7 +361,7 @@ To create a WinUI desktop app with C++ using Windows App SDK 1.0 Preview 3:
361
361
362
362
3. Install the [Windows App SDK runtime and MSIX packages](downloads.md). These are required to run and deploy your app.
363
363
364
-
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-3-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
364
+
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
365
365
366
366
5. Install the [Microsoft Visual C++ Redistributable (VCRedist)](/cpp/windows/latest-supported-vc-redist) for the appropriate architecture
367
367
@@ -372,7 +372,7 @@ To create a WinUI desktop app with C++ using Windows App SDK 1.0 Preview 3:
372
372
> [!NOTE]
373
373
> If you do not have the VCRedist installed on a target device, then dynamic links to c:\windows\system32\vcruntime140.dll will fail, which can manifest to end users in many ways.
374
374
375
-
6. [Create a new app](#instructions-for-winui-3-packaged-desktop-apps) using the "Blank App, Packaged (WinUI in Desktop)" project template. Starting with a packaged app is required to use XAML diagnostics.
375
+
6. [Create a new app](#instructions-for-winui-packaged-desktop-apps) using the "Blank App, Packaged (WinUI in Desktop)" project template. Starting with a packaged app is required to use XAML diagnostics.
0 commit comments