.NET CF 2013 with SQL questions

38 Views Asked by At

Here I got a platform based on .NET CF 2013. And I want to manipulate Microsoft Office Access database through it. It seems that I need a System.Data.SqlClient.dll and maybe a dbnetlib.dll, also. The problem is I cannot find a dbnetlib.dll that can be quoted into the project.

Each time I tried to quote it, I get this error:

Cannot copy the referenced assembly, failed to load the file or assembly 'dbnetlib.dll' or one of it's dependency. The module should contain a list of assemblies.

I think this should be the problem of list of assemblies, which I'm not familiar with. Is there anyone who had been working with this problems? How could I solve this?

I'm sorry that the error message is after translation from Chinese.

0

There are 0 best solutions below