Questions tagged as '.net'

0
answers

References Crystal Report not found

Good afternoon, I made a migration from a Visual Studio 2005 project to Visual Studio 2012, and now I have a problem in Crystal Reports reference:     using CrystalDecisions.Shared;     using CrystalDecisions.ReportSource;     using CrystalDe...
asked by 30.07.2018 / 19:50
2
answers

C # - DataGridView does not change DefaultCellStyle.BackColor property sent from a class to the Form

I'm having a question in C # regarding DataGridView. In this scenario I have a Form where I run a Datagrid bringing information from another class. After the data is loaded by the Datagrid.Datasource the Grid is displayed on the screen withou...
asked by 02.08.2018 / 19:45
1
answer

How to execute and capture the output of a command line in C #

Person, is as follows. I have an application that works on the command line. This application receives parameters by command line, eg: program.exe [parameters] I want to make an interface where I run this application by passing the commands and...
asked by 25.07.2018 / 17:51
1
answer

C # List Console

How do I display only the third list values, in the case of ("500, 900, 2000, 1500, 2000)." And as I do this same process to display only the third values of the list that has associated the second value of the list equal to "Rectangular Table...
asked by 21.07.2018 / 18:22
1
answer

Visual Studio quitting Debug unexpectedly (IIS error)

I came to share a solution that at least worked for me after several attempts. But first I'll explain the problem: Once I was using windows 7, I had a problem starting a webapp debug when I clicked on the url input of the browser, started a n...
asked by 27.07.2018 / 18:37
1
answer

Error when using Parallel.Foreach

I'm making some improvements in a method, which now takes an average of 19 to 22 seconds to bring the information to VIEW and I saw the possibility of replacing the foreach with Parallel.Foreach. I changed and rolled the code locally and it w...
asked by 23.07.2018 / 21:10
1
answer

Converting Jobject with Dynamic Objects

I've been having this little problem for some time, I need to get the values from the supplied object and add them to a list but I can not find a way to map them because they are coming dynamically Array received "respostas": { "0": {...
asked by 20.07.2018 / 15:04
0
answers

I need to click through the class on a button in the webbrowser of visua basic

So I'm trying to click the button for the class using the visual basic webbrowser with this code here, but it just does not click and I do not understand why .. if you can help me, thank you. Dim PageElement1 As HtmlElementCollection = WebBrow...
asked by 18.07.2018 / 04:59
1
answer

Random () generating repeated numbers

I'm developing a small application to import XML, which searches for the items in the note and performs the search of the same in% of the internal% of the company. When the item is not found, the link is done manually and this information is sav...
asked by 25.03.2015 / 13:35
0
answers

Doubts the SendBird API to create a chat

Good evening guys, I'm doing a little project and I'm using the SendBird API to create a chat, but I'm having problems receiving the message that was sent from one user to another, could they help me? Here is the code to receive the message...
asked by 23.06.2018 / 23:57