Before updating EMX I can debugging my project well.
After updating “GHI Software Package v4.2 Feb. 18, 2013”, I can’t debugging my project now.
There is something notes in output window as follow:
Assembly: GHI.Premium.System (4.2.9.0) Attaching deployed file.
Assembly: Microsoft.SPOT.Net (4.2.0.0) Attaching deployed file.
Assembly: GHI.Premium.Hardware (4.2.9.0) Attaching deployed file.
Assembly: GHI.Premium.Hardware.EMX (4.2.9.0) Attaching deployed file.
Assembly: NetMf.CommonExtensions (1.0.0.0) Resolving.
Link failure: some assembly references cannot be resolved!!
Assembly: FezCobraWorkhard (1.0.0.0) needs assembly 'NetMf.CommonExtensions' (1.0.0.0)
Assembly: NetMf.CommonExtensions (1.0.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Error: a3000000
Waiting for debug commands...
The program '[1] Micro Framework application: Managed' has exited with code 0 (0x0).
I have used a dll file “NetMf.CommonExtensions” for “string.replace”.
how can I resolved the problem?