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.

darky8

Member Since 22 Oct 2014
Offline Last Active Jul 12 2019 02:41 PM
-----

Topics I've Started

Noob System.NotSupportedException

11 July 2015 - 08:09 AM

Hi Folks,

 

Complete Noob to .NET MF but not to .NET.

I have strung together the most simple of apps on two different machines, both with Visual Studio 2013.

 

However, when I start the project in Visual Studio it fails with "An unhandled exception of type 'System.NotSupportedException' occurred in SecretLabs.NETMF.Hardware.Netduino.dll".

 

After this it asks me for the location of NetduinoHardwareProvider.cs


Imports Microsoft.SPOT
Imports Microsoft.SPOT.Hardware
Imports SecretLabs.NETMF.Hardware
Imports SecretLabs.NETMF.Hardware.Netduino
Imports System
Imports System.Net
 
Module Module1
 
    Sub Main()
 
        Dim Pin As New OutputPort(Pins.GPIO_PIN_D0, False)
 
    End Sub
 
End Module

This is probably something silly, but whatever I'm doing wrong I've managed to do it twice!

 

Any help gratefully received  :)

 

 

ClrInfo.clrVendorInfo:                  Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
ClrInfo.targetFrameworkVersion:         4.3.1.0
 
Netduino SDK v4.3.2 (May 2015) v4.3.2.1

 

 

 

 


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.