Categories
Dynamics NAV Microsoft

The program can’t start because MSVCP120.dll is missing from your computer


finsql.exe – System Error
The program can’t start because MSVCP120.dll is missing from your computer. Try reinstalling the program to fix this problem. 
OK 

Solution:
You need to install Visual C++ Redistributable Package.  
You can download it from the following link:
https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package

If you’re using a 64-bit Windows version you need to install both version x86 and x64 (vcredist_x86.exe_ and vcredist_x64.exe) If, however, you’re on 32-bit Windows version, install only vcredist_x86.exe.

The missing DLL can be download from the following link:
https://www.dllinstaller.com/dlls/msvcp120-dll

Did my solution solve your problem? Leave a reply.

Categories
Android Chrome Google Internet Explorer Microsoft Mozilla Firefox

Hotspot WiFi Login page does not appear

Solution:
Open with the browser the following url

http://www.msftconnecttest.com/redirect

This time I’ve decided write first the solution and offer to the reader the option to read the full post or not.

Introduction:
Just recently I bought a Chinese Tablet with Android to my son Thomas and surprisingly I’ve faced this issue.
Well, how complicated could be connect a device to an Hotspot (Free Wifi) network for a person that has a degree in IT?
I tell you my list of attempts in order as I thought:

  1. Restart the device (favorite Microsoft solution)
  2. Open the default router page using the following IPs/URLs
    192.168.0.1 
    192.168.1.1 
    127.0.0.1 
    127.1.1.1 
    1.1.1.1
    http://localhost
  3. Assigned Google DNS
    8.8.8.8 
    8.8.4.4
  4. Open an HTTP website in Incognito
    http://example.com

After all those attempts failed I started thinking that probably the device was broken/not working properly but it was connected when we were at home…

Idea:
I should force the browser to do a refresh, I remembered that often appeared a page, I remembered that there was a combination of the two words Microsoft and Connect. Just I googled it and found the url

http://www.msftconnecttest.com/redirect

Did my solution solve your problem? Leave a reply.