I am trying to make universal storage keys but i am getting most errrors because of xmls being erased.
Is there a way to make them work in recent version?
Thanks in advance.

The errors are these
C#:
Severity    Code    Description    Project    File    Line    Suppression State
Error    CS0426    The type name 'RepairSkillType' does not exist in the type 'RepairDeed'    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Main Data Management\ItemListEntries.cs    992    Active
Error    CS1503    Argument 3: cannot convert from 'Server.Mobile' to 'bool'    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Main Data Management\ItemListEntries.cs    944    Active
Error    CS1061    'TreasureMap' does not contain a definition for 'ChestMap' and no accessible extension method 'ChestMap' accepting a first argument of type 'TreasureMap' could be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Main Data Management\ItemListEntries.cs    291    Active
Error    CS1729    'XmlAttachment' does not contain a constructor that takes 1 arguments    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    113    Active
Error    CS1061    'Keyguard' does not contain a definition for 'Delete' and no accessible extension method 'Delete' accepting a first argument of type 'Keyguard' could be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    69    Active
Error    CS1061    'Keyguard' does not contain a definition for 'Name' and no accessible extension method 'Name' accepting a first argument of type 'Keyguard' could be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    63    Active
Error    CS1061    'Keyguard' does not contain a definition for 'SetAttachedBy' and no accessible extension method 'SetAttachedBy' accepting a first argument of type 'Keyguard' could be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    62    Active
Error    CS0103    The name 'XmlAttach' does not exist in the current context    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    60    Active
Error    CS0103    The name 'XmlAttach' does not exist in the current context    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    58    Active
Error    CS0103    The name 'XmlAttach' does not exist in the current context    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    52    Active
Error    CS0103    The name 'XmlAttach' does not exist in the current context    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    31    Active
Error    CS0103    The name 'XmlAttach' does not exist in the current context    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    29    Active
Error    CS0426    The type name 'RepairSkillType' does not exist in the type 'RepairDeed'    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Main Data Management\ItemListEntries.cs    912    Active
Error    CS0426    The type name 'RepairSkillType' does not exist in the type 'RepairDeed'    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Main Data Management\ItemListEntries.cs    886    Active
Error    CS0115    'Keyguard.Deserialize(GenericReader)': no suitable method found to override    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    125    Active
Error    CS0115    'Keyguard.Serialize(GenericWriter)': no suitable method found to override    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    117    Active
Error    CS0246    The type or namespace name 'ASerial' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    113    Active
Error    CS0246    The type or namespace name 'Attachable' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    106    Active
Error    CS0246    The type or namespace name 'AttachableAttribute' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    106    Active
Error    CS0246    The type or namespace name 'Attachable' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    101    Active
Error    CS0246    The type or namespace name 'AttachableAttribute' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    101    Active
Error    CS0246    The type or namespace name 'XmlAttachment' could not be found (are you missing a using directive or an assembly reference?)    Scripts    C:\Peaceful Coast\Scripts\Custom\Universal Storage Keys Version 2.0.6\Extras\Extras.cs    93    Active
 
Back