I am working on a project on a Simulator device. If someone uses it and selects a device to simulate, another application (Net Viewer) should be able to detect the simulated device and the IP address of the device using it.
Here is my problem. I am using a 64-bit OS and my other teammate is using a 32-bit version. When I tried to create a project on my PC and started it, Net Viewer could not find my IP address. But when my teammate built the project and ran it on his PC, it worked well. Then we tried to run our project on my PC, and it worked fine.
What causes this problem? We both use anyCPU to configure the assembly.
source
share