One of by biggest hassels in the past jumping from C++ to VB and back was
the forgetting or adding a semicolon at the end of a statement. (the other
was bracketing method calls in VB, but that is now fixed).
Why didnt Microsoft allow for the optional use of semicolons in VB, so the
code would...
more >>
Hi all. I'm trying to install a .NET component into COM+ using
Regsvcs. I get the following error when attempting to do so: The
following installation error occurred:
1: Could not install type library XXX.tlb' into application YYY'.
XXX.tlb: The object is already registered
XXX: The ...
more >>