2.5.3. Recommendations for component registration
The installer registers some components such as COM connection. The registration method depends on the installation mode.
- Installation "for the computer". COM connection (the V83.COMConnector COM object) and client application (the V83.Application COM object) are registered "for the computer".
- Installation "for the user". COM connection (the V83.COMConnector COM object) and client application (the V83.Application COM object) are registered "for the user".
1C:Enterprise version to which the COM connection is established (using V83.COMConnector) and 1C:Enterprise version from which the COM connection is generated must be identical or differ in the first two digits. In other words, 1C:Enterprise 8.3 can establish a COM connection with 1C:Enterprise 8.2, 8.1, and so on, but 1C:Enterprise 8.3.6 cannot establish a COM connection to 8.3.5. At the same time, 1C:Enterprise 8.3.6.2100 can a establish COM connection with 8.3.6.2100.
If The module ... was loaded but the call to DllRegisterServer failed with error code 0x80070005 error message is displayed during component registration using regsvr32, it means that the current user does not have sufficient rights to edit the system registry or files in System32 directory. In this case, you need to register the components on behalf of the user that has administrative rights. When starting regsvr32, use Run as administrator context menu command.