Building of the COM object in VB.NET

  • Thread starter Thread starter Alex
  • Start date Start date
Have you tried using Help|Index and typing in 'Com Object' and then selecting
one of the sub-topics like "Creating" or "WalkTroughs"?
 
Within the Project Properties - > Compile, check "Register for Com Interop"

Mayur H Chauhan
 
Thanks for the advice, I've checked Help | Index and in Walkthrough I
found strange statement (at the very end)

"Note The COM objects you generate with Visual Studio .NET cannot be
used by other Visual Studio .NET applications. Attempts to add
references to such COM objects raise an error."

???

Alex
 
Back
Top