Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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);