Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让应用程序访问 SQL Compact 数据库文件而无需安装 SQL Compact 安装程序?当用户安装我的程序时,我不想运行单独的安装程序。我可以在我的应用程序文件夹中只使用一些放置良好的 DLL 吗?
可以在您的应用程序中私有部署运行时,并且无需管理员权限。
这是3.5和以前版本的文档,因为它们有些不同。