netmf

.NET Micro Edition - Open Multiple Windows

I've had a look through quite a few tutorials, but cant seem to find how to open multipe windows? I'm not expecting to have them layer etc, I just want to define multiple window classes and say, from a menu, launch the appropriate window class from the menu window. Then when that window is finished, call the close method on it and menu w...

Visual Studio reports that not all code path return a value, even though they do

I have an API in NETMF C# that I am writing that includes a function to send an HTTP request. For those who are familiar with NETMF, this is a heavily modified version of the "webClient" example, which a simple application that demonstrates how to submit an HTTP request, and recive a response. In the sample, it simply prints the response...

Why is ExtendedTimeZone not recognized when using .NET Micro Framework 4.0?

First example in the book (Expert .NET Micro Framework - 2nd Edition) uses Microsoft.SPOT.ExtendedTimeZone to set the time zone, but I get a "Cannot resolve symbol 'ExtendedTimeZone'" error in Visual Studio 2008. I've installed the .NET Micro Framework 4.0 SDK. I referenced Microsoft.SPOT.Native.dll and Microsoft.SPOT.Hardware. I'm "usi...

.Net Micro Framework Emulator : change value returned by SystemInfo.SystemID.Model

I'm trying to make an emulator for FEZ and their implementation throws an exception if the value returned by SystemInfo.SystemID.Model is not what's expected (1 in my case) Is there a way to modify the value returned by SystemInfo.SystemID.Model for the applications running inside my emulator ? ...

VS2010 .net micro framework emulator "not enough disk space" no device tools

With .net microframework 4.1 and visual studio 2010 I can´t compile my code, i get a german error message from the emulator "nicht genug speicherplatz" which means not enough disk space. So i have to config the emulators memory i guess, but in the tools->options should be device-tools but i dont have the device-tools option. ...

Connect to SQL Server from Microcontroller (Arduino or Fez with .Net Micro Framework)

I'm looking for examples, tutorials, or just "this+this+this should work" for reading from and writing to a SQL server (2008) from a microcontroller such as the Arduino board. I've also looked at (and will probably go with) devices with the .Net Micro Framework such as the Fez Cobra. The Micro Framework does not include ADO. I'm sure t...