Fixing Error 1935. An error occurred during the installation of assembly errors.

,

Sometimes when installing software, I get an error during the installation of either the .Net framework or the Visual C Runtimes. This error, Error 1934. An error occurred during the instllation of assembly … will prevent the installation from being successfull, furthurmore after many hours of searching, many of the fixes listed around the web do not work.

To succsesfully allow the software installation to complete, a registry edit must be made. So go an open up Regedit and navigate to the following key: HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control double-click on the RegistrySizeLimit and edit the DWORD value. In Hexadecimal enter FFFFFFFF or alternatively enter 4294967295 as the decimal value.

Once the registry change is done, restart the machine and then you can start the setup again that was causing you the issues earlier.

An optional set you can do once you have restarted the machine is to open up a command prompt window and type in the following command: SFC /SCANNOW this begins a windows file integrity checker ensuring that all windows system files are genuine and have not been edited or replaced, if you are running Windows XP you will need your installation CD to complete the scan.

Just about every encounter I’ve had with this error the RegistrySizeLimit has fixed the issue.


8 responses to “Fixing Error 1935. An error occurred during the installation of assembly errors.”

  1. ayman Avatar
    ayman

    Thank you alot

  2. error 1935 Avatar
    error 1935

    Error 1935 appears while installing .NET framework, but i fixed it after taking help from this post. I fixed the error i faced.

  3. error-1935 Avatar
    error-1935

    by registering windows installer this error can also be fixed.

    1. John Avatar
      John

      Not sure I understand what you mean. Windows Installer is built into the OS so there is no need to really register components (I have never come across anything recommending this).

  4. Celestin Bakanda Avatar
    Celestin Bakanda

    I was installing SQL and this showed: an error occurred during installation of essembly ‘MicroSoft’ .server.diagnostics.STrace,Fileversion=”10.50.1600.1″,version=”10.0.0.00000″,culture=”neutral”,publickeytoken=”8984DCD8080CC91″,processorArchitecture=”MSIL”

    1. John Avatar
      John

      Hi Celestin, see the following Microsoft KB Article which may help.

      http://support.microsoft.com/kb/2688946

  5. jassani Avatar
    jassani

    could not find the registry value specified in the solution

    1. John Avatar
      John

      Hi jassani, you can just create the registry entry if it doesn’t exist.

Leave a Reply

More Posts

Configuring SharePoint 2007 to accept blocked file types

One of my clients using SharePoint 2007 were uploading some files to their site recently and got the following error: The following file(s) have been blocked by the administrator By going through Central Administration, I was able to unblock the file and allow them to upload the particular file to the library they were wanting […]

Set a Default Tab for FortiClient EMS

It’s been a while, but I am working on deploying an updated version of FortiClient for and company which is managed via EMS and InTune. One thing that bugs me (and many) is by default, the client UI will load into the Zero Trust Telemetry tab and the option to change the Default tab will […]

Changing the Registered User Details for Visual Studio 2010

One of the anoyances I’ve had when installing Visual Studio 2010 is the removal of the user information bit when accepting the License Agreement, this was useful but is now automated and the installer retrieves details from Windows itself. After a fresh install of Windows 7 (with SP1 and it still needed updates afterwards) I […]