-1

i got this problem when i try to install this package Microsoft Azure NotificationHubs in visual studio 2015 enterprise. image 1 image 2

Euj
  • 11
  • 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 Answers2

0

Could you tell me how you install the package? Do you install as the similar steps below?

  1. 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.
  2. In Solution Explorer, right-click the ConsoleNotificationhubs project, and then click Manage NuGet Packages.
  3. In the NuGet Package Manager window, search for Microsoft.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: enter image description here

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).

Community
  • 1
  • 1
Den
  • 16,686
  • 4
  • 47
  • 87