Comm32 Logo
Home Button   

Topic:   Install problem with the last windows 10 update

By: Galbas Posted on: Dec 9 2015 at 11:05:10 AM
Hi guys! I don't get to use this component after Windows 10 update. The VB6 shows me the message "Permission denied" when I try to add this component. I have already used with Windows 10 before. I tried to register via command REGSVR32 scomm32.ocx but it shows me the message error too. Please send me the right way to register this. My e-mail is galbas@xxxxxxxx.xxx
Thanks in advance,
Galbas

By: Support Posted on: Dec 9 2015 at 01:16:01 PM
Best way to install the OCX on your development machine is to us the installer that you downloaded from our website.

But if you really do need to use RegSvr32 then remember that, on a 64 bit machine, the ocx usually resides in the syswow64 folder and you need to register using the version of RegSvr32 thats also in the SysWow64 folder (not the one in the System32 folder)

But having discussed this with you by email it sounds more like your problem relates to folder permissions. Try running VB6 as administrator.

By: Support Posted on: Dec 10 2015 at 08:03:01 PM
Galbas. Thank you for your email telling us that starting vb6 as admin did solve your problem.