| Thread | Last Post | Replies |
|
| Why is New() being called on each request? | 31 Mar 2004 13:43 GMT | 2 |
I have a com+ serviced component that I have created and each time a request is made to the object it calls the new method on each request can someone advise why this is happening ? Thanks
|
| Enlist Transaction | 31 Mar 2004 11:59 GMT | 1 |
Hello Alll I have and interface with two methods Save() and Load(). A Base class implements the interface and inherits ServicedComponent. I only want the save to be enlist as a transaction. Is there an attribute or another
|
| Cannot find the assembly xxx | 30 Mar 2004 17:02 GMT | 2 |
Hi, I have a .NET DLL that runs in a COM+ application on a W2K server. I have no trouble calling this DLL until I change a parameter for a class instead of a base .NET type. Then i receive the "Cannot find assembly xxx" error.
|
| Communication between Web Services, Windows Services and Remoting | 27 Mar 2004 05:37 GMT | 1 |
I have an XML web service that can be customized by customers. The goal is this... A process must run *somewhere* that acts as an interface between the web service and some foreign system. Whatever that foreign system is
|
| Distributed Transaction Completed on second call? | 26 Mar 2004 22:43 GMT | 4 |
Situation: ASP.Net function has an object (an external class; don't know if you'd call it a "COM" object anymore), and this object calls a COM+ object to update a database. Sometimes, the web page will attempt to call a particular method
|
| serviced components and forms authentication = frustration :( | 26 Mar 2004 16:51 GMT | 1 |
I'm in desperate need of help here, I'm about to pull my hair out over this one. I wrote a serviced component in C#, which basically just performs System.IO operations like File.Exists, Directory.Exists, etc. The reason I wrote this
|
| CLB and .Net Serviced Components | 25 Mar 2004 22:28 GMT | 2 |
Will CLB work with ServicedComponents? If so, are there any special considerations? Any direction would be appreciated. TIA, K. Zeronik
|
| Library applications and asp.net | 24 Mar 2004 15:12 GMT | 2 |
I read the following article about COM+ and .NET: (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotn et/html/entserv.asp) I have a question about this excerpt:
|
| COM+ constructor question | 23 Mar 2004 20:36 GMT | 1 |
I am very new to COM+ and I am struggling with something that I think is not possible. What I want to do is have a COM+ component that will have a constructor that will take in TWO parameters. I know it is possible for a COM+ component to have constructor that will accept ONE ...
|
| Server application vs. Library application | 23 Mar 2004 20:15 GMT | 1 |
Can someone point me to where I can understand the differences between Server app. and Library app. in COM+ ? In addition, what needs to be considered when selecting between these app. types?
|
| Error registering serviced component | 23 Mar 2004 10:46 GMT | 1 |
We are seeing the following error while trying to register a serviced component: regsvcs mydll.dll An unknown exception occurred during installation: 1: System.Runtime.Serialization.SerializationException -
|
| Find OS installed partition | 21 Mar 2004 09:52 GMT | 1 |
I am developing a dll in C#. This has to find the root directory(partition) in which the currently running Operating System is installed. Is there a way to do it and how Thanks in advance Arr S
|
| Error with DTC in BizTAlk | 20 Mar 2004 13:41 GMT | 1 |
I got the following error. I have tried various setting but nothing works. The network clients for the Distributed Transaction Coordinator (DTC) Network must have the remote clients/transactions option enabled. The partner transaction manager has disabled its support for ...
|
| Cannot access MSTDC iv a Snap-In | 19 Mar 2004 02:27 GMT | 1 |
I go to the Component Services snap-in, then onto Computers.. Where I right-click and it supposed to show me the properties menu item. (NOT). When I go to the transaction list it gives the error "cannot talk with the MSDTC on My Computer Pls help. thx
|
| GAC and COM+ Question | 18 Mar 2004 18:27 GMT | 1 |
OK, I have a VB.NET Component that is COM Interopped so it can be called from a VB6 COM+ DLL. I have a setup project that places my .NET DLL into the GAC and registers it. It also registers the associated type library (which
|