Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fail at start #1344

Open
Mimizerg opened this issue Jul 17, 2024 · 0 comments
Open

[BUG] Fail at start #1344

Mimizerg opened this issue Jul 17, 2024 · 0 comments
Labels

Comments

@Mimizerg
Copy link

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

@Mimizerg Mimizerg added the bug label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant