com+ compoenent and Component Service

  • Thread starter Thread starter Karuppasamy
  • Start date Start date
K

Karuppasamy

H

I have developed a com+ component using c#
when i am trying to add this com+ component to the Component Service in a windows 2000 advanced server machine, i am getting the following erro

"one or more files do not contain components or type libraries. these files cannot be installed

can anyone tell me what is the problem

waiting for your repl
 
Karuppasamy,

You can not add .NET generated DLLs to Component Services. Rather, make
sure that you have the .NET framework installed on the machine, and then use
the regsvcs.exe utility to register your types in the COM+ library. This
will register the types correctly.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Karuppasamy said:
Hi

I have developed a com+ component using c#.
when i am trying to add this com+ component to the Component Service in a
windows 2000 advanced server machine, i am getting the following error
 
Back
Top