----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Vinu Message 1 in Discussion Hi all, I have a .NET COM+ component installed. The structure of the same is as follows. I know I need to go into such details,but please bear with me. MTS-> MYcomputer Timeout settings set to 0 Package -->Library Application Enable Authentication --> Unchecked Common Interface Get -->To Retrreive Commit --> To Commit clsDLBase : Inherits Serviced Component <--Implements Common Interface---> <--Manages Connection --> Attributes : TransactionOption --> Required Interface-->Get implements CommonInterface.Commit Interface-->Commit implements CommonInterface.Commit clsDLCust : Inherits clsDLBase Attributes : TransactionOption --> Required Code for Commit method-interface Code for Get method--interface ----- ---- -->MYDL.DLL I have compiled the same and installed in Component explorer NExt I am testing the component in the same machine in which I have installed the component ,hence not been accessing remotely. My query with regard to these is as follows 1. How do I suppress the Base layer class in displaying in the component explorer. I cannot make this Friend since I am inheriting the same other classes 2. My Get method gives me a dataset which I subsequently sent back for Commit 3. Commit basically commits into Two tables 4. As soon as the adapter.Fill method is invoked for table 1 it waits for about 30 secs and throws the following exception Timeout expired - The timeout period elapsed prior to completion of the operation or the server is not responding. I will be grateful if anyone could help me out in this issue Note : My earlier problem regarding accessing MTS object remotely which I have posted earlier to this also remains unsolved. Sorry for nagging ..just that traffic is getting too tough Thanks and Regards Vinod ----------------------------------------------------------- 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]
