| Thread | Last Post | Replies |
|
| COM+ Queued Component & Win 2003 | 30 Sep 2003 15:32 GMT | 2 |
I have a logging service (in C#) that runs as a COM+ queued component. The clients that invoke this component can be on the same or different machine. This was working fine in Win 2K but doesn't on Win 2003. Here is what I have done:
|
| COM+ problems when going from VS 2002 -> 2003 | 28 Sep 2003 04:18 GMT | 3 |
After upgrading to VS 2003 I cannot get a simple COM+ serviced component (VB.NET) to work on my test server (W2K SP4). On my development machine (XP Pro) it works just fine and if I use the same code in VS 2002 it works fine on the server.
|
| [HELP!] Calling a COM+ .NET app through an application proxy without the client having .NET framework installed... | 24 Sep 2003 13:43 GMT | 3 |
Is it possible to for a client (VB6) to call a .NET COM+ app through an application proxy without the framework installed on the client? If not ..WHY? Any thoughts are welcomed..
|
| Intsalling COM+ application problem | 18 Sep 2003 21:24 GMT | 1 |
I have a problem with COM+ app on WinXP Pro SP1 platform. I have installed .NET 1.1, build sample C# COM+ application. When i run RegSvcs.exe <myapp> i have an error - "Unable to open COM+ 1.0 catalog to configure components"
|
| Serviced Components | 18 Sep 2003 09:49 GMT | 2 |
I'm a little confused with all the fuss on writing COM+ components using ServicedCoponents in .NET I'd like to develop my business components and deploy them to COM+. Thus, I can gain from COM+ services such as transactions, object pooling,
|
| Clustering Remoting Server | 18 Sep 2003 08:59 GMT | 1 |
Hello Geeks, Consider the following architecture: ------------------------------------ (Firewall) Web Server (IIS)
|
| Serialization | 18 Sep 2003 08:37 GMT | 5 |
I have a class running in COM+ in a library package, and it works great. But when I change it to a server package, I get this message: System.Runtime.Serialization.SerializationException: The type se.cybercom.cybermate.cs.Delegations.Biz.DlgsTx+Regional in Assembly
|
| Multithreading concurrency with Interop | 09 Sep 2003 16:16 GMT | 14 |
Hey all. I've got a legacy COM dll that I'd like to use in my multithreaded C# app. Problem though is when I create several instances of the interop object and start them on their own threads they always seem to run
|
| Transaction Aborts | 08 Sep 2003 18:35 GMT | 2 |
We have a software that uses Transactions and SQL server. The SQL Server machine is a Win2K machine and is not part of this domain is a stand alone machine. When we run our software and we try to call functions that have Transactions enabled and connecting to SQL Server we get the ...
|
| COM+ Activation failed | 06 Sep 2003 21:00 GMT | 2 |
I have the code enclosed. It runs fine on Win2k and XP and win2K Server but on Win3K Server we get the following error. "COM+ Activation failed because the activation could not be completed in the specified amount of time"
|
| Error in accessing COM+ Application Components from ASP | 05 Sep 2003 15:01 GMT | 2 |
I have developed 3-tier application, in which Front-end is ASP, Middle-tier is VB ActiveX Dll, and Back-end is SQL Server 2000. I am using Fitch & Mather Stocks: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfmstock/h
|