Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The "Build" tab missing from project properties in Visual Studio 2013

When I open any C# Win-Forms or WPF project in Visual Studio 2013, the "Build" tab doesn't show up. It is visible if I open the project in VS2010. I haven't been able to find any information about this specific tab disappearing.

I've have tried resetting the user settings in vs2013, running the setup repair, and even completely uninstalling and reinstalling vs2013.

Any ideas on how to get it back?

like image 586
Nathen Silver Avatar asked Jun 04 '15 14:06

Nathen Silver


2 Answers

The issue is now fixed with the Version 4.1.15, which you can download here.

Changes in the 4.1 branch

4.1.15 2015-06-09 Bug 11560 VSiX: missing Build and Debug pages 
in project properties. 
like image 106
magicandre1981 Avatar answered Sep 24 '22 00:09

magicandre1981


I have the same issue in Visual Studio 2012 and I can confirm, that this issue is based on Post Sharp.

After updating PostSharp to Version 4.1.14 the "Build" and the "Postsharp" Tab disapears. Uninstalling PostSharp fixed this issue. The "Build" Tab is back again.

like image 33
chrkon Avatar answered Sep 22 '22 00:09

chrkon