I need to go through this manual: https://msdn.microsoft.com/en-us/library/dn197917.aspx?f=255&MSPPError=-2147217396
And I do not understand point 2. It says: "Set the SYSGEN_NETUTILS variable in your OS design to include ipconfig.exe" Can someone, please, explain what it means and how to do it?
My situation is that I am using Visual Studio 2013 and I want to use it to debug my C++ program on Windows Embedded Compact 2013. Deploying works well for me, but when the exe should be launched I receive error: "A socket operation was attempted to an unreachable network." I hope that your answer will help me to solve this.