smaclell
smaclell

Reputation: 4658

.NET Microframework SDK with VS 2008

I am trying to get started developing using the .NET Micro Framework but appear to have hit a road block. I am using Visual Studio 2008 and it will not let me install the SDK because I do not have Visual Studio 2005. I downloaded the SDK from this link.

I know this is not truly a programming question but it is definitely holding me back from getting started. Thank you for your help.

Upvotes: 2

Views: 356

Answers (1)

David Brown
David Brown

Reputation: 36279

You'll need the .NET Microframework 3.0 Beta to work in Visual Studio 2008 (as far as I know):

http://connect.microsoft.com/netmf/

Upvotes: 2

Related Questions