Questions tagged as 'c#'

1
answer

Compare 2 fingerprints using SQL and C #

Good day I have an application that I set up on the Internet, and adapt it to my needs, I have only managed to get the data captured, I used Digital Person SDK 1.6.1, I have a fingerprint reader: digital person 4500u. In my database I store t...
asked by 19.09.2018 / 20:57
0
answers

VS.Net Pro 2015 Error when Pressing F5

I am using Visual Studio Professional 2015 (Update 3) for the development of applications. The problem is that when I press F5, to start debugging, the IDE shows the following message:    The operation can not be completed The strangest...
asked by 18.09.2018 / 18:47
0
answers

Take data from a string CSV String C #

I have a small application in C # for desktop where I have a method that makes a request get that in response it receives a string with the contents of a csv file, when I already have it catched I remove the spaces with the trim method and I'm l...
asked by 28.08.2018 / 18:39
1
answer

Problem when deserializing JSON in dataSet

I am trying to deserialize a JSON result towards dataset . When trying to do it I throw the following error:    Additional text found in JSON string after finishing deserializing object. Path '[0].studentID' , line 1, I do not...
asked by 15.08.2018 / 16:56
0
answers

Rename stored procedure columns Informix 7.x

I have a procedure stored in informix 7.x, it is called in Nhibernate using the CreateSQLQuery method. The problem is that all the columns returned by the stored procedure have the same name "expression" and when the procedure is called you c...
asked by 15.08.2018 / 17:53
0
answers

XML read error: poorly formed IIS

I am new to the management of web services I have finished my class product and my webservice.asmx I show the code, well the fact is that when I publish correctly the web service in IIS no there are errors all right, long before returning the...
asked by 23.08.2018 / 10:20
3
answers

I must consult a field in a table and see if there is a value

In a table I have the CM1_CUENTA field where a user can have many accounts but I need to know if among all of them exists the numbers 2365xxxx or 53152001 to perform an action and if none exists, perform another action. consulta2 = "SELECT * F...
asked by 10.08.2018 / 22:39
2
answers

stored procedure does not return response [mysql]

Hello all good morning, I have to do a search in a form of c #, for this I have a procedure stored in MYSQL that will show the results of a certain word entered in a textbox, the issue is that the sp does not return any result, the procedure cod...
asked by 14.08.2018 / 17:27
0
answers

Why do not all the variables pass through the GET method in C #?

I have the following driver to receive parameters by get I send my url as link public ActionResult UsarCode(string rmail, string rcompany, string raddress, string rpais, string rtel, string rhash, string ridpalpay, string rpriority, strin...
asked by 14.08.2018 / 18:12
2
answers

Run PHP function from C #

I have a REST API with a function that returns a number (folio for me) and adds 1 and so on, if I execute that function from Postam using the API URL, it returns what I want, until here everything very well. Now as I command to execute that func...
asked by 07.08.2018 / 17:31