com+ Questions

1

Solved

I have to do a modification on an old COM+ app written in C# 2.0. But when I try to register the DLL on a windows server 2008 machine with 'regsvcs excelserver.dll', I get the error: The followin...
Moreta asked 2/1, 2012 at 12:39

2

Solved

In my program I create Com+ objects dynamicly (late binding) using Type comObjectType = Type.GetTypeFromProgID(progId, true); object comObject = Activator.CreateInstance(comObjectType); And t...
Pectize asked 14/4, 2011 at 6:11

1

Solved

I created a COM object in .NET and registered it as a COM+ server application with Pooling = 1 using regsvcs. I am currently hunting down a bug and therefore need to make sure that this COM object ...
Colb asked 20/4, 2011 at 7:0

1

How to changing existing COM+ applications identity via vbs script. like Authentication level = none and identity to this user via vb scripts. found many posting on add/delete com+ applications but...
Godson asked 9/11, 2010 at 12:17

2

Solved

Is it possible in C# (4.0) to get the list of installed Com+ applications on the same box and then retrieve the status (Running/Shut down) of each of them? I can find methods to start/stop, but no...
Goodness asked 16/9, 2010 at 12:26

1

Solved

I have a COM+ component on a server (Windows Server 2003). Is there any way I can programmatically retrieve the properties of this component, (e.g. the constructor string used)? When I go to Admin...
Phosphorism asked 30/6, 2010 at 19:42

2

Solved

I need to deploy my COM dll as a COM+ application. I used to do that from Component Services manager (dcomcnfg.exe). But my requirement is to deploy it from command-line. Is there a command to do t...
Extragalactic asked 10/5, 2010 at 8:58

2

Solved

By the "traditional" way I mean registering the DLL in registry. There seems to be another method to set up it by going to mmc->Component Services->COM+ Applications and adding the .tlb file. I h...
Chuck asked 2/6, 2010 at 4:12

1

Solved

I'm having problems figuring out what is the Powershell string for choosing the "Enforce access checks for this application" under the Security tab of the properties for that application. Here is w...
Apollinaire asked 18/11, 2009 at 15:6

2

Solved

(Note: I thought about posting this to serverfault, but I figured more developers have banged their heads against these issues than admins) I'm trying to set up a web page that uses both ASP Class...
Norseman asked 30/7, 2009 at 17:43

3

Solved

I'm using ServicedComponent from EnterpriseServices AKA Com+ for Distributed transactions Simple transaction programming by using attributes Object pooling Things that I find lacking in com+ ...
Frumentaceous asked 31/3, 2009 at 0:10

3

There is a debate going on at my company. Some are advocating moving business, data and business entities in one assembly for Discoverability purposes. make it easy to find what you're looking f...
Ewold asked 30/3, 2009 at 21:0

1

Solved

I have a serviced component installed in a COM+ server application. I want to create an instance from a remote client. The client needs to be able to specify the server machine's name dynamically. ...
Yearround asked 27/1, 2009 at 20:6

5

I used to write ASP.Net apps deploying business dataaccess layers in COM+ components several years ago. This was the standard in several corporate infrastructure here in my country. Is this s...
Damales asked 31/12, 2008 at 0:5

2

Solved

I have a .net assembly that has a COM+ ServicedCopmonent in it and at the moment I install it into the GAC to get everything working. This means that I need to have every assembly that it reference...
Retrieval asked 1/10, 2008 at 5:27

© 2022 - 2024 — McMap. All rights reserved.