i need help plz source 5375

09/29/2011 23:23 alaa410#1
how can fixed it

[Only registered and activated users can see links. Click Here To Register...]

of a String.
Parameter name: s
at System.Text.Encoding.GetBytes(String s)
at Conquer_Online_Server.Network.Cryptography.Conquer PasswordCryptpographer..
ctor(String key) in C:\Source\Source\Network\Cryptography\ConquerPassw ordCryptpo
grapher.cs:line 41
at Conquer_Online_Server.Program.AuthServer_AnnounceR eceive(Byte[] arg1, ISoc
ketWrapper arg2) in C:\Source\Source\Program.cs:line 1880
at Conquer_Online_Server.Network.Sockets.AsyncSocket. AsyncReceive(IAsyncResul
t res) in C:\Source\Source\Network\Sockets\AsyncSocket.cs:li ne 97
09/30/2011 00:40 BaussHacker#2
Put this inside:
if (String.IsNullOrEmpty(s) || String.IsNullOrWhiteSpace(s))
return;

BUT obviously it would just ignore the exception, however you have done something wrong, check that you actually have set a key.
09/30/2011 00:47 alaa410#3
Quote:
Originally Posted by BaussHacker View Post
Put this inside:
if (String.IsNullOrEmpty(s) || String.IsNullOrWhiteSpace(s))
return;

BUT obviously it would just ignore the exception, however you have done something wrong, check that you actually have set a key.
ok can you help me and make this and i talk you one for my source