Solving problems with COMConnector on a 64-bit server
We solve the problem of integration (import, export of documents) of 1C with other programs. For example, with the PC “M.E.Doc” (MEDOC) using our development "Document Navigator"
----------------------------------------------
Library file names for 1C versions:
— for 1s7 — V7Plus.dll
— for 1s8 — comcntr.dll
For 1C version 7.* this path is usually C:\Program Files\1Cv77\BIN
For 1c version 8.* this path is usually C:\Program Files\1cv8\8.3.9.2170\bin
------------------------------------------------
Instructions for solving the problem of registering a comconnector on a 64-bit server.
Start the component service. Described for Windows Server 2008 R2 Standard.
Attention!!! — for
1C 7.7 - V77_COMConnector
and version 8.3 — the component will be named accordingly — V83_COMConnector
You can select the Interactive user option
In the Components branch, add a new component comcntr.dll
IMPORTANT!!! After installation you need to change the properties a little.
Done.
--------------
An important point — What is the bit depth of your 1C distribution? Accordingly, specify the correct one for the file comcntr.dll
-----------
We give examples of what not to do (in the vast majority of cases it does not work correctly):
Windows (x64) + 1C x64 distribution
In order to register ComConnector in a 64-bit Windows operating system, execute the command: C:\Windows\SysWOW64\regsvr32 «C:\Program Files\BAF\8.3.14.1669\bin\comcntr.dll»
Run the command line as administrator....
c:\Windows\System32>
c:\Windows\System32>cd c:\Windows\SysWOW64
c:\Windows\SysWOW64>
c:\Windows\SysWOW64>regsvr32 «c:\program files\BAF\8.3.14.1669\bin\comcntr.dll»
… Uninstallc:\Windows\SysWOW64>regsvr32 “c:\program files\BAF\8.3.14.1669\bin\comcntr.dll” /u
-----------
Windows (x32)
For a 32-bit Windows operating system, the command is executed: C:\Windows\System32\regsvr32 «C:\Program Files (x86)\1cv8\8.3.9.2233\bin\comcntr.dll»
Run the command line as administrator....
c:\Windows\System32>
c:\Windows\System32>regsvr32 «c:\program files (x86)\1cv8\8.3.9.2233\bin\comcntr.dll»
…Uninstall… c:\Windows\System32>regsvr32 “c:\program files (x86)\1cv8\8.3.9.2233\bin\comcntr.dll” /u