Jaycee Evangelista
Jaycee Evangelista

Reputation: 1127

Xamarin.Forms: Failed to retrieve infortmation from remote source

Good Day Guys. I'm currently doing a Xamarin.Forms (Portable) Application. And I want to update my Xamarin.Forms Nuget Package to the latest version. From Version 2.3.0.49 to 2.3.0.107

However, when I tried to install it, I got this error saying

Failed to retrieve infortmation from remote source 'http://nuget.syncfusion.com/xamarin/FindPackagesById()?id='Xamarin.Forms'.

I checked all my packages and there's no Syncfusion installed.

What do you think is the reason behind this?

Thanks a lot.

Upvotes: 1

Views: 1918

Answers (1)

Gerald Versluis
Gerald Versluis

Reputation: 34013

If you are using Xamarin Studio, click the Xamarin Studio menu and then Preferences. Find the NuGet node and click the Sources node.

Sources node

The source like in the image should be present. If there is a SyncFusion one and you're not using it, you can remove it if you like.

If you're using Visual Studio (2015) go to Tools, Options and then enter NuGet in the search box. Now click the Package Sources and also ensure that the official NuGet feed is in there. You can uncheck other sources to see if that helps instead of deleting them.

Visual Studio NuGet sources

Upvotes: 4

Related Questions