c# and COM
I have followed one of the examples which created a C# dll COM component and
attempted to access it from a VB project.
I managed to get a reference to it from the VB project and could see all the
properties and methods of the object in early binding.
I get an error message when trying to instantiate the object, saying that
the object cannot be created.
Any ideas?
Paul.

