| Thread | Last Post | Replies |
|
| Serviced Component In a Multi-User Environment. | 31 Oct 2003 17:10 GMT | 3 |
I have a few Serviced Components with a Business Object - Business Entity relationship. The Business Object initiates the transaction and is marked as TransactionOption Required and the
|
| Remoting and COM+ | 29 Oct 2003 18:54 GMT | 9 |
Sorry for this post in this group, but maybe somebody has had the same problem. I have a simple VB6 dll registered in COM+, with a hello world public funtion.
|
| Accessing a Com+ Server's instance from various clients ? | 29 Oct 2003 15:31 GMT | 2 |
I want only one instance of a Com+ Server Object running and various clients accessing concurrently the same instance. How can i create this in .Net ? How can i control the access to tha object's data ?
|
| Large object pool causes activation failure | 28 Oct 2003 10:12 GMT | 8 |
here is an interesting thing I would like to share. We are using Framework 1.1. I have about 20 serviced components objects in my COM+ server application, none of them doing heavy stuff on Activate() stage.
|
| COM+ Interop, activated object reference not decrementing | 28 Oct 2003 09:47 GMT | 1 |
I have a VB6 dll that calls a VB.NET COM+ dll. The function call requires passing another VB6 object ByRef. Everything works as expected in the function, but when the original VB6 dll finishes and sets the ByRef object to nothing, there are still activated instances of the ByRef ...
|
| COM+ error | 27 Oct 2003 22:32 GMT | 3 |
When creating data access components that run as serviced COM+ components i ran into a strange problem. What happens? I can call methods of my serviced components without any problems and code executes normally. But for some reason i get following
|
| COM+ User must be an Administrator?? | 27 Oct 2003 20:13 GMT | 7 |
I tried moving my web application from the development to production server. Development is running Windows 2000 Advanced Server, production is running Windows Server 2003. This is what I did to install it (on both Dev and Prod; the steps were identical):
|
| COULD INVOKE A COM+ (CCW - .NET) FROM A CLIENT WITHOUT FRAMEWORK .NET INSTALLET | 27 Oct 2003 15:26 GMT | 1 |
This is my COM+'s code: using System; using System.Text; using System.IO;
|
| Restart of VS.NET demands re-registration of components? | 23 Oct 2003 13:15 GMT | 3 |
I'm developing an ASP.NET application using EnterpriseServices for business and data layer components. Each time I restart VS.NET, I have to delete all components from my COM+ application and reregister them, otherwise I get the following message when I try to start a new debug ...
|
| remote component deployment : strange behaviour | 22 Oct 2003 13:08 GMT | 2 |
Suppose that a client calls a CAO remote component named C1which in turns calls into another component C2 the method signature is just a simple one such as string GetProcessID()
|
| can't pass object as parameter to queued component | 16 Oct 2003 23:05 GMT | 2 |
I'm trying to pass an object as a parameter to a queued component. I know that the class needs to implement the IPersistStream interface, but I'm still having problems. First, I'm defining the IPersistStream interface in my code as follows:
|
| Client Side, User Control "Object Doesn't support this property or method" | 16 Oct 2003 19:53 GMT | 2 |
Hi all. I inherited this code from a contractor. It is a .NET user control that runs on the client side (ie) on machines with the framework installed. I have been mucking around to get it work for a couple of days now, and am growign really frustrated. I need to
|
| Failed Transactional Aborts using Message Queue and SQL Server | 16 Oct 2003 15:55 GMT | 3 |
This is my first post and apologies for the long message. I'm having a nightmare trying to get a ServicedComponent to rollback a transaction that covers the sending of a message to a Message Queue (local or remote) AND the
|
| Invalid Cast during CreateObject | 16 Oct 2003 08:16 GMT | 1 |
We have begun to migrate our applications over to XP.... our components run just fine under 2000... but when we put the code on a XP based machine... and request it talks to a 2000AS based server for it's objects.... we
|
| regsvcs: Access to registry key is denied | 14 Oct 2003 18:48 GMT | 4 |
I have written a simple COM+ server application in VB.NET, following all the guidelines in "Writing Serviced Components" in MSDN. I only access this COM+ application from another .NET application so I did not include extra stuff for COM Interop, etc.
|