Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I have network connections blocked for visual studio. After installing the Qt SDK with visual studio add in, I get an error message, failed to connected to AppWrapper. Uninstalled the SDK, and no more attempts to connect to AppWrapper. What is the AppWrapper installed with Qt? Why does it attempt to make a network connection when you open Visual Studio?

like image 489
MVTC Avatar asked Nov 14 '22 11:11

MVTC


1 Answers

create a file in dir: "C:\Program Files\Digia\Qt4VSAddin" with name :"qtappwrapper.exe.config" and type:

<configuration>
    <startup>
        <supportedRuntime version="v4.0.30319" />
    </startup>
</configuration>
like image 132
user610827 Avatar answered Dec 05 '22 13:12

user610827