Reputation: 3
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
Propreties DB I correct setup?
Propreties Dataset I correct setup?
I need show data on my device like a emulator device.
Upvotes: 0
Views: 159
Reputation: 54417
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.
Upvotes: 0