Advertisement
Guest User

idnetpruebas

a guest
May 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. Exception in Gtk# callback delegate
  2. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  3. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Xml.XmlException: Root element is missing.
  4. at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  5. at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo (System.String res) [0x00017] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  6. at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x0035d] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  7. at System.Xml.XmlTextReaderImpl.Read () [0x0008c] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  8. at System.Xml.XmlLoader.Load (System.Xml.XmlDocument doc, System.Xml.XmlReader reader, System.Boolean preserveWhitespace) [0x000a6] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  9. at System.Xml.XmlDocument.Load (System.Xml.XmlReader reader) [0x0002e] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  10. at System.Xml.XmlDocument.LoadXml (System.String xml) [0x00018] in <cd710c990b4b4c13bb8ed642085e1ee4>:0
  11. at ConvertionLibraryS.Convertion.stringToXml (System.String texto) [0x00005] in <30f5a6e762414a80b1805d058dd5623d>:0
  12. at PostBoxLibraryS.PostBoxGK.ProcesarRespuesta (System.String response) [0x00000] in <f61a1072186649c192a218b33bf424ea>:0
  13. at IDNetSoftware.MainWindow.SolicitarVecinos () [0x00052] in <ca5b31a3c874467b809c43fb3ca13d83>:0
  14. at IDNetSoftware.MainWindow.CargoBasesDeDatosDeLaOV () [0x00000] in <ca5b31a3c874467b809c43fb3ca13d83>:0
  15. at IDNetSoftware.MainWindow..ctor () [0x000e4] in <ca5b31a3c874467b809c43fb3ca13d83>:0
  16. at IDNetSoftware.LoginWindow.OnButtonOkClicked (System.Object sender, System.EventArgs e) [0x00062] in <ca5b31a3c874467b809c43fb3ca13d83>:0
  17. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  18. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <71d8ad678db34313b7f718a414dfcb25>:0
  19. --- End of inner exception stack trace ---
  20. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <71d8ad678db34313b7f718a414dfcb25>:0
  21. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <71d8ad678db34313b7f718a414dfcb25>:0
  22. at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <71d8ad678db34313b7f718a414dfcb25>:0
  23. at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <71d8ad678db34313b7f718a414dfcb25>:0
  24. at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <71d8ad678db34313b7f718a414dfcb25>:0
  25. at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0007d] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  26. at GLib.Signal+SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x0000c] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  27. at GLib.Signal+SignalClosure.MarshalCallback (System.IntPtr raw_closure, GLib.Value* return_val, System.UInt32 n_param_vals, GLib.Value* param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00050] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  28. at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  29. at GLib.Signal+SignalClosure.MarshalCallback (System.IntPtr raw_closure, GLib.Value* return_val, System.UInt32 n_param_vals, GLib.Value* param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00000] in <940f51fcd0434c359bfa4fdc8e64ad03>:0
  30. at Gtk.Application.gtk_main () [0x00000] in <e8d21baece374fadb4e2b3899720848c>:0
  31. at Gtk.Application.Run () [0x00000] in <e8d21baece374fadb4e2b3899720848c>:0
  32. at IDNetSoftware.MainClass.Main (System.String[] args) [0x00000] in <ca5b31a3c874467b809c43fb3ca13d83>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement