Creating COM objects with VB.NET

A

Al

Anyone know why MS says you can't create a COM class with VB.NET to use in
other VB.NET projects? (reference the statement at the bottom of the MSDN
article ... Walkthrough: Creating COM Objects with Visual Basic .NET (Visual
Basic .NET)

The statement says ...
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.

Know a way to create (registered) COMs for use in other VB projects?

Thx,
Al
 
H

Herfried K. Wagner [MVP]

* "Al said:
Anyone know why MS says you can't create a COM class with VB.NET to use in
other VB.NET projects? (reference the statement at the bottom of the MSDN
article ... Walkthrough: Creating COM Objects with Visual Basic .NET (Visual
Basic .NET)

The statement says ...
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.

Know a way to create (registered) COMs for use in other VB projects?

Why not create .NET objects for use with other applications?
 

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

Top