|
Could not load class from System.EnterpriseServices.TransactionOption (token 0x010000db) in /usr/lib/mono/gac/System.Web.Services/1.0.5000.0__b03f5f7f11d50a3a/System.Web.Services ...
|
|
There are two ctor's for TransactionAttribute, one that defaults to Required and one that takes System.EnterpriseServices.TransactionOption as parameter.
|
|
... System.EnterpriseServices.TransactionOption transactionOption ); public WebMethodAttribute ( boolean enableSession , System.EnterpriseServices.TransactionOption ...
|
|
... order requires a distributed transaction /// so the Order class derives from ServicedComponents /// [Transaction(System.EnterpriseServices.TransactionOption ...
|
|
This means that both System.EnterpriseServices.TransactionOption.RequiresNew and System.EnterpriseServices.TransactionOption.Required will have the same effect, causing the web ...
|
|
publi WebMethodAttribute (); publi WebMethodAttribute ( boolean enableSession ); publi WebMethodAttribute ( boolean enableSession, System.EnterpriseServices.TransactionOption ...
|
|
publi WebMethodAttribute (); publi WebMethodAttribute ( boolean enableSession ); publi WebMethodAttribute ( boolean enableSession, System.EnterpriseServices.TransactionOption ...
|
|
System.EnterpriseServices.Transaction(System.EnterpriseServices.TransactionOption.Required)] public class MyServicedComponent : System.EnterpriseServices.ServicedComponent
|
|
This means that both System.EnterpriseServices.TransactionOption.RequiresNew and System.EnterpriseServices.TransactionOption.Required will have the same effect, causing the web ...
|