Questions tagged as 'visual-studio-2012'

4
answers

How to create a user interface with the same style that was used in Visual Studio, Office 2013, GitHub for Windows, etc?

I would like to know how to create UI like those used by Visual Studio, Office 2013, GitHub for Windows, etc. I searched the internet and found a theme for WPF called Cosmopolitan Theme, but looking at some details you realize that it is not...
asked by 16.12.2013 / 16:43
3
answers

Increment version automatically, and get version number via code

In the software I'm working on, there are users whose doubts should be answered by looking at the software version number. Something of type 10.0.1.1000 configured in the project properties. I would like to know how to increment the versio...
asked by 29.01.2014 / 19:39
2
answers

How to count lines of code in a .NET solution?

What are all (free or not) solutions for counting lines of code in a .NET solution? Use two Visual Studios: 2012 and 2013.     
asked by 13.03.2014 / 20:04
1
answer

Increasing the AssemblyVersion

I'm creating an update solution for an application that I have and I needed the Assembly version When putting a * in the assembly. [assembly: AssemblyVersion("1.0.0.*")] It started incrementing automatically, however the shape you are in...
asked by 02.04.2014 / 21:02
1
answer

How to implement 'check in' in tfs 2012 only approved by the reviewer?

I would like to know if it is possible and how do I stop Check In so that only the reviewer can upload the code, or that it is not possible without his permission. To ensure that cases where you return with With Comments or Needs Work ,...
asked by 11.02.2014 / 14:21
0
answers

IntelliSense Error: 'No additional information available' in Visual Studio 2012 [closed]

Today my computer crashed (because of Google Chrome!) and I had to restart it. Visual Studio 2012 was currently open (and I lost a few lines of code I had not saved). The problem is that after this event, my IntelliSense simply stopped workin...
asked by 05.08.2015 / 23:18
1
answer

Is there any way to make visual studio 2012 support windows mobile 5.0

I have a project in visual studio 2008 for windows mobile 5.0 and would like to migrate it to visual studio 2012 , but I read that this new version of visual studio does not support windows mobile 5.0 , but there is little information on t...
asked by 05.03.2014 / 22:28
1
answer

How to make a Help equivalent to the Microsoft Help Viewer, but in Visual Studio 2012/2013?

I wanted to make a Help for a commercial automation system that I created, that was in the style of the WinRAR help, and that it was offline. But apparently according to Microsoft Help Viewer on Wikipedia it was only available up to the 2010 v...
asked by 15.12.2013 / 16:51
2
answers

Shortcut to create parameterized constructor

Is there any shortcut in Visual Studio, which creates a constructor, with all the attributes created in the class? class Alimento { public int ID { get; set; } public string Titulo { get; set; } public string SubTitulo { get; set;...
asked by 07.07.2015 / 15:47
1
answer

Meaning of class member icons in Visual Studio

I would like to know if there is any documentation that deals with the meaning of the Visual Studio images / icons (obviously some are explicit ( salvar = disquete ) or whose function is shown when positioning the mouse.) I quote the f...
asked by 24.06.2015 / 03:12