I created an Item Template Event by following the instructions in the DRAFT version of the K2.net Studio Assist SDK. An error occurs after I click "OK", and the error message is:
When I stepped through code, found the following statements never get called:
public void Initialize(SourceCode.K2StudioAssist.Interfaces.IPropertyTemplateAssist propertyTemplateAssist)
{
}
private void PropertyTemplatePageContainer_Load(System.Object sender, System.EventArgs e)
{
if (!DesignMode)
{
this.editControl1.Initialize(PropertyTemplate.Instance);
}
}
Any help would be appreciated,
Patrick