Questions tagged [component-services]
28 questions
0
votes
1 answer
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 all. Nothing shows up in the add a reference dialog…

Steve
- 11,763
- 15
- 70
- 103
0
votes
1 answer
How to root cause why COM+ is locking DLLs?
I have an application that has to be installed in COM+. Installation via RegSvcs works fine, however when I try to uninstall the application a number of DLLs are locked and remain in the install folder. Note that this only happens after I make a…

ket
- 728
- 7
- 22
0
votes
1 answer
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 adverts and if 10 users hit the site…

Jacques
- 6,936
- 8
- 43
- 102
0
votes
2 answers
Can't get Worldwide Web Publishing Service working in Windows 10
I had to reinstall Windows today to solve some other problems with corrupted drivers. Everything was going well until I tried to start IIS, but the Worldwide Web Publishing Service wasn't running. I tried to start it and received a message that it…

Daniel Anderson
- 275
- 3
- 16
0
votes
1 answer
how to add your dcom project to component services
So, I am trying to add in a new dll to an old project (that I didn't start). It all goes well, in that I am able to add a dll and use its functions - no problem. However, when it came time to test the project, after building it and packaging the…

Aj Godinez
- 115
- 1
- 11
0
votes
0 answers
Can't register/add COM object in windows 2008 R2
I’m getting the error below when registering the C#.net based crypto.dll in Windows 2008 R2.
The COM object built using .Net 3.5 & VS 2008 and signed with strong name key. The same ddl was hosted in windows 2003 server and worked. having issues only…

Vijay
- 21
- 1
- 2
0
votes
1 answer
COM+ dll component name is missing after adding it to Component Services
I made a COM+ dll in C++ using an ATL project. After the COM+ dll was added to the component services, it doesn't show the component name. A link for the screen shot is given…

Dee
- 199
- 4
- 17
0
votes
1 answer
NTService looking for wrong config file
I'm working on moving a set of installers from VS2010 to WIX and have encountered an error with our NT Service applications.
After creating and installing the NT Service using the WIX installer, the service is not looking for the app.config named as…

Eliot Eikenberry
- 1
- 3
0
votes
0 answers
Getting a Catalog Error when trying to export a COM+ library
We've got an old VB6 COM+ component that's running on a 64-bit, Windows 2003 R2 Server with SP2. I need to install the proxy on a new PC and found that the .MSI wasn't there, so I thought I'd get into Component Services and export it. I tried, but…

Rod
- 4,107
- 12
- 57
- 81
0
votes
2 answers
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 directory on the server, and we want to copy…

Max Schmeling
- 12,363
- 14
- 66
- 109
0
votes
1 answer
RegSvcs.exe registering the same dll twice
Let's say I have the same .net managed dll (same version, same code) in two diferent bin folders of two diferent exe applications. If I register the two dlls into COM+ using RegSvcs.exe /appname:app1 pathtodll1/example.dll and RegSvcs.exe…

Eduard
- 664
- 2
- 14
- 26
0
votes
2 answers
SSIS Remote connection access
I have Windows server 2008 R2 and SQL Server 2008 R2 and want to change remote access of SSIS. In windows xp I can use ControlPanel\Administrative Tools\Component Service\My Computer\DCOM Config\Microsoft SQL Server Integration Service 11.0(Security…

mehdi lotfi
- 11,194
- 18
- 82
- 128
-1
votes
2 answers
COM3 reg key deleted, COM+ component services not working - how do i restore?
I was looking in to migration of one of our in house applications from XP to Win7. While doing this, I removed the COM3 registry key from: HKEY_LOACL_MACHINE/SOFTWARE/MICROSOFT/COM3. (I did not back it up. lesson learned)
Since doing this I now get…

Frantumn
- 1,725
- 7
- 36
- 61