Hello,
I've written a visual basic class library (COM-Interop registry checked)
with a com class (properties com class and com visible both true). When I
build the dll, it registers automatically, and I can use the class in other
programs.
But now I want to use it on another computer. When I try to register it with
regsvr32 I get the error message "dll was loaded, but the DllRegisterServer
entry point was not found". How can I register this dll on other computers?
Thanks in advance
Yvonne
Archived from group: microsoft>public>vb>ole>automation