Questions tagged as 'visual-studio-2015'

1
answer

Problem with code snippet Visual Studio 2015

I have a code snippet that according to the syntax is all right, but I can not get the tab stop from the snippet to change to the variables that they are inside the parentheses, on the contrary I click tab , it does not do anything, I cli...
asked by 08.08.2017 / 02:37
4
answers

Initialize variable string

How can I initialize an empty string whose value is "" but in this line of code: Presenter.OnRazonSocialChanged(txtRazonSocial.Text); I had solved it in the Presenter's constructor in the following way: public ProveedorPresenter(Proveedor...
asked by 03.06.2016 / 02:58
2
answers

Send the contents of an .eml file by email with c #

Would it be possible to send the content of an .eml file by email with c # without an attachment? I am currently sending messages with class MailMessage and I do not know if it would be possible to enter the content (with included phot...
asked by 18.01.2016 / 17:45
1
answer

"No such interface supported" using Visual Studio 2015 Diagnostic Tools

I am trying to use Visual Studio 2015 Diagnostic Tools but when I open the window this message appears: The diagnostic tools failed unexpectedly. Then I check the output window and set the output to Diagnostics Hub there it th...
asked by 29.12.2015 / 21:46
2
answers

Integrate Android Studio project in TFS 2017

I wanted to know what is the best way to host an Android project in Team Foundation Server 2017 to version the code, commit, etc. I could already do it in one way, which is to add it by hand. But I do not like that I must enter the VS2015 eve...
asked by 04.10.2017 / 21:53
2
answers

Get Role List from the AspNetRoles table in MVC5

I want the default record to create a project in MVC5, under repeat password put a selection list ( ComboBox ) where I show the list of the roles that exist in the table AspNetRoles creates by default the Visual Studio. I have ha...
asked by 20.04.2017 / 16:31
1
answer

How do I download image contained in PictureBox with database in C #?

I have a question that I can not solve and I am looking for your help ... I comment, I have a datagrid which has a column type image in which I use as a preview of my image that is loaded from a database. Often I have a button type column...
asked by 07.12.2018 / 23:00
2
answers

Load Image from a picturebox

I'm doing a webcam program and I can not save the webcam image, until now only the camera appears in a picturebox, and I have a picturebox2 where I capture the image, but I need to save that image in a folder, either at desk or anywhere, and I d...
asked by 28.04.2016 / 16:59
2
answers

Keyboard shortcut to generate comment for functions in c #

I have functions in c # aspx in visual studio 201 with 15 parameters approximately    function x (param1, param2, etc ...) {} and I want to add documentation at the top for each parameter    / * @ param1       * @ param2       * etc....
asked by 01.02.2017 / 18:29
1
answer

Error editing DataGridView

I am working on a Windows Forms app, a problem has arisen in a DataGridView, I am working on the CellEndEdit event, in which when I edit a row and click on another row, it sends me an Exception. The operation is not valid because it causes a...
asked by 11.06.2016 / 19:07