Questions tagged as 'c#'

1
answer

Error generating a crystal report report

I am having problems trying to generate a report made in crystal report from C #, this is an image of the error. This is the code I am using to call the report: frmReporteDescuentosFaltanInabima view = new frmReporteDescuentos...
asked by 19.05.2017 / 10:58
1
answer

Files deleted by mistake

Accidentally remove some files from my project in C #, & to make changes to it, or execute it, it marks me error for those files that are not found & nor does it reflect the modifications made ... as I do to recover those files.  These f...
asked by 19.05.2017 / 18:15
2
answers

How to get the screen coordinates of a joint or more per screen?

Very good, I've been trying for a couple of weeks to get the coordinates for example of HandLeft (left hand) that I visualize with Kinect inside my WPF application in Visual Studio, but I can not think of how to do it. The part of the code wh...
asked by 16.05.2017 / 09:51
1
answer

Several Request with EF Core in Net Core

I have the following problem. I have a WebApi Rest in .Net Core where I use EntityFramework Core, I make a request and it works very well, the mess is when I make two requests at the same time, apparently it only supports one at a time, if I...
asked by 11.05.2017 / 23:34
1
answer

I need to make a chronometer in C # [closed]

I'm having trouble making my stopwatch, I do not know if someone can help me do it, I'm new to this and it's a bit difficult for me.     
asked by 11.05.2017 / 23:28
1
answer

Scroll column in DataGridView and Add C # [closed]

How about, I hope and you can help me. I have a datagridview, the data I upload using a txt file, with two fields (Code and Stock). Now, as I do so that when going through the Code column to find a repeated code I add the STOCK of the two or...
asked by 26.05.2017 / 22:52
4
answers

Leave a default value in a ComboBox

Good day this time my question is a bit simple but forget how to do it, it turns out that I am loading a ComboBox with the information contained in a tabla , the Combo is loaded correctly, I just want to add to this as the de...
asked by 26.05.2017 / 16:24
1
answer

Consume an asp web service

I have the following problem. I'm working with web services on c #. They have given me a url of a service to consume but it is very different from the others I have worked with (apparently it is developed in asp). The url does not have wsdl (Web...
asked by 26.05.2017 / 15:24
2
answers

An image is not loaded in BitmapImage

I am trying to load images at run time and each one is selected by means of a switch: seguimiento.tareaA = new Image(); switch (rowTarea["idTareaTipo"].ToString()) { case "f7f91a6f-24a2-1034-b505-d1f...
asked by 26.05.2017 / 19:09
1
answer

How to load an assembly using a delimiter in c #

Hello, if I write this question it is because I have tried everything but it has not worked. The only way possible is to drop or put the file on disk but it seemed an inefficient program so I decided to add the assembly to the executable and the...
asked by 10.05.2017 / 13:16