|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/28/2009 7:53:01 AM
Posts: 2,
Visits: 8
|
|
I've installed the released version (3.0.1) and the Beta (3.1.1) and I'm getting the same error just moving through / manipulating projects. On the Beta (the version I currently have installed). I generated this error trying to delete the TEST2 project included in the Beta version:
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application wil close immediately.
Conversion from string "0" to type 'Double' is not valid.
Details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidCastException: Conversion from string "0" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
at I_Assure_DIACAP_Toolset.modChart.AddACCSTATUSChart()
at I_Assure_DIACAP_Toolset.modChart.CreateACCStatusChart()
at I_Assure_DIACAP_Toolset.frmMain.RefreshExistingProjects()
at I_Assure_DIACAP_Toolset.frmMain.DeleteProject()
at I_Assure_DIACAP_Toolset.frmMain.UltraToolbarsManager1_ToolClick(Object sender, ToolClickEventArgs e)
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.OnToolClick(ToolClickEventArgs e)
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.FireEvent(ToolbarEventIds id, EventArgs e)
at Infragistics.Win.UltraWinToolbars.ToolBase.OnToolClick()
at Infragistics.Win.UltraWinToolbars.ButtonToolUIElement.DoClickProcessing(MouseEventArgs e)
at Infragistics.Win.UltraWinToolbars.ButtonToolUIElement.OnMouseUp(MouseEventArgs e)
at Infragistics.Win.ControlUIElementBase.ProcessMouseUpHelper(Object sender, MouseEventArgs e)
at Infragistics.Win.ControlUIElementBase.ProcessMouseUp(Object sender, MouseEventArgs e)
at Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e)
at Infragistics.Win.UltraControlBase.OnMouseUp(MouseEventArgs e)
at Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativewindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativewindow.WndProc(Message& m)
at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
My system has .Net installed (versions 1.1, 2.0 and 3.5SP1) and I'm running XP SP3.
Thanks!
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/28/2009 7:53:01 AM
Posts: 2,
Visits: 8
|
|
| I apologize, just noticed this is the wrong forum. Please move if necessary.
|
|
|
|