Using the VB API to create a drawing with a custom template, getting error pfcExceptions::XToolkitNotFound'
Hi,
I'm trying to use the Visual Basic API to create a drawing with a custom template, but I'm getting the error message:
System.Runtime.InteropServices.COMException: 'pfcExceptions::XToolkitNotFound'
The line of code on which I get the error message is:
Dim drawing As IpfcDrawing = session.CreateDrawingFromTemplate(Mdl.CommonName, "D-CUSTOM", Mdl.Descr, drwnCreateOptns)
I tried changing the template to an out of the box template and that works, so it has to be the custom template, is there anything I'm missing?

