Visual studio 10 with NETMF 4.2 Spider

Hi

I have a problem to chose the Fez Spider in Visual Studio.
When i start a new project i can’t see the Fez Spider Application, dose someone know what i did wrong.

The software is.
Visual Studio 2010
Microsoft .NET Micro Framework 4.2 QE1 SDK
GHI NETMF v4.2 and Gadgeteer Package July 23rd

Thanks Jesper

Hi,
You should use the “.NET Gadgeteer Application” - template under Visual C# > Gadgeteer.

1 Like

Welcome Jesper !

And Welcome MPastell, great answer !

Hi MPastell,
Thanks for the answer ;o)

Thanks Brett

If you use the VB .net Gadgeteer Template, you may need to check the Resources.Designer.vb File.

If it contains a Namespace statement at the beginning, you need to remove this and the associated End Namespace.

This causes things like the resource manager to fail.

Jas

@ Jesper - Your welcome, @ Brett Thanks!