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

My first VB exception


  • Please log in to reply
2 replies to this topic

#1 pugtech

pugtech

    Member

  • Members
  • PipPip
  • 18 posts
  • LocationScotts Valley, CA

Posted 27 October 2011 - 04:54 AM

I'm getting this error running 4.2 RC3 with VB 2010: A first chance exception of type 'System.NotImplementedException' occurred in Microsoft.SPOT.Native.dll. I'm only executing one method:

Imports Microsoft.SPOT
Imports Microsoft.SPOT.Hardware
Imports SecretLabs.NETMF.Hardware
Imports SecretLabs.NETMF.Hardware.NetduinoPlus

Module Module1
    Sub Main()
        ' write your code here
        Debug.Print("This is a test.")
    End Sub
End Module

It seems to work, but I would like to know what's wrong. Thanks...Scott

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 27 October 2011 - 05:44 AM

Hi pugtech, Does the exception happen before your code runs? There is an internal exception displayed inside the debug output when programs start up. This is due to the removal of EWR support code. We'll suppress the exception in the production 4.2 firmware. Chris

#3 pugtech

pugtech

    Member

  • Members
  • PipPip
  • 18 posts
  • LocationScotts Valley, CA

Posted 27 October 2011 - 05:50 AM

Yes. Thanks!




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.