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

An error has occurred: please check your hardware.


  • Please log in to reply
3 replies to this topic

#1 tdkryger

tdkryger

    New Member

  • Members
  • Pip
  • 4 posts

Posted 13 July 2011 - 04:08 AM

Hi all

Right now i'm getting this very annoying error in Visual Studio 2010:

An error has occurred: please check your hardware.


The output from Micro Framework Device Deployment is this:
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 25776 bytes
Assemblies successfully deployed to device.


I've tried:
  • Re-apply the latest stable firmware
  • Different USB port
  • Rebooting PC (which sometimes help the first time i try to debug my app, but not a relyable solution)
  • Blinky from the projects page

Blinky works, and i can debug it...

Anyone got other things to try?

Thomas

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 13 July 2011 - 04:31 AM

Hi Thomas, It looks like there's a glitch in your current project files. Perhaps they're trying to use an assembly which doesn't match the version of those already on the Netduino? Have you tried creating a new project and then copying in all of your old source files--until you see when it breaks? Chris

#3 Stuart Crawshaw

Stuart Crawshaw

    Advanced Member

  • Members
  • PipPipPip
  • 60 posts
  • LocationLeeds, United Kingdom

Posted 13 July 2011 - 10:31 AM

It looks like there's a glitch in your current project files. Perhaps they're trying to use an assembly which doesn't match the version of those already on the Netduino?


Yes, i had this problem when trying with the OneWire library by CW,

I had referenced the wrong DLL in my code and it did this everytime untill i referenced the correct one.

Regards,
Stuart.
Intelligent People Aren't Afraid To Ask For Help.

#4 tdkryger

tdkryger

    New Member

  • Members
  • Pip
  • 4 posts

Posted 13 July 2011 - 01:04 PM

Hi Thomas,

It looks like there's a glitch in your current project files. Perhaps they're trying to use an assembly which doesn't match the version of those already on the Netduino?

Have you tried creating a new project and then copying in all of your old source files--until you see when it breaks?

Chris


Hi

Well that was strange...
Made a new solution, added my old project-files one by one, except the main program,
and added a copy of the very short main program from the old main program, and now it works :unsure:


Thanks for the help


Main code:
public static void Main()
        {
            MyApp app = new MyApp();
            app.Run();
            while (true)
            {
                Thread.Sleep(5000);
            }
        }
So i guess it must have been a setting or something in the application project..




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.