惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Schneier on Security
F
Fortinet All Blogs
博客园_首页
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
D
Docker
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
T
The Exploit Database - CXSecurity.com
博客园 - 三生石上(FineUI控件)
量子位
The Last Watchdog
The Last Watchdog
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
小众软件
小众软件
Cloudbric
Cloudbric
博客园 - 司徒正美
H
Help Net Security
人人都是产品经理
人人都是产品经理
Application and Cybersecurity Blog
Application and Cybersecurity Blog
L
LangChain Blog
Latest news
Latest news
M
MIT News - Artificial intelligence
T
Threat Research - Cisco Blogs
博客园 - Franky
S
Security Affairs
W
WeLiveSecurity
F
Full Disclosure
Know Your Adversary
Know Your Adversary
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
Cyberwarzone
Cyberwarzone
美团技术团队
PCI Perspectives
PCI Perspectives
C
Check Point Blog
Spread Privacy
Spread Privacy

博客园 - IT爱好者

C# 自定义打印 C# 打印,不显示打印进度对话框 如何解决迅雷插件导致IE10崩溃的问题 ASP.NET MVC 使用Jquery Uploadify 在非IE浏览器下Http Error的解决方案 c#操作access,update语句不执行的解决办法 解决:System.Data.SqlClient.SqlError: FILESTREAM 功能被禁用 服务器“**”上的MSDTC不可用的解决办法 删除SVN遗留的无用文件 解决"System.Data.OracleClient 需要 Oracle 客户端软件 8.1.7 或更高版本" 修改IIS默认的localhost名称 IIS服务器应用程序不可用的解决办法 使用XML与远程服务器进行交互 小米手机指令大全 Java与.NET DES加密解密互转 获取执行SQL语句的返回结果 ASP.NET中如何向页面写入JavaScript脚本内容 Oracle自增列创建方法 ASP.net中用JSON序列化对象 android Listview 拖动时背景为黑色问题
通过Package Manager Console 向VS2010安装 EFCodeFirst
IT爱好者 · 2012-03-07 · via 博客园 - IT爱好者

尝试用VS2010--工具--Library Package Manager--Add Library Package Reference的online搜索 EFCodeFirst,
再找到的结果中,点选该Package的Install,
却提示错误:
"This package (or one of its dependencies) contains powershell scripts and needs to be installed from the package manager console."
 
根据提示改用Package Manager Console来安装,
打开VS2010--工具--Library Package Manager--Package Manager Console,

PM > get-package -remote -filter EFCodeFirst 
Id                                                            Version                                                       Description                                                 
--                                                            -------                                                       -----------                                                 
DynamicData.EFCodeFirstProvider                               0.1.0.0                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.1.0.1                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.1.0.2                                                       Supports using Dynamic Data with EF Code First models       
DynamicData.EFCodeFirstProvider                               0.2                                                           Supports using Dynamic Data with EF Code First models       
EFCodeFirst                                                   0.8                                                           CTP5 of the Code First Programming Model and Productivity...
EFCodeFirst                                                   1.0                                                           Legacy package, Code First is now included in the 'Entity...
EFCodeFirst                                                   1.1                                                           Legacy package, Code First is now included in the 'Entity...
EFCodeFirst                                                   1.1.0.1                                                       Legacy package, Code First is now included in the 'Entity...
EFCodeFirst.CreateTablesOnly                                  1.0.0                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.CreateTablesOnly                                  1.0.1                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.CreateTablesOnly                                  1.0.2                                                         Adds a IDatabaseInitializer implementation for EF Code Fi...
EFCodeFirst.Sample                                            0.8                                                           This sample blog model demonstrates the use of the Entity...
EFCodeFirst.SqlServerCompact                                  0.8.8482                                                      Allows SQL Server Compact 4.0 to be used with Entity Fram...
EFCodeFirst.SqlServerCompact                                  0.8.8482.1                                                    Allows SQL Server Compact 4.0 to be used with Entity Fram...
FsEfCodeFirst.Linq                                            0.1.0.0                                                       FsEfCodeFirst.Linq provides a quick way to create EFCodeF...
FSRepository                                                  0.4                                                           FSRepository provides a quick way of creating a repositor...
FSRepository                                                  0.5.0.0                                                       FSRepository provides a quick way of creating a repositor...

 
PM > install-package -id EFCodeFirst

已成功安装“EFCodeFirst 1.1.0.1
已成功将“EFCodeFirst 1.1.0.1”添加到 ...