| Call a .NET component from an ASP page (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| I have a C# dll in my application server & is not a part of COM & I want my ASP page on the IIS server to call it. How do I go about doing it? Thanks, From: Nikhil Sarathi Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id Zms425EngUi0gKvLE VTvw /Id |
|
| COM+ application hangs with transactions (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Hi all, I'm having a strange problem whith an application I'm developing using COM Components. This is the situation: COM Application 1 with components: COM1A (Transaction: Supported) COM1B (Transaction: Required) I've set transaction timeout to no expire COM1C (Compensator resource manager) COM Application 2 with components: COM2A (Transaction: supported) My front end application calls COM Applic... |
|
| COM+ transactionOption performance (4 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| i have a component (say Debit) that will be invoked by a parent component (say Transfer, using "requires new" transaction option). my question is; If I set Debit component transaction option to "required" or "supported", is there any significance in performance? which is much recommended, since both transaction option will extend the transaction stream of the debit component from transfer componen... |
|
| Security - Best Encryption Tool (15 replies) |
| microsoft.public.dotnet.framework.component_services |
| Hi I need to store the credit card information in my database. I have been looking for some third party tools which could provide encryption for credit card numbers. The help I need is: a) What is the most secure encryption tool that can be used to store credit card information? b) Any tool which implements AES and does not expect a private key to be supplied as shown in the sample application pro... |
|
| How to create and use a Transaction Broker (6 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Greetings, I am trying to create a Transaction Broker component that can be instantiated to "setup" a new transaction. Once the TransBroker establishes a new transaction, I would like to call my other serviced components and have them enlist in the transaction of the TransBroker. This is proving to be difficult as I cannot find the correct way to instantiate the "other" components within the conte... |
|
| can any one tell me why the ServicedComponent be marked as ? (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| ? Thanks. Lostinet (MS .NET MVP) lostinetweb@hotmail.com Need MessageBox,ComboBox,DatePicker,PasswordBox,TreeView,ASP.Net RPC ? http://www.lostinet.com/ |
|
| SerializationException - Cannot find the assembly (6 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| I'm trying to pass a class as a parameter to a method on a transactional component and I keep getting this error: An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in system.enterpriseservices.dll Additional information: Cannot find the assembly WPInterface, Version ... The assembly it supposedly cannot find contains the class I am trying to pass as a pa... |
|
| 2 COM+ componants that participate in the same distributed transaction (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Hello every body I have two differents COM componants inheriting from rhe servicedcomponent class with ActivationOption server. The first server COM compoent updates a database "Bank1" the second server Com component updates a second database named "Bank2" The two components are set with the attribute [ Transaction.required] I want that the two components participate in the same distributed transa... |
|
| ServicedComponent and SuppressFinalize (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| All Normally, if an object has a "finalize" method, its good practice to implement "IDispose" and call GC.SuppressFinalize. Does this hold true when "Dispose" is called on a serviced component? Your thoughts are appreciated. Ice |
|
| 0x8004d00e and Distributed Transaction Enlistment (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| I'm using the Microsoft .NET Framework 1.1 on Windows 2003 Server, Enterprise Edition and am seeing the following exception: "System.Runtime.InteropServices.COMException (0x8004D00E): The transaction has already been implicitly or explicitly committed or aborted." Here are a few data points: [0] The target server is running Windows 2003 Server and SQL Server 2000 Enterprise Edition. [1] The client... |
|
| Error handling in Serviced Components (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Hi all, I am having a problem figuring out error handling with my serviced component. I am reading data from the database and I get deadlock errors. To solve deadlock, i catch that error and resubmit it and i get following error: "Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction." Any idea what i can do here? it seems like that the transact... |
|
| How to create COM+ object which use .NET EnterpriceServices on remote machine? (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| How to create COM object which use .NET EnterpriceServices on remote machine? I use on remote machine: object comObject; comObject Activator.CreateInstance(Type.GetTypeFromCLSID(classGiud,remoteMachineName)) ; classGuid GUID of class which inherits from serviced component. After execution this expression, It shows error like this: "Could not find server.dll assembly." Before I have been installed ... |
|
| Reuse the same serviced components (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| Hi , Currently i have an existing application that using an admin serviced component, I would like to use the same serviced component in another application.How should i go about doing it??Both apps reside on the same machine. Thanks. Regards, Cindy See Newsgroups brought to you courtesy of www.dotnetjohn.com |
|
| COM + and the correct App.CONFIG file? (4 replies) |
| microsoft.public.dotnet.framework.component_services |
| Hello, When I place my components in COM (in Server mode), they fail to pick up and read the APP.CONFIG file. Of course, when the apps run in the memory process of the client, all is well an dandy as the DB settings are picked up just fine using : ConfigurationSettings.AppSettings["SQLConn"] So the question is, just how do you get your COM components to read the *.CONFIG file, and where do you pla... |
|