Hello Daniel, the toolbox was working well until yesterday suddenly stop working and I received a message from Microsoft office Application that says: An unhandled exception occurred in your application. contact your administrator o the author of this document. I reinstalled the application and the error persist. Any idea what could be the problems? I copy the details of the error.
************** Exception Text **************
System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize —> System.Configuration.ConfigurationErrorsException: ‘.’, hexadecimal value 0x00, is an invalid character. Line 6, position 1. (C:\Users\maria\AppData\Local\Microsoft_Corporation\XLToolboxForExcel.vsto_vs_Path_jojpsvsna1vaszvd35jsryd0vnvv001i\16.0.11929.20776\user.config line 6) —> System.Xml.XmlException: ‘.’, hexadecimal value 0x00, is an invalid character. Line 6, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Configuration.XmlUtil.StrictReadToNextElement(ExceptionAction action)
at System.Configuration.BaseConfigurationRecord.ScanFactoriesRecursive(XmlUtil xmlUtil, String parentConfigKey, Hashtable factoryList)
at System.Configuration.BaseConfigurationRecord.ScanFactoriesRecursive(XmlUtil xmlUtil, String parentConfigKey, Hashtable factoryList)
at System.Configuration.BaseConfigurationRecord.ScanFactories(XmlUtil xmlUtil)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
— End of inner exception stack trace —
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
at System.Configuration.ClientConfigurationSystem.OnConfigRemoved(Object sender, InternalConfigEventArgs e)
— End of inner exception stack trace —
at System.Configuration.ConfigurationManager.PrepareConfigSystem()
at System.Configuration.ConfigurationManager.RefreshSection(String sectionName)
at System.Configuration.ClientSettingsStore.ReadSettings(String sectionName, Boolean isUserScoped)
at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
at XLToolbox.Properties.Settings.get_AppDataFolder() in X:\Code\xltoolbox\NG\XLToolbox\Properties\Settings.Designer.cs:line 121
at XLToolboxForExcel.ThisAddIn.ThisAddIn_Startup(Object sender, EventArgs e) in X:\Code\xltoolbox\NG\XLToolboxForExcel\ThisAddIn.cs:line 49
at Microsoft.Office.Tools.AddInImpl.OnStartup()
at Microsoft.Office.Tools.AddInImpl.AddInExtensionImpl.Microsoft.Office.Tools.EntryPoint.OnStartup()
at Microsoft.Office.Tools.AddInBase.OnStartup()
at XLToolboxForExcel.ThisAddIn.FinishInitialization() in X:\Code\xltoolbox\NG\XLToolboxForExcel\ThisAddIn.Designer.cs:line 59
at Microsoft.Office.Tools.AddInBase.Microsoft.Office.Tools.EntryPoint.FinishInitialization()
at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.ExecutePhase(ExecutionPhases executionPhases)
at Microsoft.VisualStudio.Tools.Office.Runtime.DomainCreator.ExecuteCustomization.Microsoft.VisualStudio.Tools.Office.Runtime.Interop.IExecuteCustomization2.ExecuteEntryPoints()