Sunday, February 24, 2013

Deployable Dependencies option missing in Visual Studio 2012

I was recently reading an article regarding how to deploy ASP.NET MVC 4 to a Shared Hosting Provider and the article mentioned using the "Add Deployable Dependencies" option.

Well, I was using Visual Studio 2012 and I did not see this option anywhere!


 Well, as it turns out according to this Microsoft Connect feedback item, this option was removed from Visual Studio 2012: http://connect.microsoft.com/VisualStudio/feedback/details/735553/add-deployable-dependencies-missing-from-vs11-beta

Therefore, while this option still exists in Visual Studio 2010 (and Visual Studio 2010 SP1), it was built into the NuGet Package Manager alongside Visual Studio 2012 so that all required assemblies are automatically bin deployed.




No comments:

Post a Comment