Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't see all settings in Package/Publish Web project properties in Visual Studio 2012 Update 2

For some reason I can't see all of the settings in the Package/Publish Web project properties in VS 2012 Update 2. AFAIK this just started happening. Has anyone run across this?

This is what I currently see:

This is what I should be seeing:

Notice that I can't see the web deployment package settings.

Any thoughts as to how I can fix this?

like image 593
devlife Avatar asked May 13 '13 20:05

devlife


1 Answers

So it turns out that @AlexFilipovici was correct in his comments. In Visual Studio 2012 Update 2 they removed those settings from the Package/Publish Web project settings. They are only included in the Publish dialog and meant to be stored in a publish profile:

http://connect.microsoft.com/VisualStudio/feedback/details/792675/cant-see-all-settings-in-package-publish-web-project-properties-in-visual-studio-2012-update-2

like image 50
devlife Avatar answered Nov 08 '22 00:11

devlife