After SU6 My EXE.xml file no longer automatically enables operation of my Honeycomb Bravo LEDs

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>Auto launch external applications on MSFS start</Descr>
  <Filename>exe.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
  <Launch.Addon>
    <Name>AFCBridge</Name>
    <Disabled>False</Disabled>
    <Path>X:\Your\Full\Path\AFC_Bridge\bin\AFC_Bridge.exe</Path>
   </Launch.Addon>
  <Launch.Addon>
    <Name>SPAD</Name>
    <Disabled>False</Disabled>
    <Path>C:\Program Files\SPAD.neXt\SPAD.neXt.exe</Path>
   </Launch.Addon>
</SimBase.Document>

Can also try uninstalling the aerosoft honeycomb program from the control and reinstalling from a fresh download. But then definitely check the xml, I’ve seen a few posts where that file was missing information for some reason.

Or post yours and we can check for a typo or something just formatted wrong.