RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Exception during Initialize #136

Closed Manlibear closed 10 months ago

Manlibear commented 1 year ago

Followed the set up procedure.

Targetting net6.0 GeonBit.UI: 4.1.0.1

An unhandled exception of type 'System.InvalidOperationException' occurred in System.Private.Xml.dll: 'There is an error in XML document (2, 2).'
 Inner exceptions found, see $exception in variables window for more details.
 Innermost exception     System.InvalidOperationException : <XnaContent xmlns=''> was not expected.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderDefaultStyles.Read12_DefaultStyles()
RonenNess commented 10 months ago

Hello, I changed the way GeonBit.UI uses XMLs from using XNA content to regular XMLs. If problem persist please reopen. Thanks!