VS2015安装EF Power Tools

简介:

前言

最近在研究EF觉得EF Power Tools比较强大,可以利用其特性来进行Code First模型验证等等,本以为在VS2015扩展和更新中能找到EF Power Tools,结果未找到,还得去官网下载,下面是安装步骤。供需要在VS2015上安装VS Power Tools的园友作一个参考。

第一步

去官网下载,这是链接 EF Power Tools

第二步

将下载的EFPowerTools.vsix扩展名改为zip

第三步

解压压缩文件,如下:

第四步

打开压缩文件中的extension.vsixmanifest,找到如图

 第五步

复制一份,并将其版本更改为14.0,如下:

第六步

对解压的文件重新进行压缩(注意不要压缩文件夹),如下:

第七步

将其压缩的文件扩展名再更改回来为VSPowerTools15.vsix,如下:

第八步

点击运行修改后的扩展名

第九步

初始化了就出现安装界面了,由于我笔记本也安装了VS2013,所以检测到了两个

第十步

安装成功,如下

最后就是打开VS2015进行检测了是否已经安装,so  perfect!





本文转自Jeffcky博客园博客,原文链接:http://www.cnblogs.com/CreateMyself/p/4769363.html,如需转载请自行联系原作者


目录
相关文章
|
11月前
|
Ubuntu Linux 虚拟化
LinuxUbuntu安装VMware tools Segmentation fault (core dumped)怎么解决
更新操作系统和内核:使用apt-get或apt命令更新你的Ubuntu操作系统和内核。运行以下命令更新软件包:
980 0
|
Shell
什么是windows10的Shell Infrastructure Host
什么是windows10的Shell Infrastructure Host
542 0
什么是windows10的Shell Infrastructure Host
|
开发工具
The EF Core tools version '2.1.1-rtm-30846' is older than that of the runtime '2.1.3-rtm-32065'. ...
The EF Core tools version '2.1.1-rtm-30846' is older than that of the runtime '2.
2550 0
|
Linux vr&ar NoSQL
Linux Debug tools
1. gdb attach [pid] -- debug a running process 2. valgrind-- a suite of tools for debugging and profiling programs Very powerful tool to debug linux program,just for x86 platform 3.
1086 0