Hi Sriram,
Thanks for your patience.
This is the common problem in Visual studio 2015 version when installing the dependent NuGet packages the first one is installed properly after that we are getting the same issue. So, could you please follow below steps to avoid the mentioned problem at your end.
· Clear all the NuGet caches by following the below steps.
o Download the latest nuget.exe file from here.
o Navigate the directory of the downloaded exe in command window and run the following command
OS |
Command |
Windows |
nuget locals all -clear |
MAC |
mono nuget.exe locals all -clear |
· Install the latest NuGet Tools for VS 2015.
o Close all the instances of Visual Studio
o To ensure the latest version installed properly,
§ Open Visual Studio
§ Go to Tools à Extension and Updates…
§ In that opened dialog, search “nuget” and ensure the latest version 3.6 installed properly like the below screenshot.
· Now, try to install the Syncfusion Reporting packages as like we discussed in the below getting started link.
Please let us know if you need any clarification.
Regards,
Vinoth S.