i got this problem when i try to install this package Microsoft Azure NotificationHubs in visual studio 2015 enterprise. image 1 image 2
Asked
Active
Viewed 479 times
-1
-
Seriously: https://azure.microsoft.com/en-in/documentation/articles/notification-hubs-windows-store-dotnet-get-started/ – Brendan Green Feb 11 '16 at 23:38
2 Answers
0
Could you tell me how you install the package? Do you install as the similar steps below?
- In Visual Studio, add a new Visual C# Windows Classic Desktop project to the current solution using the Console Application project template. Name the project
ConsoleNotificationhubs
. - In Solution Explorer, right-click the
ConsoleNotificationhubs
project, and then clickManage NuGet Packages
. - In the
NuGet Package Manager
window, search forMicrosoft.Azure.NotificationHubs
, click Install, and accept the terms of use.
Please note that this package requires .Net Framework 4.5 Full Profile.
If you install successfully, you will get the information like this:

Lily_user4045
- 795
- 4
- 11
0
It looks like you are trying to install the Azure Notification Hubs package in a UAP app. You don't need to do it.
Just configure the notification channel per the doc referenced in the comments (cc: Brendan Green).