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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top