You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launch XrmToolBox.exe I have this error message and the app crash :
à System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
à System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
à System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
à System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object val
And in the windows event I have this message :
Application : XrmToolBox.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.FormatException
à System.Number.StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
à System.Number.ParseInt32(System.String, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
à System.ComponentModel.Int32Converter.FromString(System.String, System.Globalization.NumberFormatInfo)
à System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
Informations sur l'exception : System.Exception
à System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
à System.Drawing.ColorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
à System.Drawing.ColorTranslator.FromHtml(System.String)
à WeifenLuo.WinFormsUI.ThemeVS2012.VS2012PaletteFactory.Initialize(WeifenLuo.WinFormsUI.Docking.DockPanelColorPalette)
à WeifenLuo.WinFormsUI.ThemeVS2015.VS2015ThemeBase..ctor(Byte[])
à XrmToolBox.New.NewForm.SetTheme()
à XrmToolBox.New.NewForm..ctor(System.String[])
à XrmToolBox.Program.Main(System.String[])
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hello ,
When I launch XrmToolBox.exe I have this error message and the app crash :
à System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
à System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
à System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
à System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object val
And in the windows event I have this message :
Application : XrmToolBox.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.FormatException
à System.Number.StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
à System.Number.ParseInt32(System.String, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
à System.ComponentModel.Int32Converter.FromString(System.String, System.Globalization.NumberFormatInfo)
à System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
Informations sur l'exception : System.Exception
à System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
à System.Drawing.ColorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
à System.Drawing.ColorTranslator.FromHtml(System.String)
à WeifenLuo.WinFormsUI.ThemeVS2012.VS2012PaletteFactory.Initialize(WeifenLuo.WinFormsUI.Docking.DockPanelColorPalette)
à WeifenLuo.WinFormsUI.ThemeVS2015.VS2015ThemeBase..ctor(Byte[])
à XrmToolBox.New.NewForm.SetTheme()
à XrmToolBox.New.NewForm..ctor(System.String[])
à XrmToolBox.Program.Main(System.String[])
Thanks for your help
The text was updated successfully, but these errors were encountered: