zoukankan      html  css  js  c++  java
  • 通过Package Manager Console 向VS2010安装 EntityFramework

    尝试用VS2010--工具--Library Package Manager--Add Library Package Reference的online搜索 EntityFramework,

    再找到的结果中,点选该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 entityframework

     

    Id                         Version                    Description             
    --                         -------                    -----------             
    EFCodeFirst                1.0                        Legacy package, Code F...
    EntityFramework            4.1.10311.0                DbContext API and Code...
    EntityFramework.Sample     4.1                        This sample blog model...
    EntityFramework.SqlServ... 4.1.8482.1                 Allows SQL Server Comp...
    EntityFrameworkProfiler    1.0.0.836                  EntityFramework Profil...

    PM > install-package -id EntityFramework

    You are downloading EntityFramework from Microsoft, the license agreement to which is available at http://go.microsoft.com/fwlink/?LinkID=211009. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
    Successfully installed 'EntityFramework 4.1.10311.0'
    Successfully added 'EntityFramework 4.1.10311.0' to .......

  • 相关阅读:
    15.手写数字识别-小数据集(load_digits)
    14.深度学习-卷积
    13-垃圾邮件分类2
    12.朴素贝叶斯-垃圾邮件分类
    11.分类与监督学习,朴素贝叶斯分类算法
    9.主成分分析
    关于core_UI的安装和使用
    2020系统综合实践 期末大作业 15组
    2020系统综合实践 第7次实践作业 26组
    第6次实践作业
  • 原文地址:https://www.cnblogs.com/_dragon/p/2013225.html
Copyright © 2011-2022 走看看