Questions tagged as 'visual-studio-2010'

1
answer

Can crystal report generate this format?

I want to generate this format in crystal report in visual studio. Since I need several sections, of repetition, section of text with fields taken from the base, then more repetition and the crystal designer has already defined its sections. Is...
asked by 24.02.2016 / 17:27
1
answer

The options to create installers do not appear in Visual Studio 2010

I have the problem that the recently installed visual studio 2010 does not appear as you see in the image below: when it is supposed to be "other types" but it does not come out and the vdproj can not be opened and I do not know how to install i...
asked by 12.12.2016 / 04:29
2
answers

Get varbinary (50) from SQL Server to byte [] in C #

I'm doing a Login , in which the user's password stored in the Database is of type varbinary(50) I must recover this value, to later compare it with the key string entered by the user. In the Database I have the following:...
asked by 06.04.2018 / 15:27
2
answers

Error opening old ASP.NET

I have had an old website made in Visual Studio 2010, I need to open it to see how it works internally. I try to open the project with VS2015 Professional but it gives me the following error and it does not open it for me. I would appre...
asked by 18.12.2017 / 16:20
1
answer

Problem building data from a DataSet manually C #

I have a dataset that contains a structure of 12 columns and I manually add 3 columns Entrada Parámetro , Salida Parámetro and Parámetro from another dataset , then link it to DataGridView , I am working w...
asked by 15.02.2018 / 20:55
2
answers

Move Previous / Next Record in DataGridView, C #

I am browsing the DataGridView records through the actions of the Anterior and Siguiente buttons, the current method that works correctly to scroll through each record. But I used this code for combining the same cells in...
asked by 09.02.2018 / 14:48
2
answers

Error opening project in VS2010

They passed me a project in Visual Studio 2010 to modify, but when I try to open it I see some errors and I can not work on it. I attach two images with the errors. Does anyone have any idea what it could be? Thank you....
asked by 10.06.2016 / 17:42
1
answer

Color in Row DataGridView when Check box CheckBoxColumn, C #

I am giving color to the row of DataGridView if the cell box is selected, I have created a function which I invoke in the event CellValueChanged of DataGridView works fine, but only when it is the user that check the box, i...
asked by 28.02.2018 / 20:25
1
answer

Why does this error occur? Input string was not in a correct format in c #?

Good morning: Peace with everyone ...    Error Searching in textbox is not controlled FromException, Input string was   not in a correct format. the folio is numeric type, when searching in my textbox if it does, but when you remove every...
asked by 23.09.2016 / 16:29
0
answers

doubt of recursion

I share this code in which it is about entering product data from a store using recursion, well my question is when I use recursion to compare the results on the amounts of each product to tell me what is the the amount that is repeated, I get a...
asked by 07.10.2018 / 01:56