Closed GoogleCodeExporter closed 9 years ago
More information: I have got it successfully running under IIS on my own PC, so
it's just the company web server it won't run on. Will update this issue if I
find out what the problem is.
Original comment by GLai...@gmail.com
on 25 Jan 2013 at 10:53
I have found the solution: the Microsoft Visual C++ 2010 Redistributable
Package has to be installed on the web server. I am using the 32-bit version of
the DLL, so the one I needed was at
http://www.microsoft.com/en-gb/download/details.aspx?id=5555 . The issue is
described at http://www.laschinger.net/?p=233 . It would be a good idea to
mention this issue in the manual - it took time to nail it down.
Original comment by GLai...@gmail.com
on 25 Jan 2013 at 3:25
Hi,
I have the same problem, but I don't have access to install C++ Redistributable
on server.
Tried to put msvcr100.dll and msvcp100.dll on bin folder, without sucess.
Suggestions?
Thanks!
Original comment by dcbri...@gmail.com
on 16 Feb 2013 at 1:23
Hi Daniel - it's probably better to send your question to the mailing list at
https://groups.google.com/forum/?fromgroups#!forum/or-tools-discuss . FWIW I
think your issue is political - not technical. You need to either persuade the
owner of the web server to put the C++ Redistributable package on there, or use
a different web server.
Original comment by GLai...@gmail.com
on 19 Feb 2013 at 4:00
Solution is to install redistributable on the server.
Original comment by laurent....@gmail.com
on 11 Mar 2013 at 2:31
Just for future reference, dependency now is on msvcr110.dll msvcp110.dll
download here:
http://www.microsoft.com/en-US/download/details.aspx?id=30679
Used http://www.dependencywalker.com/ to figure it out ...
Original comment by pore...@xpsoft.it
on 10 Nov 2014 at 11:14
Original issue reported on code.google.com by
GLai...@gmail.com
on 23 Jan 2013 at 2:31