I am trying to use RegistrationHelper.InstallAssembly to register my COM
component and create a COM+ Application. Running the test code below, throws
no exceptions. However the AppId and TypeLib returned are null, and the COM
component is not registered. What causes this ...