I have network connections blocked for visual studio. After installing the Qt SDK with the addition of visual studio, I get an error message that is not connected to AppWrapper. The SDK has been removed and there are no more attempts to connect to AppWrapper. What is AppWrapper installed with Qt? Why is he trying to connect to the network when opening Visual Studio?
create a file in the directory: "C: \ Program Files \ Digia \ Qt4VSAddin" with the name: "qtappwrapper.exe.config" and type:
<configuration> <startup> <supportedRuntime version="v4.0.30319" /> </startup> </configuration>