Could not load System.data.sqlclient

G

Guest

Hello all,

I know somebody out there knows how to solve this one:

I am trying to deploy my CE VB.NET application on a windows CE device. I
have installed Microsoft.NET Compact Framework. After I sinchronize all the
cab files and try to run the application I get the error message:
TypeLoadException could not load type
System.Data.SqlClient.SqlConnection
from assembly System.Data.SqlClient, version = ... etc

What am I missing??

Kind Regards,

Alfonso
 
A

Alex Feinman [MVP]

I suspect you have not installed the appropriate cab: sql.wce4.armv4.CAB. It
is not installed automatically when you install the CF itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top