Questions tagged as '.net'

1
answer

Pass sentences by voice to text c #

I'm finishing a voice recognition application in c# , but it recognizes only words (not sentences), besides that some of the words that the program recognizes are not the ones I pronounce verbally, I would like them to help me so that the...
asked by 18.07.2017 / 16:27
3
answers

signalr - TypeError: chat is undefined

I am developing a simple chat with signalr and I have run into an error that I still can not solve. It says that the variable chat is not defined which is not true, since I am declaring it. var chat = $.connection.chat...
asked by 06.12.2015 / 17:19
1
answer

Possible inheritance between properties of the same name but of a different type?

I am implementing a client of a service that provides me certain classes through a WSDL. In itself these classes build a structure a bit complex, but connecting to 2 service methods the answers are almost identical in terms of objects, with the...
asked by 05.12.2017 / 19:31
1
answer

Get the full name of a property

I am working on C #, using Linq Dynamic to do some sorting, so I was generated the need to obtain the names of the properties as string . When the properties are simple, they do not generate any conflict, since I can use nameof()...
asked by 22.11.2018 / 13:07
1
answer

Error consuming Web Service

For the month of July, a new service of the Spanish Tax Agency (AEAT) will be implemented, through which the Web Service will send information about the company's billing. The system is the SII (Immediate Information Supply). The agency has p...
asked by 14.02.2017 / 07:13
1
answer

Help with a query in linq

I want to make a classification so to speak of a list that I have, I'm trying to do it with linq. well this is what I want .. Result. This the information with which I count. Proveedor: Videmont Cap. Morgan = $450.12 ET. Negra = $620.32 P...
asked by 26.06.2018 / 23:42
2
answers

NHibernate, Antlr and Antlr3 Exception from HRESULT: 0x80131040

I have the following situation: I have NHibernate 2.1.2.4000 that requires yes or yes Antlr 3.1.1 I did an optimization of the entire web application using minification and bundling techniques with WebGrase that uses Antlr (> = 3.4.1...
asked by 08.03.2017 / 19:51
1
answer

Serialize data of objects compiled in a class library

Greetings, I have a problem with a serialization exercise. The theme is the following: I have a ClassLibrary with the classes Fruit (abstract), Apple and Banana that are derived from Fruit and another class Cajon that contains a list of "fruits"...
asked by 21.06.2016 / 17:55
1
answer

Jquery Ajax Post (onchange infinite loop)

Good people I have the following problem: I have a dropdownList that depending on its value brings me by ajax a different form with its respective button, until there works well. <div id="contformularios1"> </di...
asked by 27.01.2016 / 14:49
1
answer

C #: Read XML file with NameSpace

I want to get the values of these nodes in a XML file and each of these values assign a variable to it. I get the file this way: CODE: var miXML = File.ReadAllText("D:\20101284981-01-0002-0000000060.xml"); XML: <?x...
asked by 28.12.2016 / 17:33