Visual Studio compiles but the exe isn’t there
I got TWO Release folders: one in the solution folder and one in the project folder. The former contains the .exe file, the latter does not.
I got TWO Release folders: one in the solution folder and one in the project folder. The former contains the .exe file, the latter does not.
Suppose you have these two projects in the same Visual Studio solution: SmartDeviceProject1: the Pocket PC device application in C#. NativeDLL: the Win32 SmartDevice DLL in C++. Now you can follow the following steps: Select the Pocket PC Emulator for both project, in the Visual Studio Device Option. Deploy the projects; now in \\Program Files of your Emulator you … Read more