On emulator it work but on my device it dosen't work.
I copy build file to my device and run. It right?
My device Infomation
- CE OS 5.2.29370
- .NET CF version 3.5.14269.0
Propreties DB I correct setup?
Propreties Dataset I correct setup?
I need show data on my device like a emulator device.
CodePudding user response:
If it's not already, set Copy Local
to true
for that reference. That will copy the DLL to the output folder with your EXE when you build. You then deploy the DLL with your EXE.