| Thread | Last Post | Replies |
|
| COM+ Client without Exported Proxy | 26 Jan 2006 22:46 GMT | 2 |
I would like to know whether it is possible to create ad-hoc connections to a COM+ Server without needing to install a corresponding proxy first. Basically, I am already doing this (C#): guid = new Guid("XXXXXX-XXXXX-XXXX-XXX-etc");
|
| Why can't I register a serviced component in the COM+ Catalog | 26 Jan 2006 01:56 GMT | 1 |
I am am trying to register my DLL in the COM+ Catalog. To do this I am taking the manual approach and using the regsvcs.exe tool provided with the .net framwork. However when I regiser the dll it comes back that I have derived classes found in the assembly and won't register, ...
|
| Error "COM Surrogate encountered a problem..." .NET / VB6 in | 23 Jan 2006 10:15 GMT | 2 |
A multithreaded VB.NET Windows Service uses a FilesystemWatcher in each thread. The FilesystemWatcher event handler calls a VB6 COM+ component "MEDAMBusiness.CMilDispatch".
|
| Serviced components and database connections... | 20 Jan 2006 15:38 GMT | 4 |
A serviced component with transaction attribute Required connects to SQL Server via an inline coded connection string and does some work in the database. It also creates and calls another component with transaction Required (so joins the current txn) that does work in the same or ...
|
| LCE in .NET Not Working | 13 Jan 2006 18:46 GMT | 1 |
I'm trying to do the simplest thing possible using Loosely Coupled Events (LCE) and having no luck whatsoever. I'm following the example at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conlooselycoupledevents.asp, which is similar to countless ...
|
| COM+ transactions, ODBC and Firebird | 10 Jan 2006 16:12 GMT | 2 |
I'm writing a COM+ component that takes advantage of COM+ automatic transactions. I'm using classes in the System.Data.Odbc namespace to connect to a Firebird 1.5 database. The problem is, transactions don't seem to roll back properly when an
|