I'm sorry if this has all been hashed out before. I've spent the best part of the last two days trying to figure this out and got no where.
I've created a vb project which I need to publish as a com object. I've been through MSDN so many times now I can't count
I've set <Assembly: ComVisible(True)> in my assemblyinfo.vb
I've used regasm to register the components
I've used regasm with the tlb switch to register the types
I've used gacutil to add it to the GAC
I can see the types in the registry under the HKCR branch
But I can't see them when I use the ole/com objectview from the VS tools
Iv'e created an new test project and tried to add it in as a reference but I can't find it.
Is there anything I've missed? Like I said I'm stuck and would really appreciate any help
I've created a vb project which I need to publish as a com object. I've been through MSDN so many times now I can't count
I've set <Assembly: ComVisible(True)> in my assemblyinfo.vb
I've used regasm to register the components
I've used regasm with the tlb switch to register the types
I've used gacutil to add it to the GAC
I can see the types in the registry under the HKCR branch
But I can't see them when I use the ole/com objectview from the VS tools
Iv'e created an new test project and tried to add it in as a reference but I can't find it.
Is there anything I've missed? Like I said I'm stuck and would really appreciate any help