Payload contains two or more files with the same destination path

I have installed the two nuggets packages in my Xamarin Forms Solution for UWP. Works perfectly with Android but I get this error for UWP and can't compile:
If I delete the nugget SfRotator.UWP, the application starts but the rotator is buggy

Severity Code Description Project File Line Suppression State
Error Payload contains two or more files with the same destination path 'Syncfusion.SfRotator.UWP.dll'. Source files: 
C:\Users\***\.nuget\packages\syncfusion.sfrotator.uwp\16.3.0.21\lib\uap10.0\Syncfusion.SfRotator.UWP.dll
C:\Users\***\.nuget\packages\syncfusion.xamarin.sfrotator\16.3.0.21\lib\uap10.0\Syncfusion.SfRotator.UWP.dll


1 Reply

PA Paul Anderson S Syncfusion Team September 24, 2018 04:20 AM UTC

Hi Jean, 
  
Greetings from Syncfusion. 
  
Regarding the SfRotator issue, For using SfRotator we have to install only the NuGet "Syncfusion.Xamarin.SfRotator". It seems that you are having both the below NuGet. 
  
Syncfusion.Xamarin.SfRotator 
Syncfusion.SfRotator.UWP 
  
Can you please uninstall the Syncfusion.SfRotator.UWP Nuget from the project and also delete the package from the .nuget cache [C:\Users\paulanderson\.nuget\packages]. 
  
  
Please let us know if you still face any issue. 
  
Regards, 
Paul Anderson 


Loader.
Up arrow icon