Sample Code Fails

Found something wrong ?
Post Reply
~~Adam~~
Posts: 1
Joined: Fri Oct 07, 2016 6:09 am

Sample Code Fails

Post by ~~Adam~~ » Fri Oct 07, 2016 6:14 am

Hi all,

Using Visual Studio 2015 community edition fails to compile the sample code.

Specifically this is the softphone sample.

Severity Code Description Project File Line Suppression State
Error NuGet Package restore failed for project SIPSorcery.SoftPhone: Unable to find version '1.5.1' of package 'SIPSorcery'.
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'SIPSorcery.1.5.1' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'.
https://api.nuget.org/v3/index.json: Package 'SIPSorcery.1.5.1' is not found on source 'https://api.nuget.org/v3/index.json'.
https://www.nuget.org/api/v2/curated-fe ... oftdotnet/: Package 'SIPSorcery.1.5.1' is not found on source 'https://www.nuget.org/api/v2/curated-fe ... oftdotnet/'.
. 0

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Sample Code Fails

Post by Aaron » Fri Oct 07, 2016 10:11 am

I've committed a change so the softphonev2 project uses the latest nuget packages. Should get it compiling for you.

Post Reply