Posts by Roberson Afonso Naves • 31 points
2 posts
-
1
votes0
answers78
viewsQ: Encoding exception.Registerprovider with Restsharp
Hello! I am getting an exception in "mscorlib.dll" when using Restsharp to every request made to the API. Exception thrown: 'System.Argumentexception' in mscorlib.dll ("'' is not a valid encoding…
-
2
votes1
answer43
viewsQ: C# How to pass service and model to a search window
Hello, I have the following situation. A CRUD form calling another form (common or generic) to search for records... private void barButtonItemProcurar_ItemClick(object sender,…