To post to this group, send email to exc...@googlegroups.com.
To post to this group, send email to exc...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Hi Lubos,
First you should check that it works when you load Addin\v1\Lubo.MyApp.Bootstrapper-AddIn.xll directly.
Once that works, you can try to make your Starter add-in that in turn loads the Bootstrapper. You won’t be able to load the Bootstrapper just from the .dna file. Instead, in the Lubo.MyApp.Starter.dll code you put some code that loads it with a call to Application.RegisterXLL(pathToBootstrapper…)
-Govert