I downloaded Aspose_Pdf_Cloud-master and opened the .NET solution. The AsposePDF reference for Aspose.Storage-Cloud, Microsoft.CSharp, Newtonsoft.Json, System.Core, System.Data.DataSetExtensions and System.Xml.Linq are not connected.
The PDFTest references for Aspose.Storage-Cloud and Newtonsoft.Json are not connected.
------------------
April 12, 2016
I opened the project and opened the properties for AsposePDF. Under Application I changed the services to .NET Framework 4.5, so that the Microsoft.CSharp reference will be connected.
I followed the instructions:
Or In Microsoft Visual Studio -> “Tools” -> “NuGet Package Manager” -> “Manage NuGet Packages for Solution” Search “Aspose.Pdf-Cloud” and then Press “Install”
+++++++++++
Now I get an error in AsposePDF on line 193 of ApiInvoker.cs:
Error CS0121 The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.Where(System.Collections.Generic.IEnumerable, System.Func)' and 'System.Linq.Enumerable.Where(System.Collections.Generic.IEnumerable, System.Func)'
------------------------------------