Error 1935 installing Visual C++ 2005 SP1 ATL Security Update and Crystal Reports for .NET 2.0

Anonymous
2024-02-19T15:08:45+00:00

Hello Everyone,

I am facing issue while installation on few software. I am listing it below.

Server Information:

  • OS: Windows Server 2022 Standard
  • Version: 10.0.20348 Build 20348

Issues:

  1. Visual C++ 2005 SP1 ATL Security Update (x86):
  2. Visual C++ 2005 SP1 ATL Security Update (amd64):
  3. Crystal Reports for .NET Framework 2.0:
    • Error: "An error occurred during the installation of assembly Microsoft.VC80.CRT..."
    • Downloaded from :https://ccg.snpweb.com/installers/nc/cnpxpress/help/CCGLATESTdefault.asp

Troubleshooting Steps Taken:

  • Check for Existing Installations and Conflicts: Review installed programs: Go to Control Panel > Programs and Features and search for any existing Visual C++ 2005 Redistributable packages. Repair or uninstall: If found, try repairing them first. If that fails, uninstall them completely before attempting a fresh installation. Resolve conflicts: Identify and temporarily disable any software that might conflict with the installation, such as antivirus or security programs.
  • Download Fresh Installers: Obtain from Microsoft: Download both the x86 and amd64 versions directly from Microsoft's website to ensure you have the latest, uncorrupted installers: https://www.microsoft.com/en-us/download/details.aspx?id=14431 Run as Administrator: Right-click the installers: Right-click on both the x86 and amd64 installers and select "Run as administrator."
  • Clean Up Temporary Files and Registry: Disk Cleanup: Run the Disk Cleanup tool to remove potentially interfering temporary files and cached data. Registry cleaner (optional): Consider using a reputable registry cleaner to address any lingering registry issues, but proceed with caution and create a backup before making changes.
  • Disable User Account Control (UAC) Temporarily: Lower UAC settings: If necessary, temporarily lower UAC settings to see if it resolves installation hurdles. Remember to revert UAC to its original setting afterward.
  • Manually Register the Assembly: Open Command Prompt: Open an elevated Command Prompt (Run as administrator). Register assembly: Type the following command, replacing the path with the actual path to the assembly file: regsvr32 "C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e8e3b_8.0.50727.4053_none_d08cc0ba6f3c5b87\ATL80.dll" Repeat for amd64: Do the same for the amd64 version, using the appropriate path.
  • System File Checker (SFC) and Deployment Image Servicing and Management (DISM): Run SFC: Use the SFC tool to scan and repair corrupt system files: https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e Run DISM: If SFC doesn't resolve the issue, use DISM to repair Windows image: https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e
  • Windows Updates: Check for updates: Ensure that your Windows Server 2022 is fully updated, as applicable updates might address compatibility issues.

Additional Information:

Questions:

  • Has anyone else experienced this issue with these specific updates on Windows Server 2022?
  • Are there any known workarounds or solutions for Error 1935 in this context?
  • How to solve this issue
Windows for business | Windows Server | Devices and deployment | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-02-20T02:21:27+00:00

    Hi Himanshu Vaishnav1,

    thank you for posting on the Microsoft Community Forums.

    Based on the description, I understand that your issue is related to Visual Studio and .NET.

    Since there are no engineers dedicated to Visual Studio and .NET in this forum. In order to be able to deal with your questions quickly and efficiently, I recommend that you repost your questions in the Q&A forum, where there will be a dedicated engineer to provide you with a professional and effective response.

    Here is a link to the Q&A forum: https://learn.microsoft.com/en-us/answers/questions/

    Have a nice day.

    Best regards,

    Lei

    0 comments No comments
  2. Anonymous
    2024-02-23T18:28:15+00:00

    Same issue installing C++ 2005 on same server OS and version.

    0 comments No comments