Author Topic: Autoloader hell  (Read 1512 times)

0 Members and 1 Guest are viewing this topic.

WILL HATCH

  • Bull Frog
  • Posts: 450
Autoloader hell
« on: March 01, 2018, 04:10:37 PM »
Hi All,

I've just lost half a day of my life to this issue so I'm sharing my findings here. I've finally been forced to build a .bundle for the autoloader and I found some great looking resources via the whitepaper and the PackageContents.xml Format Reference and was stuck at a point where I could see the command registered but it couldn't load the dll upon invocation.

Reason being, that AppDescription in the ComponentEntry is REQUIRED and not optional. Adding this bit of info fixed everything.

Cheers