Posts by Arthur Mapa • 11 points
4 posts
-
0
votes1
answer26
viewsA: Gchandler.Cs Error Visual Studio 2017
Well, I solved it this way: First downloaded the project from dll "mscorlib" in the following link = https://referencesource.microsoft.com/#mscorlib/system/Runtime/interopservices/gchandle.Cs Then…
-
0
votes1
answer26
viewsQ: Gchandler.Cs Error Visual Studio 2017
Good morning, I am debugging my project and while running it I come across the following error: Someone has already dealt with this problem and can help me solve it?…
-
0
votes2
answers2693
viewsA: What is a domain class?
Domain classes are used to create the various elements in the domain and domain relationships are the links between the elements. They are the representation of design time, the elements and links…
-
0
votes1
answer699
viewsQ: Send Json from client application and receive on Server
I have a problem sending a json from my client application to my server API. Json is generated correctly, and the POST request is made, but on the server side the following error is reported:…