Tagged Questions
The component-services tag has no wiki summary.
2
votes
2answers
283 views
Install package for COM+
How can I create a msi for COM+ component? Is it possible to create the install package using Visual Studio and have it registered so that it shows up under component services?
I currently have it ...
2
votes
2answers
2k views
Problem finding office DCOM in Component Services in Windows 7
I have a problem getting my word and excel to work in ASP .NET.
I get the error message:
{System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID ...
1
vote
2answers
445 views
Difference between “traditional” COM and COM+ (in Component Services)
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 have ...
0
votes
0answers
41 views
Update the Component Services setting of the pc programatically
Is there a way to update the component services in the Administrative Tools programatically.
For example can I change the below setting by code.
It does not matter which language.
0
votes
1answer
75 views
MSMQ or Component Services or what?
We've built an advert impression and clicks tracking system for a client and ever since we deployed it's absolutely killing our production web server.
My thoughts are that one page contains up to 5 ...
0
votes
1answer
85 views
How should I go about moving Component Services to a new server?
We're moving our test server onto a new box, and I need to migrate all of our components that are in Component Services to the new box. We have all of the COM dll files located in sub folders in a COM ...
0
votes
1answer
348 views
Component Service and C#
I have a VB6 COM dll that I've wrapped in COM+ (component services). For the life of me I can't figure out how to get the reference to the service imported/working in C#. Google isn't helping me at ...