Skip to main content
1-Visitor
December 22, 2014
Question

XtoolKitNotFound

  • December 22, 2014
  • 0 replies
  • 1130 views

Hi,

When execute this code, my exception show this error "XtoolKitNotFound". what's this?? what's missing??

conexaoAssincrona = new CCpfcAsyncConnection();

conexao = conexaoAssincrona.Connect(null, null, null, null);

ses = conexao.Session;

IpfcUICommand cmd = ses.UICreateCommand("CreoApp", null);

cmd.Designate(@"msg_mymesg.txt", "MyButton", "HelpTag", null);