Frage

I am trying to add an existing project (this ServiceBus example) to a .net micro 4.2 application. Visual Studio doesn't show any errors or relevant warnings, but if I try to deploy the app to my netduino I get an error message:

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

and

An error has occurred.  Please check your hardware      

Any idea how I can get more information about this error?

War es hilfreich?

Lösung

Ok, I got the answer in the Netduino forum.

The problem is, that my app is too big for the code memory (Deploying assemblies for a total size of 71024 bytes). Netduino plus only has 64KB code memory.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top