N
Nathan
I have a .Net assembly that exposes functionality to COM through the
use of a ComClass.
The assembly is installed using an MSI which automatically registers
the assembly for COM interop.
My problem is that when a user views the assembly through object
browser, the automatically generated classes connected with a web
service appear.
I've set the assembly to have ComVisible(False) but this doesn't seem
to have any effect, the only thing that does is by me added
ComVisible(False) to the generated classes but of course if the web
reference is updated these disappear.
Does anybody have any ideas about a better way for me to hide the
generated web service classes?
use of a ComClass.
The assembly is installed using an MSI which automatically registers
the assembly for COM interop.
My problem is that when a user views the assembly through object
browser, the automatically generated classes connected with a web
service appear.
I've set the assembly to have ComVisible(False) but this doesn't seem
to have any effect, the only thing that does is by me added
ComVisible(False) to the generated classes but of course if the web
reference is updated these disappear.
Does anybody have any ideas about a better way for me to hide the
generated web service classes?