When I try to deploy my application from VS, I get this error:
Link failure: some assembly references cannot be resolved!!
Assembly: FEZ Cobra Console Application (1.0.0.0) needs assembly ‘MFWebSockets.Core’ (1.0.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘mscorlib’ (4.2.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘Microsoft.SPOT.Native’ (4.2.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘System.Http’ (4.2.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘System’ (4.2.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘System.Xml’ (4.2.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘System.Text.RegularExpressions’ (0.0.0.0)
Assembly: MFWebSockets.Core (1.0.0.0) needs assembly ‘System.IO’ (4.2.0.0)
Here is what I see from MFDeploy, when I get device info:
DeviceInfo:
HAL build info: 4.1.2821.0, Microsoft Copyright (C) Microsoft Corporation. All rig
OEM Product codes (vendor, model, SKU): 255, 0, 65535
Serial Numbers (module, system):
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Solution Build Info: 4.1.5.1, GHI Electronics, LLC
AppDomains:
default, id=1
Assemblies:
mscorlib,4.1.2821.0
Microsoft.SPOT.Native,4.1.2821.0
FEZ Cobra Console Application,1.0.0.0
Microsoft.SPOT.Hardware,4.1.2821.0
FEZCobra_GHIElectronics.NETMF.FEZ,4.1.5.0
MFWebSockets.Core,1.0.0.0
So, how can I update the mscorlib, etc?