Search code examples
mongodbwindows-vistadynamic-linkingentry-pointkernel32

mongo.exe - Entry point not found


I'm trying to set up a MEAN stack and I'm having the following issue when trying to execute mongo.exe: "The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll" I'm using Windows Vista 64bit, mongo is the latest, and I'm logged as administrator. Thanks.


Solution

  • For Vista you need to install the Legacy version of MongoDb.

    The 64-bit legacy build lacks newer features of Windows that enhance performance. Use this build for Windows Server 2003, 2008, or Windows Vista.

    Here´s the Download link