----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion Muthu: If your transaction has two or morethan one call, if second or any of the call fails, and the whole transaction fails. The catch statement handles notification of the transaction failure from Try block, and you will receive the above error message. and see how you can resolve this issue by using following steps: 1. Make sure that any project that uses COM+ services has a strong name. 2. Any class that uses COM+ services must inherit from the serviced component. The serviced component is located in the System.EnterpriseServices namespace. 3. While debugging, a transaction may time out before it is committed or aborted. To avoid a timeout, use a timeout property on the transaction attribute. In the following example, the associated method has 1,200 seconds to complete any transaction before it times out: [Transaction(TransactionOption.Required,timeout:=1200)] Please have a look at the following URL, http://support.microsoft.com/default.aspx?scid=kb;en-us;816141 which will help you to step-by-step procedure to use COM+ transactions in C# Thanx, Smith http://spaces.msn.com/members/johnysmith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
