ReClass.NET
ReClass.NET copied to clipboard
Sequence contains no elements (System.Core)
Your file contains an enum without values. Do you know how you created that? I found no way to do that with the ui.
my reclass crashed when i added value to enum, so that may have caused the problem. By now i 've fixed this by running reclass under visual studio debugger and after it hit breakpoint on "var enumsElement = document.Root.Element(XmlEnumsElement);" line changed 'enumsElement' to nullptr, that allowed me to load, and then 'Save as' my file, it's working for now.