Posts by Cristiano Lagame • 1 point
3 posts
-
0
votes0
answers16
viewsQ: Why can’t I handle errors when mapping tables?
How can I improve error handling when mapping tables/views? I already solved the error, but I need to e-mail a message with details of the error, as it is not Code First, I end up having these…
-
3
votes1
answer868
viewsQ: Error 400 when sending request to Esocial (C#)
I am receiving error 400 when executing SOAP request on eSocial servers as a response. The error occurs in this command: using (HttpWebResponse resposta = request.GetResponse() as HttpWebResponse) I…
-
-1
votes2
answers204
viewsA: I’m not getting to work with localStorage
I made it work, take a look at the code below: Note that I switched to popular input fields, but only for testing. The score of X is recorded correctly via the local codeStorage.setItem(chaveX,…