diff --git a/IOB-WIN-FORM/Iob/Generic.Protected.cs b/IOB-WIN-FORM/Iob/Generic.Protected.cs index 622f4f43..fa52c9cd 100644 --- a/IOB-WIN-FORM/Iob/Generic.Protected.cs +++ b/IOB-WIN-FORM/Iob/Generic.Protected.cs @@ -3100,7 +3100,7 @@ namespace IOB_WIN_FORM.Iob currDict.Add("MachPort", IOBConfFull.Device.Connect.Port); currDict.Add("Vendor", IOBConfFull.Device.Vendor); currDict.Add("Model", IOBConfFull.Device.Model); - currDict.Add("IobExe", $"{entryAssembly?.GetName()}"); + currDict.Add("IobExe", $"{entryAssembly?.GetName().Name}"); currDict.Add("IobVersion", IOBConfFull.General.RelVers); if (IOBConfFull.OptPar != null) {