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

No Binary Files Generated


  • Please log in to reply
2 replies to this topic

#1 mpearson

mpearson

    Member

  • Members
  • PipPip
  • 17 posts

Posted 01 September 2012 - 05:56 PM

Hello, My Netduino projects have been on hold for while, and so I am trying to start up again. I upgraded my tool chain as well as the firmware on my netduino plus to 4.2. I have not changed anything regarding Visual C# 2010 Express (not sure I have to?). The hardware seems to be working fine, but I am having deployment issues and when I check the bin > Release folder for the current project, it's empty. Below is my build and release output. My project properties seem to be the same as earlier projects I've done. Any ideas? ------ Build started: Project: YetAnotherEmail, Configuration: Debug Any CPU ------ YetAnotherEmail -> C:\Users\Mike\Documents\Visual Studio 2010\Projects\YetAnotherEmail\YetAnotherEmail\bin\Debug\YetAnotherEmail.exe ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== Incrementally deploying assemblies to device Deploying assemblies for a total size of 68956 bytes Assemblies not successfully deployed to device. Deployment to the device was not successful.

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 01 September 2012 - 06:57 PM

Hi mpearson,

Deploying assemblies for a total size of 68956 bytes
Assemblies not successfully deployed to device.
Deployment to the device was not successful.

That's a bit too big for Netduino Plus. With 64KB of code storage available, the app is 3,420 bytes too large.

Chris

#3 GregR

GregR

    Advanced Member

  • Members
  • PipPipPip
  • 32 posts
  • LocationKeller, Tx

Posted 01 September 2012 - 08:15 PM

Hello,
My Netduino projects have been on hold for while, and so I am trying to start up again. I upgraded my tool chain as well as the firmware on my netduino plus to 4.2. I have not changed anything regarding Visual C# 2010 Express (not sure I have to?). The hardware seems to be working fine, but I am having deployment issues and when I check the bin > Release folder for the current project, it's empty. Below is my build and release output. My project properties seem to be the same as earlier projects I've done. Any ideas?

------ Build started: Project: YetAnotherEmail, Configuration: Debug Any CPU ------
YetAnotherEmail -> C:\Users\Mike\Documents\Visual Studio 2010\Projects\YetAnotherEmail\YetAnotherEmail\bin\Debug\YetAnotherEmail.exe
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========


Incrementally deploying assemblies to device
Deploying assemblies for a total size of 68956 bytes
Assemblies not successfully deployed to device.
Deployment to the device was not successful.



Since you are building a 'Debug' configuration you need to look in 'bin\Debug' instead of 'bin\Release'




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.