The only way I can call my serviced components which I register in COM+ is setting the following options in the class:
[ Transaction(TransactionOption.RequiresNew) ]
[ ObjectPooling(true, 5, 10) ]
Can someone suggest why I need these, or maybe point me in the direction of finding out.
Thank you!
[ Transaction(TransactionOption.RequiresNew) ]
[ ObjectPooling(true, 5, 10) ]
Can someone suggest why I need these, or maybe point me in the direction of finding out.
Thank you!