Posts by Diego Berleis • 11 points
4 posts
-
-1
votes1
answer43
viewsQ: Problem in xml deserialization
I am trying to convert the following xml into object But it returns the empty categories Code: Records records = new Records(); XmlSerializer serializer = new XmlSerializer(typeof(Records)); records…
-
1
votes1
answer718
viewsQ: Problem with winppla.dll
I’m developing a solution for an Argox printer, so I downloaded this example to see how it works: http://www.argox.com/wp-content/uploads/largedriver/Command%20Library%20V410.zip The example can be…
-
0
votes1
answer51
viewsQ: charset does not work
I’m trying to return a Viewbag in dialog, it even works, but does not support the accents Code: <script type="text/javascript" charset="utf-8"> $(document).ready(function () {…
-
-1
votes2
answers979
viewsQ: Convert value to C#object
I am doing an integration where the system uses socket connection, I send and receive messages to reach an end, and the messages comes in this format: aplicacao="Teste" retorno="1" sequencial="191"…