Have gadgeteer code devloped how should I distribute it- I want to enable a way to deploy solution not via visual studio?
thanks!
@ dev1234 - You need to use MFDeploy
Compile your program in Visual Studio and deploy to the board.
Now launch MFDeploy.
Make sure your board is connected and the settings in MFDeploy are correct.
Click Target->Create Application Deployment. Under “Deployment File” fill in the path and name for the .hex file you want created from the application that is currently on the board.
Create a key or not depending on your needs. Click OK and off you go- the .hex file will be created.
Then you can upload the .hex file using MFDeploy
*Above borrowed from the Netduio forum…