Nodo N; foreach (string S in listBox_nodos.Items) { N = graph.getNodoName(S); string comp = (string) listBox_nodos.SelectedItem;
In the code below, DoGet is working very stable. But DoPost throws an uncatcheable InvalidOperationException randomly. I am lost. Any pointers will be of immense help.