13.10.2019
Posted by 
Microsoft Vc80 Crt Zip Rating: 9,1/10 4262 reviews

When installing NetBackup 7.6. Error 1935.An error occurred during the installation of assembly 'Microsoft.VC80.CRT,type. Download Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update from Official Microsoft Download Center.

Hi, After installing my application on Vista I get a side-by-side error when I try to run my application. The event log reports 'Dependent Assembly Microsoft.VC80.CRT,processorArchitecture='amd64',publicKeyToken='1fc8b3b9a1e18e3b',type='win32',version='8.0.50727.762' could not be found.'

The first time I saw this error I added the MergeModule 'MicrosoftVC80CRTx86x64.msm' to the installer. The first time this allowed it to install and run ok. If I change the application, bump the product version in the installer, rebuild, and reinstall, I get the same error message. Running the installer again and choosing 'repair' always fixes the problem.

Thanks, Nick. Hi, After more testing. 1) Installing on a new machine always works.

2) Removing the previous installation and then installing always works. 3) Running the installer when a previous version (differing only in the version number) is already present has a problem. The installation works correctly but when attempting to run our application results in a side-by-side error.

The DLL in question ships is present on the machine where expected. The installer added the following line to the registry which looks to be correct: msvcr80.dll Microsoft.VC80.CRT,type='win32',version='8.0.50727.762',publicKeyToken='1fc8b3b9a1e18e3b',processorArchitecture='amd64' This line is the same between a failed upgrade and a working clean install. Could the problem be related to how the installer does the in-place upgrade while preserving rollback? BTW - Running the installer again and choosing 'repair' also fixes the problem. Hi, Following up on this - we couldn't reproduce it for a while but customers were still complaining. Figured out how to reproduce it.

The problem is when the application needs the C Redistributable merge module AND it is the ONLY installed application to need it AND the application is upgraded. Steps to reproduce: 1) New Vista install. No applications installed. C Redistributable components not installed.

2) Create a installer. Add the MicrosoftVC80CRTx86x64.msm merge module. Add an application executable that needs this merge module to run.

Microsoft Vc80 Crt Type Win32 Error

Microsoft vc80 itunes

Installation Of Assembly Microsoft Vc80

3) Install application on new Vista install. AI installer will install the merge module. 4) Run application - it should work ok. 5) Bump installer version and product code. 6) Install the updated application. 7) Run application - it will fail with a side by side error.

If you uninstall the application and re-install then it will work. If there is at least one other application installed that has registered this merge module then the application can be upgraded without error (This is why we couldn't reproduce the problem for a while). The problem only occurs when upgrading an install and only occurs if the application is the only application to install the merge module. I suspect the merge module is reference counted and AI is uninstalling the merge module as part of the upgrade and not installing it again. Hi, The workaround suggested causes the installer to re-install the merge module every upgrade.

This causes AI to ask the user to close all applications that use the vcredist module. If I run an upgrade on my machine it asks me to close: - Firefox (all windows). Thunderbird. Visual Studio.

Advanced Installer. Are there any other ways to work around the issue?

For example, is there a way to detect how many other apps have registered use of vcredist and only trigger the merge module install if our app is the only application? Hi, In order to resolve this problem you need to follow these steps: - you set the 'Permanent' attribute for the component of the merge module (this is done in the 'Organization' page) - in the 'Searches' page you create a search for the merge module - you use the property of the search (usually it's RESULTPROPERTY) to condition the component of the merge module (in the 'Organization' page).

This way, the merge module will not be removed by the upgrade process and it will be installed only if it is not found. Regards, Cosmin.

Microsoft vc80 crt type win32 windows 10

I have done a clean install of Windows Ultimate x64 and all the updates. I have also installed Acornis TI 2010 and the plus pack latest builds and i keep getting this error through event viewer: Activation context generation failed for 'C: Program Files (x86) Acronis TrueImageHome BartPE Files TrueImage Dependent Assembly Microsoft.VC80.CRT,processorArchitecture='x86',type='win32',version='8.0.50727.762' could not be found. Please use sxstrace.exe for detailed diagnosis.exe'. Can someone tell me what this is and a possible solution for it?

Any help appreciated. First of all thank you both for trying to help me with this error.

With regards to running sxstrace I have no idea what this is, but i guessed it is part of cmd prompt to which I typed in the commands mentioned above. After that I ran Acronis True Image 2010 by clicking on the icon on the desktop. I am not sure if this is what you wanted me to do or is there more to this but in the box it said press enter to stop tracing.

So after acronis opened I went back to cmd prompt and pressed enter. Cmd prompt then showed C: Windows system32 so i am not sure if anything actually happened. I then went to event viewer I checked application logs and it said: Windows Installer reconfigured the product. Product Name: Plus Pack for Acronis True Image Home 2010. Product Version: 13.0.7046. Product Language: 1033.

Manufacturer: Acronis. Reconfiguration success or error status: 0. To be honest the error is pretty random and doesn't always happen when I am at the computer. It could happen when it is left unattended and no programs are running.

Microsoft Vc80 Crt Type Win32

Also where would the generated text file be if I have done it correctly? As for download and installing Visual C 2005 Sp1 Runtime (x86).

I have Windows x64 Ultimate so would installing this help? As for download and installing Visual C 2005 Sp1 Runtime (x86).

I have Windows x64 Ultimate so would installing this help? Yes, it will fix the issue! Microsoft.VC80.CRT,processorArchitecture='x86',type='win32',version='8.0.50727.762' VC80 is Visual C+ 2005, processorArchitecture='x86' = 32Bit Version, Version 8.0.50727.762 = VC 2005 Sp1 'A programmer is just a tool which converts caffeine into code' CLIP- Stellvertreter Thanks for the advice, I tried the above and it didn't work. I am still getting the errors.

I don't know if I should have uninstalled the Visual C pack I had on my system before installing this, but I installed this over the top of what I already had which was visual c redistributable, and an update for it, plus the above.