Error in Business Rules

Discussions related to writing and managing custom business rules.

Moderator: Phil Barton

John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Error in Business Rules

Post 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)]
John Morris
Sr. Software Architect
SoftPro
Post Reply