
MGP
Canada
Asked
— Edited

I'm trying to install the C# SDK and I get the error messge "the type or namespace 'EZB_Connect does not exist in the namespace 'EZB'... showing up in Form1.Designer.cs. Can anyone offer a solution? I'm using VS Community 2013. See attached screen shot.
Alan
Is Copy Local set to True?
Is it in your project directory?
DJ gives an example of what needs to be layed out in your code if its a new project Here.
Also don't forget to add the .dll to your tool area.
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private EZ_B.EZB _ezb;
private EZ_B.EZB_Connect ezB_Connect1;
It is EZB_Connect in the last line that has a squiggly blue line under it and the message "The type or namespace 'EZB_Connect does not exist in the namespace 'EZB' (are you missing an assembly reference?)
I have Team Viewer 10 up and running. Please contact me by email at mpeterson124@hotmail.com for the ID and password.
Thanks
1) What you are using (EZ-SDK or Plugin)?
2) What is the error?
3) If it is EZ-SDK, what project are you loading?
I believe I have the same problem that was reported by MGP and solved by CochranRobotics, but I didn't see the actual solution.
I tired VS 2013 and VS 2015 on the SDK example Robot Remote Control in the x86 mode
I followed the instructions in the readme file
Fixed the ref to the EZ_B.dll file and checked copy local
Copied all dlls to the \bin\debug folder.
The error is:
Error 1 The type or namespace name 'EZB_Connect' does not exist in the namespace 'EZ_B' (are you missing an assembly reference?)
I have attached pics of the error
Thanks,
Frank
The projects labelled "Robot" are incomplete and are not very good examples of the EZ-SDK.
Use one of the 60+ tutorial labelled projects for EZ-SDK examples
Thanks Frank!