Tax Audit || Run time error 429; ActiveX component can't create object
Root Cause of the Error → The error primarily occurs due to one of the following reasons:
- Missing or Improper Installation of .NET Framework 4.5.2: The .NET Framework 4.5.2 may either be missing, improperly installed, or corrupted. Without this framework, the application cannot execute its functions properly, leading to errors.
- Corrupted Windows Management Instrumentation (WMI) Service: The Windows Management Instrumentation (WMI) service, responsible for providing system management information and control, may not be running or may have been corrupted. This prevents the execution of system information commands (like systeminfo), leading to failures in software compatibility checks.
- Incorrect Service Configuration: The Windows Management Instrumentation service might be set to manual or disabled, preventing the necessary services from running when required by the application.
- System Repository Corruption: If the WMI repository is corrupted, it can cause various system commands and features to fail, resulting in compatibility and performance errors in software that rely on WMI.
Solution →
Check .NET Framework 4.5.2 Installation:
- Open the Control Panel on your Windows system.
- Navigate to the "Programs" or "Programs and Features" section.
- Look for "Microsoft .NET Framework 4.5.2" in the list of installed programs.
- If it is listed, it means Dot Net Framework 4.5.2 is installed on your system, and you can proceed with your SeleniumBasic tasks.
- If it is not listed, you need to install Dot Net Framework 4.5.2. You can download it from the official Microsoft website.
- To install Dot Net Framework 4.5.2:
- Download file: Microsoft .NET Framework 4.5.2
- Follow the on-screen instructions to download the installer.
- Once downloaded, run the installer and follow the installation wizard.
- After the installation is complete, restart your computer if prompted.
- After the restart, repeat Step 3 to confirm that "Microsoft .NET Framework 4.5.2" is now listed among your installed programs.
If the Issue Persists: Check if the 'systeminfo' Command Works on Your System. If not, follow these steps: Go to 'Services':
- Check if 'Windows Management Instrumentation' is running.
- If it's not running, set the 'Startup Type' to 'Automatic' and the 'Status' to 'Running'.
Open Command Prompt as Administrator:
- Type the command: net stop winmgmt and press Enter.
- If prompted with "Do you want to continue this operation? (Y/N) [N]:", enter 'Y' and press Enter.
Enter the command: winmgmt /resetrepository and press Enter.
Now, run the 'systeminfo' command and check for resolution.
By following these steps, you ensure that the necessary services are running and reset the Windows Management Instrumentation repository, potentially resolving the compatibility message issue.
Related Articles
Income Tax || ActiveX Component can't create object
Process-1 Please note due to some security concerns of Windows Vista \ Windows 7 \ Windows 8 or Windows 10 you are not able to run the software. However, to resolve the issue please run the software using administrator account, to do so please follow ...
Income Tax || Automation Error / ActiveX component can't create object or Class Not Register or TYPE Mismatch error
Process 1: Run as Administrator To address security concerns on Windows 7, Windows 8, Windows 10 or Windows 11, follow these steps: Navigate to the location "C:\Program Files\K.D.K. Software\Spectrum". Right-click on the Spectrum icon and select ...
Income tax || Run Time error 339 / Run Time error 374
Error in income tax Auditor → Run time error 339 Component 'KDKClient.ocx' or one of its dependencies not correctly registered: a file is missing or invalid. Run Time error → 374 To resolve the error, please follow the steps provided below: Step 1: ...
EXCEL Export || ActiveX Component can't create object 429, Error in Loading DLL or Automation error - Library not registered
At the time of excel sheet export issue occur → ActiveX Component can't create object 429, Error in Loading DLL or Automation error - Library not registered Solution : NOTE : This is not Software Related issue. Usually error in loading dll Excel ...
Income Tax || Tax Audit → JSON Import Process
To successfully import a Tax Audit XML/JSON file, please ensure that the master data for the specific client is already available in the software. If the client is not yet available, you will need to create the client master for that particular ...