简体   繁体   中英

Do I need to run the MVC 4 installer for VS 2010 if I install it via NuGet?

I don't have permission to run installers on my work machine which only has Visual Studio 2010 (no service pack). However NuGet packages seem to install with no problem.

For a new web app I would at least try to use MVC 4 which is listed as available.

Do I still need to run the MVC 4 windows installer? will I have any problems when deploying to the production server?

The runtime will work, but project templates, debugger support and intellisense will not work on your visual studio instance.

PS: It's crazy not to have the updates for Visual Studio installed.

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