Error message | Cause |
---|
The command-flag ""%1"" is not valid. Please review the command usage and try again. | An invalid combination of options was passed in the command line to regsvr32.exe. |
This command is only valid if a Microsoft Visual Studio OLE Activex Control project is opened. | Regsvr32.exe was invoked by Visual Studio but no modules were specified in the command line. |
To register a module, you must provide a binary name. | Regsvr32.exe was invoked without specifying any modules in the command line. |
The command OleInitialize failed to run. Your computer might be low on memory. Close any open programs and then try again. | Regsvr32 must initialize the COM library before it can call needed COM library functions and uninitialize the library when it shuts down. These error messages occur if an attempt to initialize or uninitialize the COM library is unsuccessful. |
The module ""%1"" failed to load.\n\n Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.\n\n%2. | There was an error in loading a module that was specified in the command line. The error text is displayed as part of the message. |
The module ""%1"" was loaded but the entry-point %2 was not found.\n\nMake sure that ""%1"" is a valid DLL or OCX file and then try again | Regsvr32.exe was unable to find the required entry point in the module specified in the command line. This can occur if the entry points are not exported correctly from the module or if the module is not a .DLL or .OCX file. |
The module ""%1"" was loaded but the call to %2 failed with error code %3.\n\nFor more information about this problem, search online using the error code as a search term. | There was an error when regsvr32.exe invoked the entry point in the module specified in the command line. The error code is displayed as part of the message. |
The module ""%1"" may not compatible with the version of Windows that you're running. Check if the module is compatible with an x86 (32-bit) or x64 (64-bit) version of regsvr32.exe. | This error can occur, for example, if regsvr32.exe is run on an x86 computer and the module specified in the command line is a 64-bit module. |