Is this possible too?

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Is it possible to add a com class to a vb.net exe app so other com apps can
interact with the vb.net app?

Thanks

Regards
 
Did that, then tried to use the vb.net exe file in MS Word references but no
COM references found. Any place I can look for more info on com classes
within a vb.net executable?

Thanks

Regards
 
John said:
Did that, then tried to use the vb.net exe file in MS Word references
but no COM references found. Any place I can look for more info on
com classes within a vb.net executable?

See the answer(s) in the other thread.
 
Did that, then tried to use the vb.net exe file in MS Word references but
no
COM references found. Any place I can look for more info on com classes
within a vb.net executable?

You must first register the .NET application with Windows Componenet
Services and before you can do that, you must give your .NET assembly a
strong name with the sn.exe tool.

See help topics entitled COM InterOp.
 

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