Microsoft Azure NotificationHubs Installation failed - azure

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

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 click Manage NuGet Packages.
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:

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

Related

How to create nuget package for xamarin.ios

I have created a Xamarin.iOS UI component without core project, only a Xamarin.iOS project, and I would like to package it with nuget which I can use across several projects. But I can't handle it.
I'm looking for proper steps for creating a Nuget Package based on my Xamarin solution.
The only thing I found is this command line nuget pack your.nuspec.
Obviously I'm on mac.
Thank's
Anthony;
Easiest way to make a nuget for ios - Visual studio for Mac.
Open project settings in ios settings page and enable "create package when building the project".
Then go to the Metadata and fill it. After that choose release mode and build, and finally check output directory(yourprojectname/bin/release).

Visual Studio publish to azure existing apps error

Getting this error when I select a "publish target" in VS 2015 update 3. Had a look for a while online but didn't see anything, so any help would be appreciated if you could point me in the right direction.
An error has occurred while processing the request: Method 'StopRemoteProfiler' in type 'Microsoft.VisualStudio.Web.WindowsAzure.AzureWebSite' from assembly 'Microsoft.VisualStudio.Web.WindowsAzure.Impl, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' does not have implementation
I updated to the to Azure sdk 2.9.6 last night because of a different issue but related where there was no error, but no existing apps were listed.
I can confirm that this works on my work computer and I have existing apps on Azure, but not working on my home computer.
I am a bit loath to uninstall and reinstall VS, so any help would be appreciated. Of course, if the only solution is to reset, then so be it.
Thanks,
Jarrod
I faced the same problem. This is what worked for me.
I updated the "Microsoft .NET Core 1.0.1 - VS 2015 Tooling Preview 2" by going to Menu -> Tools -> Extensions and Updates -> Updates -> Visual Studio Gallery. It shows all the available updates for your version of studio. Select the component to update. It should download a file named "DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe" or something similar. When you run this file, if you have the software already installed then select the repair option. It will ask you to close any running instances of Visual Studio, also make sure you have internet connection.
Also if you are using Web Deploy to publish your app make sure you have Microsoft Web Deploy v3 or higher installed or you will get error. You can do it using Microsoft Web Platform Installer.
Hope it helps.

Unable to install Azure SDK 2.6 for VS2013 using Web Platform Installer

I am trying to install Azure SDK 2.6 for Visual Studio 2013. I tried downloading the Web Platform Installer from the archive page this . Here is the link. However each time I try to open the installer I am getting the following error - "Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding your feed with a different feed.".
A strange issue is that if I try to upgrade the Azure project from Visual Studio (2013), it's giving me an option to download Web Platform Installer to download SDK 2.6, but that Web Platform Installer is showing the options only for SDK v2.8.Is Azure SDK 2.6 retired? Or is there a workaround to install SDK 2.6?
Go to the URL link below, click on the Download button and you should be able to get the components for Azure SDK 2.6
Microsoft Azure SDK for .NET - 2.6
you should still be able to install Azure SDK 2.6 for Visual Studio 2013 from Web Platform Installer (WPI) as shown below.

WAAD Tools for ASP.NET - Exception

After installing Windows Azure Active Directory Tools for ASP.NET, I receive an exception after opening a web project in VS2012'; and, the Enable Windows Azure Authentication option does not appear in my Project menu so I am unable to use the feature. Uninstalling / reinstalling / rebooting has not helped. This is on Windows 8. Any tips or advice would be greatly appreciated.
David, what tools do you mean? The "Identity And Access Tools" or something else? Because the latest and recommended version of the tooling for WAAD (targeting VS2012) is the Identity and Access Tools And there is no more "Enable Azure authentication", there is menu item "Identity and Access" where you can configure either ACS or WAAD. And these tooling only work for .NET 4.5 projects. Hope this helps.
The exception for web project comes from another source. What worked for me (for the web projects) was:
Manually remove the NuGet Package Manager from Visual Studio.
Close All instance of Visual Studio
Manually install the latest version of NuGet Package manager
now Web Project shall be fine
Let me know if this works for you.

Trouble downloading Windows Azure SDK 1.4

I am trying to download the Windows Azure SDK 1.4.
The Web Platform Installer pops up, and I choose "add" for "Windows Azure Tools for Microsoft Visual Studio 2010 - August 2011". I click "accept" to the terms, and the installer downloads and tries to install the sdk.
I then get a message: "We're sorry. The following products have failed to install.", then lists everything I tried to download. It says that "this product cannot be installed because product that it depends on did not install successfully."
Download log available here.
Any idea what the problem could be?
I had a similar issue.
To get around it I started uninstalling the previous versions of everything it was trying to install. The installer worked after I'd unistalled the Visual Studio tool kit and the Azure SDK.
Fortunately when you rerun the WPI it doesn't try to re-download the files.
Try to download the msi without the platform installer to skip the dependencies.
http://www.microsoft.com/en-us/download/details.aspx?id=28045

Resources