Page 2 of 2

Re: Error in Business Rules

Posted: Wed Jun 01, 2011 8:21 am
by John Morris
The current Select API is not thread-safe. If you're using the API from a WCF hosted service, you will need to include the following attributes on your serivce class.

[ServiceBehavior(CurrencyMode = CurrencyMode.Single, InstanceContextMode =InstanceContextMode.Single)]