Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi ,
I am faceing some problem in paypal integration in asp.net ,
Problem is :
C#
The type 'PayPal.BasePayPalService' is defined in an assembly that is not referenced. You must add a reference to assembly 'PayPalCoreSDK, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null'.


What I have tried:

Update PayPalAdaptivePaymentsSDK.dll and PayPalCoreSDK.dll by nuget package
Posted
Comments
CHill60 25-May-16 14:37pm    
You need to check the References section of your project. Add a reference to assembly "PayPalCoreSDK"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900