Hi all, I want to create a C# project in VS2008 to target the Mini210s board, but Visual Studio does not list the 210 SDK (which I have already installed) as an option when creating the project. It DOES appear if I try to create a C++ project, but not in C# or VB. Does anyone know why this might be? Thanks
Cannot set target to Mini210s on a C# project
I'm using VS2008 programing in VB and I have no problem to comunicate. I'm only had to uninstall the mini22440 sdk that I already had installed. Do you connect your board via usb cable?. Does Windows detect your board?.
Solved my own problem. The issue was that the stock SDK given on the DVD does not have support for managed code enabled, and thus cannot be selected when creating a managed code project. Enabling managed code support in the SDK settings and rebuilding solved this.