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's Content

There have been 5 items by darky8 (Search limited from 17-June 23)


By content type

See this member's

Sort by                Order  

#64005 Noob System.NotSupportedException

Posted by darky8 on 29 August 2015 - 03:22 PM in Visual Basic Support

Well I'm not sure what I did..! lol

Well done cShaper. I downloaded the firmware again and repeated the process, then compare the output with yours and I'm finally up and running. Visual studio even debugs now instead of just quitting, which is handy.

 

Many Thanks

 

R

 

:rolleyes:




#63977 Noob System.NotSupportedException

Posted by darky8 on 25 August 2015 - 06:01 PM in Visual Basic Support

I did the upgrade and have reinstalled everything, but the errors are back!

 

Is there anything in my mfdeploy that looks wrong...??

 

Waiting for debug commands...
    Microsoft.SPOT.Net,4.3.1.0
    System,4.3.1.0
    Microsoft.SPOT.Hardware.SerialPort,4.3.1.0
    Microsoft.SPOT.IO,4.3.1.0
    System.IO,4.3.1.0
    Microsoft.SPOT.Hardware.PWM,4.3.1.0
    Microsoft.SPOT.Hardware.Usb,4.3.1.0
    SecretLabs.NETMF.Diagnostics,4.3.1.0
    SecretLabs.NETMF.Hardware.Netduino,4.3.1.0
    Microsoft.SPOT.Hardware.OneWire,4.3.1.0
    Microsoft.SPOT.Time,4.3.1.0
    Microsoft.VisualBasic,1.0.0.0
    SecretLabs.NETMF.Hardware.NetduinoPlus,4.3.1.0
    GoBus,1.5.0.0
    temp5,1.0.0.0
    SecretLabs.NETMF.Hardware,4.3.1.0

MFdeploy

 

HalSystemInfo.halVersion:               4.3.1.0
HalSystemInfo.halVendorInfo:            Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
HalSystemInfo.oemCode:                  34
HalSystemInfo.modelCode:                177
HalSystemInfo.skuCode:                  4102
HalSystemInfo.moduleSerialNumber:       00000000000000000000000000000000
HalSystemInfo.systemSerialNumber:       0000000000000000
ClrInfo.clrVersion:                     4.3.1.0
ClrInfo.clrVendorInfo:                  Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
ClrInfo.targetFrameworkVersion:         4.3.1.0
SolutionReleaseInfo.solutionVersion:    4.3.1.0
SolutionReleaseInfo.solutionVendorInfo: Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
SoftwareVersion.BuildDate:              Feb 25 2014
SoftwareVersion.CompilerVersion:        410894
FloatingPoint:                          True
SourceLevelDebugging:                   True
ThreadCreateEx:                         True
LCD.Width:                              0
LCD.Height:                             0
LCD.BitsPerPixel:                       0
AppDomains:                             True
ExceptionFilters:                       True
IncrementalDeployment:                  True
SoftReboot:                             False
Profiling:                              False
ProfilingAllocations:                   False
ProfilingCalls:                         False
IsUnknown:                              False

R




#63727 Noob System.NotSupportedException

Posted by darky8 on 31 July 2015 - 08:02 AM in Visual Basic Support

Hi,

 

I got it working but the VB side of things seems really sketchy. So much so, I'm not quite sure how I did it!

 

Sometimes it works, other times it doesn't and debugging seems to quit Visual Studio altogether.

 

 Not great.




#63537 Noob System.NotSupportedException

Posted by darky8 on 15 July 2015 - 02:42 PM in Visual Basic Support

Thank you for getting back to me.

I had a project I downloaded written in C# work fine. But when I write a solution from scratch, be it in VB or C# I get these errors.

 

It's a Netduino Plus 2

 

Here's my MFdeploy
 

HalSystemInfo.halVersion:               4.3.1.0
HalSystemInfo.halVendorInfo:            Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
HalSystemInfo.oemCode:                  34
HalSystemInfo.modelCode:                177
HalSystemInfo.skuCode:                  4102
HalSystemInfo.moduleSerialNumber:       00000000000000000000000000000000
HalSystemInfo.systemSerialNumber:       0000000000000000
ClrInfo.clrVersion:                     4.3.1.0
ClrInfo.clrVendorInfo:                  Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
ClrInfo.targetFrameworkVersion:         4.3.1.0
SolutionReleaseInfo.solutionVersion:    4.3.1.0
SolutionReleaseInfo.solutionVendorInfo: Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
SoftwareVersion.BuildDate:              Feb 25 2014
SoftwareVersion.CompilerVersion:        410894
FloatingPoint:                          True
SourceLevelDebugging:                   True
ThreadCreateEx:                         True
LCD.Width:                              0
LCD.Height:                             0
LCD.BitsPerPixel:                       0
AppDomains:                             True
ExceptionFilters:                       True
IncrementalDeployment:                  True
SoftReboot:                             False
Profiling:                              False
ProfilingAllocations:                   False
ProfilingCalls:                         False
IsUnknown:                              False



#63456 Noob System.NotSupportedException

Posted by darky8 on 11 July 2015 - 08:09 AM in Visual Basic Support

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

 

 

 

 

Attached Thumbnails

  • error.jpg
  • NetduinoHardwareProvider.cs.jpg




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.