Hi all!
I wish to use the VS2010 form in order to create GUI which controls the gadgeteer.
To do so, I created a project for my Hydra which works fine.
Next, I created a new project using the “Window Forms Application” and then referenced it to the first one and then got some errors:
“The project ‘MyForm’ cannot be referenced. The referenced project is targeted to a different framework family (.NETFramework)”
and:
“There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:\Hydra\MyForm\bin\Debug\MyForm.exe”, “x86”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.”
How can I overcome this problem? Or alternatively, any suggestion on how to create GUI that allows the user control the gadgeteer from pc?
Also, can’t use the Console.WriteLine();
(The name ‘Console’ does not exist in the current context )
Thanks in advance.