.net 4.0 - How to connect to SQL Server Ce database from C#? -


how connect sql server ce db c# dotnet 4.0 i've heard of system.data.sqlserverce namespace connecting local database unable find in .net 4.0

is there alternate class?

you need have included system.data.sqlserverce namespace

its in system.data.sqlserverce.dll

if namespace doesn't show haven't included refrence dll.

add reference dll , should available.

if still having problem check out in gac. (on system here:
c:\windows\microsoft.net\assembly\gac_msil\system.data.sqlserverce.entity\v4.0_4.0.0.0__89845dcd8080cc91

some answers have mentioned how use it.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -