Questions tagged as 'visual-studio'

1
answer

Filter data from a gridview according to a second table

Dear, I have the following doubt, in visual basic, with database sql server, I want a datagridview to show me the data of a table in my database called auto_marks_list, but it leaked without showing the marks of the cars that are stored in an...
asked by 29.11.2017 / 19:55
1
answer

Save changes in SQlite after CellEndEdit c #

My doubt would be which method I can use for, after modifying a cell of a dataGridView, using the CellEndEdit event, update my database in SQlite.     
asked by 26.12.2017 / 11:52
0
answers

how can I generate this element in windows forms?

I know that it is not necessary to open a post for this but I could not see an element like the one I was trying to: Sorry but esque I am very new and the metro framework is giving me many problems and I was trying to put something simi...
asked by 01.11.2017 / 23:05
1
answer

C # How to package dlls in an .exe

I have an executable (.exe) developed in Visual Studio 2017, I compile it with Costura.Fody to package all the dll that are needed during the execution of the application, however there are 3 dll that must be manually copied to the same location...
asked by 09.11.2017 / 20:27
0
answers

Credentials in the Visual Studio repository manager

Has anyone used the Visual Studio repository manager? I started using it, and when I create a repository it allows generating a key, I generate it, then when I make a clone or a first pull it never asks me for that credential, then: - These r...
asked by 16.11.2017 / 22:03
1
answer

embed dll's or references in my program with visual studio

Hello I was trying to automatically add the dll's that require my program to be added by means of some extension or something. Probe with sewing.fuddy but I get the error: coustura.fuddy no debug symbols Seeing that it did not work, try res...
asked by 24.10.2017 / 19:59
0
answers

Visual Studio 2010 Does not allow you to create a project

I need your help please, I have Visual Stidio 2010 Professional in Spanish and I get the error of the image, I have windows 7 enterprise 64bits Try to install and install from 0, repair, also reset the configurations, reinstall framework 4, a...
asked by 01.11.2017 / 15:14
2
answers

Error when referring to label C #

Good morning. First of all I appreciate the help. The problem is the following: I'm working on a C # project, exactly WPF, the problem is that when I try to reference a label to change its content (because the property in the WPF label is Conten...
asked by 14.10.2017 / 00:16
1
answer

Retrieve IDENTITY

Dear I have a problem that I was looking for I did not find a solution, I have the following tables in sql server 2008 and I have an application in Visual studio 2017, from WinForms WEB, with my connection to my database through CODE FIRST...
asked by 15.09.2017 / 22:01
2
answers

Get data from a DataGridView

How can I get data from a DataGridView? I have an object called dgvPersonas of type DataGridView, I charge data, they are shown correctly in the table and now I want to recover that data. Specifically select a row, to then obtain a column from t...
asked by 08.09.2017 / 01:42