【发布时间】:2017-12-23 13:17:24
【问题描述】:
我从朋友那里得到了一个 asp.net mvc 项目。这是她的项目,但我需要继续努力。因此,当我尝试启动它时,会出现一些错误。这是错误;
Could not copy the file "_bin_deployableAssemblies\x86\sqlceme40.dll" because it was not found.
Could not copy the file "_bin_deployableAssemblies\x86\sqlcecompact40.dll" because it was not found.
Could not copy the file "_bin_deployableAssemblies\x86\sqlceer40EN.dll" because it was not found.
Could not copy the file "_bin_deployableAssemblies\x86\sqlceca40.dll" because it was not found.
Could not copy the file "_bin_deployableAssemblies\x86\sqlcese40.dll" because it was not found.
Could not copy the file "_bin_deployableAssemblies\x86\sqlceqp40.dll" because it was not found.
我做了一些搜索,找到了一些关于更新我的 nuget 包的解决方案。我做了所有更新,包括 EntityFramework.SQLServerCompact。但我仍然有错误,不知道该怎么做。那么有人可以帮助我吗? 提前致谢。
【问题讨论】:
-
您确定所有这些引用都包含在项目中吗?
-
@demo 我是,现在我为您检查了我的参考部分,EntityFramework.SQLServerCompact 上有一个黄色警告图标,我应该删除并重新安装它吗?
-
好吧,你可以 :) 或者如果这个引用位于解决方案中的某个特定文件夹中,你可以尝试手动添加它们
-
@demo 我确实卸载并再次安装了它,同样的错误:(
标签: asp.net-mvc visual-studio visual-studio-2015 build