I installed the GHI Software Package v4.2 May. 1, 2013 and did a firmware update on a Hydra board using the FEZ Config (Beta) software. I can connect to the board without any problems:
Connecting to device…FEZ Hydra_Gadgeteer
Loader (TinyBooter) Version: 4.2.5.0
Firmware (TinyCLR) Version: 4.2.5.0
Now the project that was working will not deploy to the device.
I’m getting an error during deployment that says:
“Link failure: some assembly references cannot be resolved!!”
Then I’m getting a message that it needs versions 1.1.1.0
… needs assembly ‘GTM.GHIElectronics.Display_T35’ (1.1.1.0)
… needs assembly ‘GTM.GHIElectronics.UsbClientDP’ (1.1.1.0)
… needs assembly ‘GHIElectronics.Gadgeteer.FEZHydra’ (1.1.1.0)
If I check in the project References, these are present but they are version 1.1.3.0
Any ideas on how to resolve this?