Taq Atom
Taq Atom

Reputation: 3

I get the error: file or assembly system system.data.sqlserverce not found

Picture error from my device

On emulator it work but on my device it dosen't work.

I copy build file to my device and run. It right?

file copy

My device Infomation

Propreties DB I correct setup?

Propreties DB

Propreties Dataset I correct setup?

Propreties Dataset

I need show data on my device like a emulator device.

Picture from emulator

Upvotes: 0

Views: 159

Answers (1)

jmcilhinney
jmcilhinney

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

Related Questions