本文介绍了通过命令行使用VS 2013 RC是MvcScaffolding兼容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前的NuGet当我尝试安装MvcScaffolding,通过键入:

 安装封装MvcScaffolding

我收到此错误

 设置DefaultScaffolder:无法获取EnvDTE.DTE的一个实例

时它发生,因为在Visual Studio 2013这一新的脚手架引擎?


解决方案

我给这个几个星期前。下面是他的回答:

So I'd keep eyes peeled for a new release of MvcScaffold that will hopefully resolve this. In the mean time, there are new features for VS2013 that take scaffolding in a much-improved direction, so you may want to investigate those.

Edit: There's a new package available (make sure to run VS2013 as admin to get it to work):

Install-Package MvcScaffolding -Version 1.0.8-vs2013 -Pre

这篇关于通过命令行使用VS 2013 RC是MvcScaffolding兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-19 00:41