logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Missing vcruntime140.dll
Author
jeff15217



Joined: 16 Nov 2015
Posts: 13
Location: USA, Clermont

PostPosted: Fri 05 Jan '18 4:02    Post subject: Missing vcruntime140.dll Reply with quote

I just upgraded to Win 7 Pro from Win 7 HP 64 bit.
After installing Apache 5.4.17 I got a missing vcruntime140.dll error. The file existed in c:\windows\system32, so I copied it to the Apache\bin folder now I get a 0xc000007b error.
Anybody have an idea as to how I should proceed?

Thanks for any help!!
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 05 Jan '18 17:49    Post subject: Reply with quote

It might be that you copied a 32-bits version of the DLL and Apache is 64-bits or vice versa.

Remove the copied DLL and install the latest VC++ Redistributables, both versions (32-bit/x86 and 64-bits). See the links for the Redistibutables at https://www.apachelounge.com/download/VC14/
Back to top
jeff15217



Joined: 16 Nov 2015
Posts: 13
Location: USA, Clermont

PostPosted: Fri 05 Jan '18 18:13    Post subject: missing vcruntime140.dll Reply with quote

Thanks will do.
Back to top
jeff15217



Joined: 16 Nov 2015
Posts: 13
Location: USA, Clermont

PostPosted: Fri 05 Jan '18 23:16    Post subject: Start/Load on Startup Reply with quote

How can I setup Apache to load on windows startup?
I thought there was a command line instruct to make that happen but I can not find it.

Thanks
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sat 06 Jan '18 13:06    Post subject: Reply with quote

See https://httpd.apache.org/docs/2.4/platform/windows.html#winsvc
Back to top
jeff15217



Joined: 16 Nov 2015
Posts: 13
Location: USA, Clermont

PostPosted: Sun 28 Jan '18 23:33    Post subject: missing vcruntime140.dll Reply with quote

Thanks for the help it worked!!
Back to top


Reply to topic   Topic: Missing vcruntime140.dll View previous topic :: View next topic
Post new topic   Forum Index -> Apache