简体   繁体   English

我收到错误:找不到文件或程序集系统 system.data.sqlserverce

[英]I get the error: file or assembly system system.data.sqlserverce not found

Picture error from my device我设备的图片错误

On emulator it work but on my device it dosen't work.在模拟器上它工作但在我的设备上它不工作。

I copy build file to my device and run.我将构建文件复制到我的设备并运行。 It right?对的?

file copy文件复制

My device Infomation我的设备信息

  • CE OS 5.2.29370 CE 操作系统 5.2.29370
  • .NET CF version 3.5.14269.0 .NET CF 版本 3.5.14269.0

Propreties DB I correct setup? Propreties DB 我的设置正确吗?

Propreties DB属性数据库

Propreties Dataset I correct setup?属性数据集我正确的设置?

Propreties Dataset属性数据集

I need show data on my device like a emulator device.我需要像模拟器设备一样在我的设备上显示数据。

Picture from emulator图片来自模拟器

If it's not already, set Copy Local to true for that reference.如果尚未设置,请为该引用将Copy Local设置为true That will copy the DLL to the output folder with your EXE when you build.这将在您构建时将 DLL 与您的 EXE 一起复制到 output 文件夹。 You then deploy the DLL with your EXE.然后使用 EXE 部署 DLL。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载文件或程序集'System.Data.SqlServerCe,Version = 4.0.0.0 - Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0 无法加载文件或程序集'System.Data.SqlServerCe,版本3.5.0.0 - Could not load file or assembly 'System.Data.SqlServerCe, Version 3.5.0.0 Azure应用服务无法加载文件或程序集'System.Data.SqlServerCe,Version = 4.0.0.0 - Azure app services Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0 System.Data.SqlServerCE中缺少SqlCeConnectionStringBuilder - Missing SqlCeConnectionStringBuilder in System.Data.SqlServerCE 找不到命名空间'System.Data.SqlServerCe' - Cannot find namespace 'System.Data.SqlServerCe' 单击“一旦安装System.Data.SqlServerCe有问题?”。 - Click Once Install Problem With System.Data.SqlServerCe? 是否可以在运行时将System.Data.SqlServerCe 4.0.0.0与版本4.0.0.1交换? - Is it possible to swap System.Data.SqlServerCe 4.0.0.0 with version 4.0.0.1 at runtime? 未找到System.Data程序集 - System.Data Assembly Not found System.Data.SqlServerCe.dll中出现“System.Data.SqlServerCe.SqlCeException”类型的异常,但未在用户代码中处理 - An exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll but was not handled in user code System.Data.SqlServerCe.dll中发生了类型为'System.Data.SqlServerCe.SqlCeException'的未处理异常 - An unhandled exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM