P
Pascal Deliot
Hi,
I'v recently tried to build an OpenNETCF project with the
ICSharpCode.SharpZipLib assembly.
I've a corelib assembly conflic between two referenced version:
Error: The dependency 'mscorlib, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'OpenNETCFApplicationZip' cannot
be copied to the run directory because it would conflict with dependency
'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'OpenNETCFApplicationZip' cannot
be copied to the run directory because it would conflict with dependency
'mscorlib, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
The same code and reference but with a simple Compact Framework project
build and run without problem.
Does anyone have a workaround or a solution to that problem ?
Thanks
Pascal Deliot
I'v recently tried to build an OpenNETCF project with the
ICSharpCode.SharpZipLib assembly.
I've a corelib assembly conflic between two referenced version:
Error: The dependency 'mscorlib, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'OpenNETCFApplicationZip' cannot
be copied to the run directory because it would conflict with dependency
'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'OpenNETCFApplicationZip' cannot
be copied to the run directory because it would conflict with dependency
'mscorlib, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
The same code and reference but with a simple Compact Framework project
build and run without problem.
Does anyone have a workaround or a solution to that problem ?
Thanks
Pascal Deliot