Building COM+ Object with VB.net

  • Thread starter Thread starter Anthony Biondo Jr.
  • Start date Start date
A

Anthony Biondo Jr.

Hi I have some COM+ Objects I wrote in VB6 I have recreated them in VB.net
but when I go and try to register the dll I get the error "One or more files
do not contain components or type libraries. These files cannot be
installed." I need to have the object usable by ASP and ASP.net

Can someone help?

thanks,
Anthony
 
¤ Hi I have some COM+ Objects I wrote in VB6 I have recreated them in VB.net
¤ but when I go and try to register the dll I get the error "One or more files
¤ do not contain components or type libraries. These files cannot be
¤ installed." I need to have the object usable by ASP and ASP.net
¤
¤ Can someone help?

I would take a look at the following MS KB article to insure that you've followed the proper steps:

HOW TO: Create a Serviced .NET Component in Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;312902


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top