MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
60 stars 114 forks source link

Applications node not available under Packaging Project #240

Closed docfresh closed 3 years ago

docfresh commented 3 years ago

In this URL, under step 4, the "Applications" node is not visible when creating a new Windows Application Packaging Project: https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-packaging-dot-net

Visual Studio 16.10.0 .NET 5

image

Attempting to build the project yields this error: "Project must have a reference to an application. Please add a reference under the 'Applications' node in the Solution Explorer."

However, this node does not exist.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

edwardskrod commented 3 years ago

In 16.10, we added a "Dependencies" Node to the Windows Application Packaging Project. The "Applications" Node is now a sub-node under the "Dependencies" Node.

ApplicationsNode

edwardskrod commented 3 years ago

The documentation for this change can be found in the Visual Studio 16.10 Release Notes: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#WAPAnchor

docfresh commented 3 years ago

It is not under Dependencies either. image

edwardskrod commented 3 years ago

You'd have to add a Project Reference by right-clicking the Dependencies Node and click "Add Project Reference." Add the project reference to the xns6 project. The Applications Node should appear and should have the reference to the project.

docfresh commented 3 years ago

Thank you for the assistance. It appears step 4 will need to be updated in the linked documentation.

edwardskrod commented 3 years ago

You're very welcome. Docs team, please let me know if there's anything you need from me.

samiranshah-zz commented 3 years ago

Thanks @docfresh for bringing this up. Thanks @edwardskrod for your help. Here is a PR to update our documentation https://github.com/MicrosoftDocs/msix-pr/pull/704

samiranshah-zz commented 3 years ago

Closing this issue. Please reopen if required.

Zainab-Git commented 11 months ago

You'd have to add a Project Reference by right-clicking the Dependencies Node and click "Add Project Reference." Add the project reference to the xns6 project. The Applications Node should appear and should have the reference to the project. When Add Project Reference this error occured: Screenshot 2023-11-22 164212