Mscomct2cab Install

12.03.2019

Many people helplessly choose to re-install the system, while the truth is they can totally solve the problem themselves. I hereby give several ways regarding the said problem. Glance over those subtitles to choose the one you prefer the most.

Mscomct2cab

Please note that Date Picker is not available in 64-bit Excel. Step by step on how to fix ActiveX Date and time picker and also for MonthView missing in Userform. These 2 controls uses same file that is 'mscomct2.ocx'. You can download the this file/'mscomct2.cab' from below link Issue: Often when you try to register a DLL on Win7 or windows server 2008, you run into an error 'The module scmt.dll was loaded but the call to DllRegisterServer failed with the error code 0x80040201' Why: UAC user account control limits the ability to register the DLL. So you have to run the command on elevated command prompt using Admin role. Fix: Run the command in an elevated mode 1. Click on Start button - type Command Prompt - right click command prompt and click run as Administrator 2.

Deregister the DLL using the following command cmd- 'regsvr32 /u scmt.dll' 3. Reregister the DLL using the command cmd - 'regsvr32 scmt.dll' Also see instructions from this link related errors; The module xxx.dll was loaded but the call to DllRegisterServer failed with error code 0x8002801c” while registering Dll files DLLRegisterserver failed with error code 0x8002801 the change the security settings if you do not have admin right on your system use this link for further research.

We use a calendar control as part of several MS Access 2007 databases. This is not a problem in Windows XP, but we are migrating to 64 bit Windows 7 and are having trouble registering this OCX control under this OS. We've tried running as administrator, both from a shortcut and from a command prompt.

We've also tried logging into the machine as a local admin - none of these works. The error when failing is 0x8002801C. I've read that Microsoft is possibly fazing out support for VB6 controls in the 64 bit version of Windows 7 but have heard nothing definite.

If there is an alternative to using this control that would still work with Access 2007 and run under Windows 7, I'm willing to give that a try. Office 2010 is not out yet so there must be something that will work in the interim. Hi OfficeBoy48, We have just had the same problem and have now worked out how to do it. You need to copy the MSCOMCT2.OCX file to c: windows sysWOW64 not c: windows system32.  Rayman legends steam key free. You then can register it by running from the command prompt or run in the start menu regsvr32 c: windows sysWOW64 mscomct2.ocx and it should register although make sure that you run regsvr32 with administrator privileges. Please note, if you try to register the ocx from c: windows system32 using regsvr32 you will get the following error: The module “c: windows system32 mscomct2ocx” failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent.DLL files.

The specified module could not be found. We think this is because windows 64 bit is mucking about with what directories it is reporting to the regsvr32 although this is just our educated guess. If you need an up to date version of mscomct2.ocx you can get it from Good luck Rod.