Bonjour, Je developpe une application en asp.net ( c#) et j'ai constament une erreur qui apparait du genre : [NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.] quelqu'un pourrait'il m'aider svp. merci ArrayList LocalCurrency; String InterestValue; String StartDate; String EndDate; DateTime Start; DateTime End; String ListeCurrency; public void Page_Load(object sender, EventArgs e) { //Recuperation des valeurs de session StartDate = Session["StartDate"].ToString(); EndDate = Session["EndDate"].ToString(); InterestValue = Session["InterestValue"].ToString(); LocalCurrency = (ArrayList)Session["LocalCurrency"];