Picture of Sascha
Registered 5 years 338 days
Sascha Tuesday, 16 July 2019, 02:18 PM
Strange behavior of the Visual Studio
I have created a new project and delete some parts which I do not need in the app I want to create. The project compiles without any error.

I get this informations form the build log of the Visual Studio:
1>------ Erstellen gestartet: Projekt: vACD_AgentClient, Konfiguration: Debug x64 ------
1>x86_64-linux-gnu-g++.exe -MMD -MF x86_64-debug/dep/vACD_AgentClient-main.dep -I sdk -Wall -Werror -fno-delete-null-pointer-checks -c -D NO_LEGACY -D BUILD=13A124 -g3 -O0 -DDEBUG -isystem C:\innovaphone\sdk/x86_64-7.2.0-linux-gnu/x86_64-linux-gnu/include/c++/7.2.0 -isystem C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/include -fsigned-char -o x86_64-debug/obj/vACD_AgentClient-main.o vACD_AgentClient-main.cpp
1>x86_64-linux-gnu-g++.exe --sysroot=C:\innovaphone\sdk/app-platform-libs/8/x86_64 -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/lib -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/lib -Wl,--warn-common -o x86_64-debug/vACD_AgentClient/vACD_AgentClient x86_64-debug/obj/appwebsocket_httpdata.o x86_64-debug/obj/fonts_httpdata.o x86_64-debug/obj/lib1_httpdata.o x86_64-debug/obj/ui1.lib_httpdata.o x86_64-debug/obj/apps_start.o x86_64-debug/obj/apps.o x86_64-debug/obj/vACD_AgentClient.o x86_64-debug/obj/vACD_AgentClient-main.o -lpthread -luuid -lhpdf -lpng -lcap -lpam -lcrypto -lssl -lmysqlclient -ldl -lz -lpq -L sdk/lib/x86_64-debug -lsdk-131963
1>Der Remotebuildbefehl wurde nicht konfiguriert und wird übersprungen.
2>------ Bereitstellung gestartet: Projekt: vACD_AgentClient, Konfiguration: Debug x64 ------
2>Verbindung mit Remotesystemen wird hergestellt.
2>Remotepfade werden aufgelöst.
2>Dateien werden kopiert.
2>Der Bereitstellungsvorgang dauerte 3,7587249 Sekunden.
========== Erstellen: 1 erfolgreich, 0 fehlerhaft, 0 aktuell, 0 übersprungen ==========
========== Bereitstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========


But after this I get also this error and I don't know how to resolve it. See to the image in the attachments. Sorry but I only have the error in german.
error_visual_studio_remotedebugging.png

Picture of Sascha
Registered 5 years 338 days
Sascha Tuesday, 16 July 2019, 02:25 PM
Re: Strange behavior of the Visual Studio
And I forgot to mention that I have Visual Studio 2019 as community edition installed.
Picture of Sascha
Registered 5 years 338 days
Sascha Friday, 19 July 2019, 02:16 PM in response to Sascha
Re: Strange behavior of the Visual Studio
So I think I know what is happening here.

I have one App Plattform but multiple apps. And this seems to be the problem with this error message.

As soon as I add a second remote connection for the same app plattform I get error from the image.

What do I have to change that I can use two remote connections to two seperate apps?
← You can define your color theme preference here