Questions tagged as 'visual-studio'

2
answers

Visual Studio copy file to output directory

Hello In my project I have an xml file and I want to copy this file to the output directory at compile time so that it gets along with the executable file and other files. For this I created a post-compilation event to copy this file to the o...
asked by 20.09.2016 / 17:17
1
answer

How to transfer a TFS workspace to another user

Well, I need to send my peddings changes to another user in the team foundation, by vs15 it is possible? I usually did a shelve and down on my other pc, however it was the same user in case, my ... Thank you guys!     
asked by 06.10.2016 / 00:05
1
answer

How to count how many characters are in a selection?

Is there any way, trick or extension for Visual Studio 2015 that tells me how many characters are there in the selection I made , including spaces or null characters? Note: I want to tell the selection of Visual Studio itself, from its own...
asked by 16.10.2016 / 02:41
1
answer

Ribbon for Visual Studio Express 2013

How to install or activate Ribbon in Visual Studio Express 2013?     
asked by 10.03.2015 / 18:10
2
answers

How is crud to update records in SQL Server by Visual Studio C #?

I'm using this code, it does not error, but does not update the data public static int attLoja(LojaVirtual loja) { int resposta = 0; using (OdbcConnection conexao = ConexaoPadrao.CreateConnection()) {...
asked by 25.05.2015 / 19:17
1
answer

How to search for files recursively inside a folder?

I'm developing an application, and I need to return the paths of files that have the same name and same extension from within a specific folder, to assign a version there, but I do not know any method to take as a basis. Basically, I would have...
asked by 02.04.2015 / 13:15
1
answer

Changes in a Desktop Application - Visual Studio C #

I'm starting to create desktop-type applications in Visual Studio C # and I came to the following doubt, after generating an application executable and installing on another computer it is possible to make changes to that application without hav...
asked by 10.07.2018 / 13:56
1
answer

Error creating Diagrams in SQLServer Studio 2014

This week I had a problem creating diagrams in my database (SQL Server 2014), it returned an error message:    Database diagram support objects can not be installed because this   database does not have a valid owner. To continue, first use t...
asked by 27.06.2018 / 20:54
2
answers

Problem when starting visual studio solution

I want to open this solution but I can not, could anyone help me solve this error?     
asked by 29.05.2018 / 21:04
2
answers

Connection error with database .MDF C # Visual Studio

App.Config <connectionStrings> <add name="conn" connectionString="Data Source=.\SQLExpress;AttachDbFilename=C:\Sistema\Sistema.mdf;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectio...
asked by 25.05.2018 / 01:03