XmlSyntaxException: System error.
System.Security.SecurityDocument.InternalGetElement (System.Int32& position, System.Boolean bCreate) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Security.SecurityDocument.GetElement (System.Int32 position, System.Boolean bCreate) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Security.SecurityDocument.GetRootElement () (at <eae584ce26bc40229c1b1aa476bfa589>:0)
having this error when we try to sign up, having execution of following lines
mForm.AddSecureField("name", user); // adds the login name to the form
mForm.AddSecureField("nick", nick); // adds the nick name to the form
mForm.AddSecureField("password", pass); // adds the player password to the form
mForm.AddSecureField("coins", bl_GameData.Instance.VirtualCoins.InitialCoins);
UI_LoginPro Error
- Lovatto
- Admin
- Posts: 1834
- Joined: Sun Dec 07, 2014 3:18 pm
- Contact: