G
Guest
I am trying to create a .NET DLL that is shared between the Cf and the desktop .net application. It contains code to persist/read data via stream reader/writer. I have created the new project with the code formerly duplicated between the two apps and the code builds fine. However, when I add a reference to the CF project, I get the following error:
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' in project 'Mscan' cannot be copied to the run directory because it would conflict with dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
???? Is there a way to do a DLL shared between the desktop and the CF?
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' in project 'Mscan' cannot be copied to the run directory because it would conflict with dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
???? Is there a way to do a DLL shared between the desktop and the CF?