mongodb hint Api-ms-win-crt-runtimel1-1-0.dll missing solution
The official latest version of MONGODB requires:
vc++2015 RC x64 Support, otherwise it will be reported
Cause of Error:
The official latest version of MONGODB requires:
vc++2015 RC x64 Support, otherwise it will be reported
Download URL: https://www.microsoft.com/zh-cn/download/details.aspx?id=48145
You can use the command: Msinfo32 to see their own computer version and other system information.
Solution:
1. Install VC Redit.exe Program Solution
VC is a program: VC Redit.exe
Links: https://www.microsoft.com/zh-cn/download/details.aspx?id=48145
Download the choice of x86 or x64 according to their own system requirements, installation success is possible.
However, for some computer systems, these conditions also occur, indicating that the installation failed:
http://blog.csdn.net/huqiao1206/article/details/50768481
Mongodbvue Unable to display collection solution
MongoDB new storage engine for Wiredtiger, under this storage engine, we use visual Tools Mongovue is not see collection
Should be replaced with the Mmapv1 engine
1. Delete the Data folder and re-create the data
2. Execute mongod--storageengine mmapv1--dbpath Data Catalog
https://my.oschina.net/chiyong/blog/599326
MongoDB hint Api-ms-win-crt-runtimel1-1-0.dll missing solution