Posts by Nivaldo Frigo • 19 points
3 posts
-
0
votes1
answer19
viewsA: Asp.Net api with xml Iscancellationrequested
By checking the IIS log we will have the following information: sc-status sc-substatus sc-Win32-status time-Taken 500 64 124887 sc-Win32-status 64 means "The specified network name is no longer…
-
0
votes1
answer19
viewsQ: Asp.Net api with xml Iscancellationrequested
I have an api that accepts the post request with json and xml for Pedidocompra, for cases where I receive the xml is occurring an anomalous request cancellation, that is, some enter the api and…
-
1
votes0
answers168
viewsQ: Entity Framework Conflicting changes to the role of the Relationship have been Detected
I have two objects that use a third in common and I have a problem in routine: 1) Creating a New Manufacturer var fab = new Fabricante(); DBSet.Add(fab) //Sem SaveChanges Then searching for the…