Help Please

01/19/2013 20:14 magnon#1
[Only registered and activated users can see links. Click Here To Register...]
01/19/2013 20:16 pro4never#2
The error says that the string is not in the right format.

Go to that line of code, see where it's reading that string from and check that you don't have junk entries. Looks like a bad guild entry to me.
01/19/2013 20:32 magnon#3
Quote:
Originally Posted by pro4never View Post
The error says that the string is not in the right format.

Go to that line of code, see where it's reading that string from and check that you don't have junk entries. Looks like a bad guild entry to me.
thx for your help but where i can find this code ? and i think this problem from database cuz when i use same code at english server work fine but with arabic get this
01/19/2013 20:50 pro4never#4
I just told you... Look at the error it says exactly what went wrong and where in your code it happened.

System.Guid.TryParseGuidWithNoStyle

The Guid it's trying to read from the guild database is not in the correct format of characters and dashes. If you want it to support non standard characters then I'd suggest writing the system to support it.