2019-07-04 11:49 PM
I check the log, it will pop this error:
System.ArgumentException: 已添加了具有相�?�键的项。(An item with the same key has already been added)
在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
在 TouchGFXDomainModel.FontGetter.GetAvailableFonts()
在 TouchGFXDomainModel.LoadSave.Excel.TextDB.ReadFromExcelFile(String path)
在 TouchGFXDomainModel.LoadSave.Serial.FromSerial.Convert(SerialApplication a)
在 TouchGFXDomainModel.LoadSave.Serial.FromSerial.Convert(SerialModel m)
在 TouchGFXDomainModel.LoadSave.LoadSave.Load(String filename)
在 TouchGFXPackages.ImportExport.ImportGui.GetModel(FileInfo fileInfo)
在 TouchGFXPackages.PackageManager.CombineAtAndUi(TouchGFXPackage tgui, TouchGFXPackage tgat, String projectPath, String applicationName, Int32 height, Int32 width, ColorDepth selectedColorDepth, Action`2 progress)
在 TouchGFXDesigner.StartupWindow.MyApplications.CreateNewApplicationViewModel.<>c__DisplayClass89_0.<CombinePackagesAsync>b__0()
在 System.Threading.Tasks.Task`1.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()
2019-07-09 04:10 AM
Hi @DJin.3,
4.11 isn't out officially, so you must have gotten it from someone here at the office :) Try opening your excel file - is it corrupt? This error, i think, comes from an excel library we're using.
/Martin