Skip to content

Commit bae0bdc

Browse files
committed
Revisions
1 parent 69f202e commit bae0bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/develop/notifications/push-notifications/push-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Once you have your Azure AppId, ObjectId, and secret, you can add those credenti
8989

9090
### Step 1: Add Windows App SDK and required NuGet packages
9191

92-
Next, right click on the Solution Explorer and select **Manage NuGet Packages**.
92+
Next, right-click on the solution in the Solution Explorer and select **Manage NuGet Packages**.
9393

9494
In the Package Manager, add the following packages:
9595
* Microsoft.WindowsAppSDK (minimum version 1.1.0)
@@ -122,7 +122,7 @@ Next, add the namespace for Windows App SDK push notifications `Microsoft.Window
122122
using namespace winrt::Microsoft::Windows::PushNotifications;
123123
```
124124
125-
If you get a "Can't find Microsoft.Windows.PushNotifications" error, that likely means the header files haven't been generated. Build the app without the namespaces first (keep the includes without an error), then try adding them in again.
125+
If you get a "Can't find Microsoft.Windows.PushNotifications" error, that likely means the header files have not been generated. To resolve, ensure you have the packages above installed, comment out the include and using statements causing the error, and rebuild the application to generate the header files. Once the build succeeds, uncomment the include and using statements and rebuild the project. This should resolve the error.
126126
127127
### Step 3: Add your COM activator to your app's manifest
128128

0 commit comments

Comments
 (0)