Note that there are some explanatory texts on larger screens.

plurals
  1. USHOCA
    primarykey
    data
    text
    plurals
    1. COI've had less than stellar experience integrating PayPal direct payment in our c# MVC3 application a couple years back due to their lack of documentation and an outdated c# SDK. Ultimately, I had success manually creating a `HttpWebRequest` that POSTs an HTML form with the appropriate form values in the content. I'd be happy to post the details if you're interested. However, uninstalling the nuget packages (RestApiSDK and PayPalCoreSDK), restarting Visual Studio and re-installing the nuget packages seemed to resolve this error (from this [answer](http://stackoverflow.com/a/19504323/143008)).
      singulars
    2. COThanks for the answer! We did run the Best Practice Analyzer and installed the hotfixes. At this point we think the fix is reducing the amount of RAM in the cache hosts to 16GB (see answer for details). We'll definitely, add the retry and sharding logic to our cache provider - thanks for the great ideas. Integrating/scaling AppFabric Caching has definitely been a frustrating experience, maybe we should look at couchbase instead ;p
      singulars
    3. CO@Slauma: Have you tried adding using System.Data.Entity; to the Class that contains the UpdateOrderDetails() method? This fixed a similar issue I was having, where the Include() method would not take a lambda expression (ie only works with a string containing the name of the navigation property.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload