Question:
microsoft error 1935?
anonymous
2011-07-28 06:57:37 UTC
I have a vista 32bit pc and whenever i try to install Visual c ++ 2008(WHICH I NEED) it always stops and says 1935error tokenkey something?
What do i do to fix this I tried REFORMATTING MY ENTIRE PC 3 TIMES NOTHING IS WORKING PELASE HELP ME
Six answers:
.
2011-07-28 06:59:29 UTC
To resolve the problem, follow these steps:

If the Microsoft .NET Framework 1.0 is installed on your computer, remove the .NET Framework 1.0:

Open Control Panel.

If you are using Microsoft Windows 2000, double-click Add/Remove Programs. If you are using Microsoft Windows XP or Microsoft Windows Server 2003, double-click Add or Remove Programs.

In the Add/Remove Programs or Add or Remove Programs dialog box, click Microsoft .NET Framework (English) v1.0.3705.

d. If you are using Windows 2000 or Windows XP, click Remove. If you are using Windows Server 2003, click Change/Remove.

In the %WINDIR%\Microsoft.NET\Framework folder, right-click the v1.0.3705 folder, and then click Delete to delete the v1.0.3705 folder.



Note %WINDIR% is a placeholder for the path to the folder where the Microsoft Windows operating system is installed on your computer.

Use the Msizap.exe utility to remove the Windows Installer information for the .NET Framework 1.0.

Obtain the Msizap.exe utility. To do this, download the Microsoft Windows Installer Software Development Kit (SDK).



For more information about how to download the Windows Installer SDK, visit the following Microsoft Web site:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/

Follow these steps to use the Msizap.exe utility:

Click Start, click Run, type cmd, and then click OK.

At the command prompt, change the current directory path to the directory where the Msizap.exe utility of the Windows Installer SDK is located.

At the command prompt, run the following command:

Msizap TP {B43357AA-3A6D-4D94-B56E-43C44D09E548}

Note

B43357AA-3A6D-4D94-B56E-43C44D09E548 is the product code for the .NET Framework 1.0.

Special user rights are not required to use the Msizap.exe utility on a Microsoft Windows 95, a Microsoft Windows 98, or a Microsoft Windows Millennium Edition (Me) operating system. However, administrative credentials are required to use the Msizap.exe utility on a Microsoft Windows NT 4.0, a Microsoft Windows 2000, or a Microsoft Windows XP operating system.

Close the command prompt.

Re-install the .NET Framework 1.0.



To download the .NET Framework 1.0, visit the following Microsoft Web site:

http://www.microsoft.com/downloads/details.aspx?FamilyID=d7158dee-a83f-4e21-b05a-009d06457787

Install Visual Studio .NET.
Anoop
2011-07-28 07:00:52 UTC
To resolve the problem, follow these steps:

If the Microsoft .NET Framework 1.0 is installed on your computer, remove the .NET Framework 1.0:

Open Control Panel.

If you are using Microsoft Windows 2000, double-click Add/Remove Programs. If you are using Microsoft Windows XP or Microsoft Windows Server 2003, double-click Add or Remove Programs.

In the Add/Remove Programs or Add or Remove Programs dialog box, click Microsoft .NET Framework (English) v1.0.3705.

d. If you are using Windows 2000 or Windows XP, click Remove. If you are using Windows Server 2003, click Change/Remove.

In the %WINDIR%\Microsoft.NET\Framework folder, right-click the v1.0.3705 folder, and then click Delete to delete the v1.0.3705 folder.



Note %WINDIR% is a placeholder for the path to the folder where the Microsoft Windows operating system is installed on your computer.

Use the Msizap.exe utility to remove the Windows Installer information for the .NET Framework 1.0.

Obtain the Msizap.exe utility. To do this, download the Microsoft Windows Installer Software Development Kit (SDK).



For more information about how to download the Windows Installer SDK, visit the following Microsoft Web site:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/

Follow these steps to use the Msizap.exe utility:

Click Start, click Run, type cmd, and then click OK.

At the command prompt, change the current directory path to the directory where the Msizap.exe utility of the Windows Installer SDK is located.

At the command prompt, run the following command:

Msizap TP {B43357AA-3A6D-4D94-B56E-43C44D09E548}

Note

B43357AA-3A6D-4D94-B56E-43C44D09E548 is the product code for the .NET Framework 1.0.

Special user rights are not required to use the Msizap.exe utility on a Microsoft Windows 95, a Microsoft Windows 98, or a Microsoft Windows Millennium Edition (Me) operating system. However, administrative credentials are required to use the Msizap.exe utility on a Microsoft Windows NT 4.0, a Microsoft Windows 2000, or a Microsoft Windows XP operating system.

Close the command prompt.

Re-install the .NET Framework 1.0.



To download the .NET Framework 1.0, visit the following Microsoft Web site:

http://www.microsoft.com/downloads/details.aspx?FamilyID=d7158dee-a83f-4e21-b05a-009d06457787

Install Visual Studio .NET.
vivek
2014-03-14 07:15:51 UTC
I had the same problem and i found this....



In Windows, click Start > Run...

In the Run window, type 'regedit'. In the Registry Editor window, navigate to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control.

In the 'Registry Editor' dialog box, double-click on 'RegistrySizeLimit'. This opens the 'Edit DWORD Value' dialog box.

In the 'Edit DWORD Value' dialog box, enter ffffffff as the 'Hexadecimal' value. Click on the 'Decimal' radio button, and enter 4294967295 as the 'Decimal' value. Click OK.

Reboot the machine.

Log in as an Administrator and open a Command Prompt and run 'SFC /SCANNOW'.



(Procces was taken from: http://resources.arcgis.com/es/content/kbase?fa=articleShow&d=37477)



After the proces is completed, re-install the programme which showed you problems to install.



I hope you found solution with this comment.
anonymous
2011-07-28 06:59:37 UTC
An unsuccessful install of prior Windows Updates OR Custom MSI packages

could have left over faulty registry keys under HKEY_LOCAL_MACHINE\COMPONENTS



Run the following tool to fix:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;946414
anonymous
2011-07-28 06:58:47 UTC
do all your windows updates.

install .NET framework

make sure all prerequisits are installed on your machine

update to the latest service packs.

google the error

go to the microsoft solution at http://support.microsoft.com/kb/970652
anonymous
2011-07-28 07:00:34 UTC
Sounds like a registry error where previous failed installed have left faulty registry keys. I would try something like CCLEANER to clean your registry and see if this helps.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...