I am having trouble getting this to run in 2.1.1 and have done the following:
1. Deleted DB folder and all existing profiles, plugins, etc.
3. Manually installed new Trinity + QuestTools
4. Put TrinityInteract.cs in Plugins/Trinity, and TrinityOOCToggle.cs in a new "XmlTags" Folder in Plugins/Trinity
5. Go to Plugins/QuestTools/ProfileTags/Depreciated and delete "TrinityInteract.cs"
.... error log:
Failed to load profile: '', hexadecimal value 0x1F, is an invalid character. Line 1, position 1.
System.Xml.XmlException: '', hexadecimal value 0x1F, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at Zeta.Bot.Profile.Profile.Load(String path)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)
Thanks for any help.