Could not load System.data.sqlclient

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
I suspect you have not installed the appropriate cab: sql.wce4.armv4.CAB. It
is not installed automatically when you install the CF itself.
 
Back
Top