Ok et un grand merci à toi .
Encore deux petits problèmes:
Cliquez pour révéler
Cliquez pour masquer
Erreur 1 'Bot_Dof.Network.messages.HelloConnectMessage' ne contient pas une définition pour 'Salt' et aucune méthode d'extension 'Salt' acceptant un premier argument de type 'Bot_Dof.Network.messages.HelloConnectMessage' n'a été trouvée (une directive using ou une référence d'assembly est-elle manquante ?) E:\Documents and Settings\nom\Local Settings\Application Data\Temporary Projects\WindowsFormsApplication1\WindowsFormsApplication1.cs 52 69 WindowsFormsApplication1
Cliquez pour révéler
Cliquez pour masquer
Erreur 2 'Bot_Dof.Network.messages.HelloConnectMessage' ne contient pas une définition pour 'Key' et aucune méthode d'extension 'Key' acceptant un premier argument de type 'Bot_Dof.Network.messages.HelloConnectMessage' n'a été trouvée (une directive using ou une référence d'assembly est-elle manquante ?) E:\Documents and Settings\nom\Local Settings\Application Data\Temporary Projects\WindowsFormsApplication1\WindowsFormsApplication1.cs 52 91 WindowsFormsApplication1
Je crois avoir trouver.
base:
Im.credentials = new CryptPass().Crypt_Pass(Hcm.Salt + "MonPass", Hcm.Key);
Modification:
Im.credentials = new CryptPass().Crypt_Pass(Hcm.salt + "MonPass", Hcm.key);
Dernier problème:
Cliquez pour révéler
Cliquez pour masquer
Erreur 1 Le programme 'E:\Documents and Settings\nom\Local Settings\Application Data\Temporary Projects\WindowsFormsApplication1\obj\x86\Release\WindowsFormsApplication1.exe' ne contient pas une méthode 'Main' statique appropriée pour un point d'entrée WindowsFormsApplication1