| Thread | Last Post | Replies |
|
| changing dll in com+ application | 03 Dec 2003 20:33 GMT | 3 |
I've inherited an application written in c#. Everything works fine at the moment. However I need to make dome changes and here is where I meet my problem. The application is referencing a dll, which is a com+ application (a SLQ server proxy). If I build the solution as is, it ...
|
| Updater Application Block | 03 Dec 2003 03:11 GMT | 3 |
We are planning to migrate our vb6 components (published in com+) to vb.net dll. Front end (vb6) will remain the same. The main reason for migrating only com components (published in com+) is this...,
|
| EnterpriseServices On Remoting Client? | 02 Dec 2003 23:13 GMT | 1 |
Tell me I'm missing something here. I have an HTTP Remoting client and server. The server is made up of a Win32 Service, an actual port-listener server object, a worker object (Remoted), and a ServicedComponent. The call chain is
|
| Returning a value from a serviced component | 02 Dec 2003 19:12 GMT | 1 |
I have .Net class that is registrered correctly with COM+. I can get a valid object from the class and I can call methods on the object. But I want to return a value from the method,
|
| COM+ C# newbie.... | 02 Dec 2003 16:57 GMT | 11 |
I have a class that has the COM+ attributes to make it an object pool and transactional, I have strong-named the DLL and all the DLL's that it uses. I have used regsvcs.exe to register it in the COM+ catalog, I can see it in the catalog but.....
|
| Multiple COM+ applications pointing to one DLL | 01 Dec 2003 21:12 GMT | 1 |
Hi, I would like to create 2 COM+ applications using the same DLL. That way i could enter a different Construction string for each application (connection string to 2 differents databases). COM+ won't let me... Any ideas ?
|
| COM+ removes spaces | 01 Dec 2003 14:04 GMT | 4 |
Hi, I have been trying to get a solution to this problem in quite a few forums now and have failed. My problem is that if I have a DataSet with one DataTable with one DataRow and set a character field's value to a single space " " and then
|