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.

marcbaye

Member Since 06 Feb 2015
Offline Last Active Jul 29 2015 06:07 AM
-----

Topics I've Started

Can't create custom events

10 February 2015 - 12:33 AM

I'm playing with my new netduino plus 2... all fun until an error appeared when I deploy and debug:

 

Resolve: unknown type: System.Diagnostics.DebuggerBrowsableState

Error: ff000000

Waiting for debug commands...

The program '[1] Micro Framework application: Managed' has exited with code 0 (0x0).

 

After rolling back the newly added code until the sketch works again, I released that everything goes wrong when I try to create an event. I created a simple sketch that fails:

 

public class Program
{
  public event NativeEventHandler TestEvent;
  public static void Main()
  {
     while (true) { }
  }
}
 
Tested on 4.2 and 4.3 framework with same result... any ideas?
Thanks in advance!

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.