Cannot verify application "problem posting details"

Ask any support / help / issues / problem or question related to any of our other products
Post Reply
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Cannot verify application "problem posting details"

Post by martin@rootjazz »

Cannot verify application "problem posting details"
This issue can be caused by lack of .net framework 4.0 *FULL* not the client versiob installed on your machine.

All our applications require the *FULL* .Net 4.0 Framework

You can download and install it here

https://www.microsoft.com/en-us/downloa ... x?id=17718



IT can be caused by AV / security software / firewall/ OS blocking the program from accessing the network
This can be solved by whitelist the .exe and .dlls from the program files folder for the app.
Or disabling the av/security/firewall for the install.


On windows 10, it has happened that the following fixed it

http://www.windowswally.com/what-to-do- ... -internet/


Run These Commands To Fix Windows 10 Apps

First, you’ll need to open the command prompt with administrator rights.

Press the Windows Key > type command prompt > right-click Command Prompt > Click Run as administrator
In the Command Prompt window > run the following commands one after another:

Code: Select all

    netsh winsock reset catalog
    netsh int ipv4 reset reset.log
    netsh int ipv6 reset reset.log
Post Reply