System.InvalidCastException: La conversion de la chaîne "" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
--- Fin de la trace de la pile d'exception interne ---
à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(Object Value, NumberFormatInfo NumberFormat)
à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(Object Value)
à Tools.CreateSuivi(String titre, TypeGraph type) dans C:\Inetpub\prodBMG\App_Code\Tools.vb:ligne 155
à admin_Graph.Graph_RenderGraph(Graphics g, MasterPane pane) dans C:\Inetpub\prodBMG\Graph.aspx.vb:ligne 18
à ZedGraph.Web.ZedGraphWeb.OnDrawPane(Graphics g, MasterPane mp)
à ZedGraph.Web.ZedGraphWeb.CreateGraph(Stream OutputStream, ImageFormat Format, Boolean bShowTransparency)
à ZedGraph.Web.ZedGraphWeb.Render(HtmlTextWriter output)
|