MicroLinq Library and NETMF 4.2 not working

Hi guys, I’m trying to deploy to my Fez raptor board but since I’ve added references to the MicroLinq library i get the errors below, I’ve already tried setting the solution framework back to 4.1 but this causes another deployment error, any ideas would be a help, I’m at a dead end here.

Error when Framework is set to 4.1

Error 8 Cannot deploy the base assembly ‘mscorlib’, or any of his satellite assemblies, to device - USB:Gadgeteer twice. Assembly ‘mscorlib’ on the device has version 4.2.0.0, while the program is trying to deploy version 4.1.2821.0

Error when Framework is set to 4.2

Link failure: some assembly references cannot be resolved!!

Assembly: VikingErik.NetMF.MicroLinq (0.4.4190.24479) needs assembly ‘mscorlib’ (4.1.2821.0)

Assembly: GadgeteerApp1 (1.0.0.0) needs assembly ‘VikingErik.NetMF.MicroLinq’ (0.4.4190.24479)

Assembly: GadgeteerApp1 (1.0.0.0) needs assembly ‘mscorlib’ (4.1.2821.0)

Assembly: VikingErik.NetMF.MicroLinq.PrebuiltDelegates (0.4.4190.24479) needs assembly ‘mscorlib’ (4.1.2821.0)

Assembly: VikingErik.NetMF.MicroLinq.PrebuiltDelegates (0.4.4190.24479) needs assembly ‘VikingErik.NetMF.MicroLinq’ (0.4.4190.2
4479)

Error: a3000000

Waiting for debug commands…

The program ‘[2] Micro Framework application: Managed’ has exited with code 0 (0x0).

Hello, thanks for your reply, if I download the source here http://microlinq.codeplex.com/releases/view/64759 , which files do I have to edit, I’m not sure were to start

Thanks, I downloaded the source and copied the classes under the microlinq folder and it deployed first time, thanks again for your help