MTP
Vietnam
Asked
— Edited
Resolved by ptp!
hello, i am not familiar with plugin creation and am having trouble with errors in visual studio, i hope someone can help me? Sincerely thank you! M-TP !
M-TP
Related Hardware EZ-B v4
Related Control
Synbot Plugin
@MTP, Visual studio errors codes are clear: Missing constants or namespaces.
Please follow the plugin tutorial instructions:Make an ARC skill control https://synthiam.com/Community/Tutorials/Make-an-EZ-Builder-Behavior-Control-16328
Are you familiar with C# and .NET ?Sorry, but I am not familiar with .net, the error is quite obvious but I only fix each statement if it is fixed and will need a long command and it switches to another error:"Severity Code Description Project File Line Suppression StateError CS1061 'Form1.SpeechErrorEventArgs' does not contain a definition for 'SpeechErrorCode' and no accessible extension method 'SpeechErrorCode' accepting a first argument of type 'Form1.SpeechErrorEventArgs' could be found (are you missing a using directive or an assembly reference?) EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 1041 Active" I think there will be something to do, sorry you can help me. Best regards! M-TP
This is my code: private async void OnIntentHandler(object sender, string SpeechIntentEventArgs ) {
error: (1)Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'ComputerVisionCommunicator' could not be found (are you missing a using directive or an assembly reference?) EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 796 Active (2)Severity Code Description Project File Line Suppression State Error CS0103 The name 'HeadServoHorizontalPort' does not exist in the current context EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 194 Active (3)Severity Code Description Project File Line Suppression State Error CS0103 The name 'mapPortToServoLimits' does not exist in the current context EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 806 Active
yes i found the answer thank you