I have created an add-in in PowerPoint 2013 (*.ppam format). This works fine when I open the actual add-in file. But when I add it to PowerPoint 2013 to auto load it via registry,
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\PowerPoint\AddIns\MyAddin
REG_DWORD Value: "AutoLoad" - 1
REG_SZ Value: "Path" - C:\Documents\MyAddin.ppam
After that when opening PowerPoint 2013, PowerPoint crashes. This issue only occurs in PowerPoint 2013. It works fine in previous versions. What is the issue here?
I tried sample add-in with one line of code and it still crashes PowerPoint 2013.