Posts by Luciano Castilho • 11 points
4 posts
-
0
votes1
answer36
viewsQ: Mysql with . Net 4.6.2 - Error "Object reference not set for an instance of an object." dbContext class
Dear friends! I have a problem trying to access dbContext with Mysql, for example accessing Context.set(). Add(obj), I get the error message "Object reference not set for an object instance." the…
-
0
votes0
answers262
viewsQ: Dirt in XML string, line break( n) sent whenever the field is empty!
I’m assembling a string that has as its final result an XML template just below, and when receiving at the other end, a line break character appears in the empty fields, I’ve tried using replace(),…
c#asked Luciano Castilho 11 -
0
votes1
answer1966
viewsA: How to consume web service XML SOAP https with C# . Net Core 2.0?
Good, I couldn’t find a solution when using references (WCF), so I did it with Webrequest, ignoring protocols Tls, Ssl, and circumventing certificate validation. If anyone ever finds an answer,…
c#answered Luciano Castilho 11 -
-1
votes1
answer1966
viewsQ: How to consume web service XML SOAP https with C# . Net Core 2.0?
I referenced the WSDL by WCF from Visual Studio 2007, and created a simple class to test the communication, I can’t understand what’s wrong, I get the error : "Could not Establish trust Relationship…
c#asked Luciano Castilho 11