简体   繁体   中英

Scaffolding in Visual studio 2013

I am trying to develop a code generation utility in which I need to invoke creation of controllers and views from command line in VS 2013. I tried MvcScaffolding package but I am getting errors while installing. Is there any option in VS 2013 to create controllers and views by command line.?

Apparently this package was discontinued because Visual Studio 2013 doesn't have support for EnvDTE .

Now Microsoft Team only provides support for built-in scaffolding (based on SideWaffle plugins).


UPDATE

There's a fix for MVcScaffolding in VS2013 and V2015 here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM