出现错误无法找到我的 Windows-CE 项目的源文件
我尝试从我的 windows-CE 项目构建 cab
,但收到此错误:
错误 5 无法找到程序集“System.Data.SqlServerCe.DLL”的源文件“D:\MySetup_Setup\System.Data.SqlServerCe.DLL”,位于“%CE1%\MySetup”D:\MySetup_Setup。 vddproj
所有dll 已就位并且项目运行良好,
可能存在什么问题?
提前致谢
i try to build cab from my windows-CE project
and i got this error:
Error 5 Unable to find source file 'D:\MySetup_Setup\System.Data.SqlServerCe.DLL' for assembly 'System.Data.SqlServerCe.DLL', located in '%CE1%\MySetup' D:\MySetup_Setup.vddproj
all the dll are in place and the project works excellent
what can be the problem ?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们必须查看 CABWIZ 用来生成 CAB 的源 INF 文件。我的猜测是
system.data.sqlserverce.dll
不在开发计算机上的d:\mysetup_setup
文件夹中。We'd have to see the source INF file that CABWIZ is using generate the CAB. My guess is that
system.data.sqlserverce.dll
is not in thed:\mysetup_setup
folder on the development machine.