Hi,
I have a solution with 20+ projects (shared libraries) and 1 app/exe project that references all the shared library projects. I am able to build each individual library project successfully, but attempting to build the final exe project results in some errors and the remote server becoming unresponsive (overloaded with tasks somehow, and I have to reboot the server). The errors I am receiving are the following:
Warning: cannot perform inline build: LIBSSH2 returned LIBSSH2_ERROR_CHANNEL_FAILURE
Warning: cannot perform inline build: WriteFile failed, win32 error code
The fact that our exe is dependant on 20+ projects seems to somehow cause these issues, but I’m not quite sure why. Reducing the number of dependencies seems to get rid of the SSH2 warnings and the server becoming unresponsive, but that’s not really an option in the long run.
Any ideas what could be the problem? Any suggestions are welcome.