G
Gabo
Hi, I'm new to the PocketPC development arena and I'm trying to write a
WinForms app shell for PocketPC that references a dll that was compiled
using a standard Class Library project.
I created a PocketPC Windows Forms project, added a reference to my assembly
and whenever I try to compile I get:
Error: The dependency 'System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'PocketPCShell' cannot be copied
to the run directory because it would conflict with dependency 'System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Is this just a problem with my environment or referencing .NET 1.1
assemblies is not supported by the compact framework?
Thanks
PS I noticed that the references to System in the PoketPC project point to
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\System.dll instead of the
standard C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll
WinForms app shell for PocketPC that references a dll that was compiled
using a standard Class Library project.
I created a PocketPC Windows Forms project, added a reference to my assembly
and whenever I try to compile I get:
Error: The dependency 'System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' in project 'PocketPCShell' cannot be copied
to the run directory because it would conflict with dependency 'System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Is this just a problem with my environment or referencing .NET 1.1
assemblies is not supported by the compact framework?
Thanks
PS I noticed that the references to System in the PoketPC project point to
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\System.dll instead of the
standard C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll