Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

First Empty Project: Unhandled Exception

Exception

Best Answer KiwiDev, 21 August 2015 - 07:46 AM

Hi eekinci,

 

Sounds like at versioning problem, could you please run .Net Micro Framework Deploy tool which is in 

 

C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3

 

and dump the version info using "Plug-in\Debug\Show Device Info"

 

 

@KiwiBryn

blog.devmobile.co.nz

Go to the full post


  • Please log in to reply
3 replies to this topic

#1 eekinci

eekinci

    New Member

  • Members
  • Pip
  • 5 posts

Posted 20 August 2015 - 03:55 PM

using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.Netduino;


namespace NetduinoApplication1
{
	public class Program
	{
		public static void Main()
		{
			while (true)
			{
			}
		}
	}
}

Netduino Plus 2

 

I downloaded what I have to download and installed it on my machine:

 

1 Microsoft Visual Studio 2013 Community

2. Net Micro Framework 4.3

3. Net MF plug-in for VS2013

4. Netduino SDK v4.3.2.1

 

 

I created an empty Project, after pressing "Start Debugging":

 

An unhandled exception of type 'System.NotSupportedException' occurred in SecretLabs.NETMF.Hardware.Netduino.dll

 

Why? What is missing? What I am doing wrong?

 

 

 



#2 eekinci

eekinci

    New Member

  • Members
  • Pip
  • 5 posts

Posted 20 August 2015 - 04:06 PM

One question!

 

On Visual Studio creating a new Project, there is only "Netduino Application (Universal)" ...where is the "Netduino Plus 2" Project template?



#3 KiwiDev

KiwiDev

    Advanced Member

  • Members
  • PipPipPip
  • 100 posts
  • LocationNew Zealand

Posted 21 August 2015 - 07:46 AM   Best Answer

Hi eekinci,

 

Sounds like at versioning problem, could you please run .Net Micro Framework Deploy tool which is in 

 

C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3

 

and dump the version info using "Plug-in\Debug\Show Device Info"

 

 

@KiwiBryn

blog.devmobile.co.nz



#4 eekinci

eekinci

    New Member

  • Members
  • Pip
  • 5 posts

Posted 21 August 2015 - 10:16 AM

oh, ok!

 

my Version: V4.3.1 ...upgraded to 4.3.2

 

Thank you!







0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.