SQL Server CE installation on Windows - just reference the DLL and I'm done?
Posted
by DanM
on Stack Overflow
See other posts from Stack Overflow
or by DanM
Published on 2010-05-17T22:17:46Z
Indexed on
2010/05/23
23:31 UTC
Read the original article
Hit count: 206
I just want to make sure I'm understanding the documentation correctly. If I add System.Data.SqlServerCe as a reference in my Visual Studio 2008 project, compile it, and copy the contents of the "bin\Release" directory to a Windows machine that has the latest version of the .NET framework, will it just work? Or do I need to do something else?
© Stack Overflow or respective owner