jueves, 11 de agosto de 2016

Un nombre no puede empezar con el car cter '>', valor hexadecimal

log4net:ERROR Error while loading XML configuration
System.Xml.XmlException: Un nombre no puede empezar con el car cter '>', valor hexadecimal 0x3E. L¡nea 14, posici¢n 8.
   en System.Xml.XmlTextReaderImpl.Throw(Exception e)
   en System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   en System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
   en System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
   en System.Xml.XmlTextReaderImpl.ParseElement()
   en System.Xml.XmlTextReaderImpl.ParseElementContent()
   en System.Xml.XmlTextReaderImpl.Read()
   en System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   en System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   en System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   en System.Xml.XmlDocument.Load(XmlReader reader)
   en log4net.Config.XmlConfigurator.InternalConfigure(ILoggerRepository repository, Stream configStream)
java.lang.NumberFormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.Convert.ToInt32(String value)
   en com.genexus.util.IniFile.getIntegerProperty(String section, String key, String defaultValue)
   en com.genexus.db.Namespace.<init>(String name, IniFile iniFile)
   en com.genexus.db.Namespace.createNamespaces(IniFile iniFile)
   en com.genexus.Application.init(Class gxCfg, Boolean doLogin)
   en com.genexus.Application.init(Class gxCfg)
   en call_daemons2daily.Main(String[] args)

Excepci¢n no controlada: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.Convert.ToInt32(String value)
   en com.genexus.util.IniFile.getIntegerProperty(String section, String key, String defaultValue)
   en com.genexus.db.Namespace..ctor(String name, IniFile iniFile)
   en com.genexus.db.Namespace.createNamespaces(IniFile iniFile)
   en com.genexus.Application.init(Class gxCfg, Boolean doLogin)
   en com.genexus.Application.init(Class gxCfg)
   en call_daemons2daily.Main(String[] args)
Execution Failed
Run daemons2daily Failed

GUIObjectGuid

Evo 3: Acabo de recibir un error al usar elementos del tipo GUID en DataViews


CS0246: No se puede encontrar el tipo o el nombre de espacio de nombres 'GUIObjectGuid'




Para solucionarlo eliminé los atributos de este tipo... -.-