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.
 
Back
Top