I have this dreaded error on a new server.
I have installed VC runtime, both 32 and 64 bits.
I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same app also has parts that run in 32 bit mode using old OLEDB drivers, so I have to do Any Cpu.
I have tried the Any CPU version, and the 64 bit version, and 32 bit version. All of them give me the same error.
I was on v 14, out of desperation I tried the one uploaded Sunday to no Avail.
I don't know what more I can do. What else can I look at for this error?
Comments: Holy cow! I found the problem totally by accident. I was looking at 'programs and features', and noticed that there was a 64 and 32 bit version of C++ for 2008, 2010, and 2013, but for 2012, there was only a 64 bit version. So on a lark, I downloaded the 2012 32 bit c++ library, and that fixed it. So the problem is, that the VS 2013 C++ 32 bit library is missing the 2012 component, and you must install that also!
I have installed VC runtime, both 32 and 64 bits.
I am running Windows Server 2012, my App Pool has 32 bit enabled, however, my app is compiled 'any cpu'. Same app also has parts that run in 32 bit mode using old OLEDB drivers, so I have to do Any Cpu.
I have tried the Any CPU version, and the 64 bit version, and 32 bit version. All of them give me the same error.
I was on v 14, out of desperation I tried the one uploaded Sunday to no Avail.
I don't know what more I can do. What else can I look at for this error?
Comments: Holy cow! I found the problem totally by accident. I was looking at 'programs and features', and noticed that there was a 64 and 32 bit version of C++ for 2008, 2010, and 2013, but for 2012, there was only a 64 bit version. So on a lark, I downloaded the 2012 32 bit c++ library, and that fixed it. So the problem is, that the VS 2013 C++ 32 bit library is missing the 2012 component, and you must install that also!