I was having some odd problems with my code today when I suddenly noticed that Visual Studio was deploying the Debug build, even though I'd configured it for Release (screen shot attached).
Netduino-Deploys-Debug-When-Release-Is-Selected.PNG 447.69KB 1 downloads
Shortly after this happened, it refused to deploy at all, and looking in the project properties showed that it couldn't detect the Netduino on the USB port.
I fired up MFDeploy and that was detecting the netduino perfectly, and I could ping it and reboot the CLR, etc. but Visual Studio steadfastly refused to acknowledge it, or deploy any more code.
So it looks like there's a bug here somewhere... what would cause that?