Questions tagged as 'visual-studio'

2
answers

Visual Studio 2015 - Team Foundation - Error Asp.Net MVC project

Is anyone having trouble uploading an ASP.NET MVC project to Team Foundation? What happens is that I do the up, but when I go to run on another computer, it starts to give references errors not found I realized that the reference folde...
asked by 19.10.2016 / 19:54
2
answers

Doubt on using in Visual Studio

I create a new project but I can not put those using as in this example below. It appears as in the other code below ... Please help me = / using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtim...
asked by 10.04.2015 / 19:10
2
answers

Develop for windows ce / mobile in visual studio 2013

I've done a lot of research on the web to find some solution to my problem, but all the tutorials (articles) I found were flawed for my solution. MY CASE I currently have several smart device project (Device Application) projects for win...
asked by 24.02.2015 / 16:26
1
answer

aspnetmvc6 I can not update

To test the visual studo 2015 I created an asp.net mvc project and so wanting upgrades it to use the new version 6 beta. but with an error here How do I resolve this? I had to update the entity framework gave it Installing 'EntityFra...
asked by 27.12.2014 / 16:57
1
answer

Appear help button when the text box is selected (C #)

I'm looking for a while about how to put a help button that only appears next to the text box when it is selected. Is there any way to do this in C #? So it should be when the text box is selected, that is, the "i" would appear to provide som...
asked by 04.12.2018 / 18:08
1
answer

How to make the Controller get the "LinkText" Text from @Html.ActionLink

In my application there was a need to make the same Controller called Classification have the Reclassification function, so I want the ControllerClassificar to get the string LinkText @Html.ActionLink to be able to cont...
asked by 14.08.2018 / 23:15
1
answer

Web Extension in Visual Studio 2012

I installed Visual Studio 2012 Express on my machine and did not add the extensions needed to work on the Web. In Visual Studio there is the option to add extensions and updates. There I found several, but I do not know what options I install...
asked by 29.06.2018 / 23:40
1
answer

Leave selected specific item ComboBox C # WinForms Visual Studio 2017

I'm developing an application that contains a customer registry. In this register there is a ComboBox that lists the cities of the database. My question is: How do I leave ' setado ' the name of a specific city? For example, the fir...
asked by 04.06.2018 / 02:11
2
answers

Visual Studio 2017 no template

VS2017 is installed, but the 'Blank Solution' templates do not appear. I tried uninstalling and reinstalling without success. Has anyone ever been in this situation? Picture:     
asked by 31.10.2017 / 02:57
1
answer

How to include header and cpp without resulting in LNK2005 error in Visual Studio

The source code below is an abstraction of a code in production. But it is real, and the facts reported below apply to it. The code compiles normally in GCG (linux), but in Visual Studio 2017 (windows), I get the error:    LNK2005 "publ...
asked by 01.10.2017 / 07:30