Qt SDK, Apwrapper: what it is, what it does.

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?

+5
source share
1 answer

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>
+1
source

All Articles