microsoft visual c++ 2005 and 2008 Installation error - c++

I am trying to install microsoft visual c++ 2005 and 2008 but it gives error 1935. What are the methods to fix it?
I tried reintalling files but not from official webstie, but it is still not working.

Related

Visual C++ component "VCBuild.exe"

I installed visual studio 2015 and able to compile and run c++ test application within the IDE.
My npm installer is throwing the error
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
When I install visual studio 2013, I don't get this error. The libraries this npm project uses is based on visual studio 2015.
Is there something extra I need to do after the Visual studio 2015 install that I don't need to do in visual studio 2013?
Microsoft provides an npm package that solves all these native build issues without the need to install visual studio.
"windows-build-tools": "^1.3.2"

Bing speech API : java.lang.UnsatisfiedLinkError: SpeechClient.dll: The specified procedure could not be found

I am using "Microsoft.projectoxford" speech recognition API.
I have created a sample Java application which uses speechclient.dll via JNI interface. The sample application is working fine on Windows 10/Windows 8.1 machines where Visual Studio 2013/Visual Studio 2015 is installed. But failing on machines, where there are no Visual Studio 2013/2015 installed.
I checked failed machine and installed following packages:
Microsoft .NET Framework 4.6.1 SDK
Microsoft Visual C++ 2010 x86
Redistributable Microsoft Visual C++ 2012 Redistributable(x86)
Microsoft Visual C++ 2013 Redistributable(x86)
Microsoft Visual C++ 2015 Redistributable(x86)
But, still giving the same error. I am clueless, what dependency is missing.
Any help would be greatly appreciated.

How to fix MSVCP120D.dll error Visual Studio 2015?

I am trying to run a C++ OpenCV 3.0 example in Visual Studio 2015 and I get a system error saying
The program can't start because MSVCP120D.dll is missing from your computer. Try reinstalling the program to fix this problem.
I have tried to reinstall Visual Studio but this does not fix the problem. Does anybody have any other solutions I could try?
The internal version of Visual Studio 2013 is 12. The DLL in question is version 12 (MSVCP120D, the D stands for Debug). You probably downloaded OpenCV compiled for Visual Studio 2013.
To use it with Visual Studio 2015 (known also as Visual C++ 14.0) you need to compile against VS 2015 or maybe find a download package pre-compiled for 2015.

Problems in use mongodb and visual studio

I am trying to use mongodb in visual studio and I am following this steps tutorial:
How I installed the Windows 7 64x C++ driver/mongoDB to work with Visual Studio 2010
But I receive the following error message:
Error: cannot open the source file: "mongo/client/dbclient.h"
Does anybody knows why I have this error?

Visual Studio 2013 cannot convert VS 2012 C++ Projects

All my C++ Visual Studio 2012 projects cannot be upgraded by VS 2013 Professional Update 2, microsoft tells that you also need to have VS2012 installed in order to open VS 2012 projects.
The problem is that I have installed VS2012 and still get the same error.
after each project name in VS 2013 I have (Project incompatible), I want to convert the projects to VS2013 because I don't want to use VS2012 anymore.
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
and this is the error in migration report
The application which this project type is based on was not found.
I found somewhere on a forum that if you install VS 2012 SDK it should work, but the VS2012 SDK cannot be installed because it cannot find Visual Studio 2012