PocketPC System DLL problem

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

Hi,
I am new to PocketPC development.
Using VS2008 targeting the 3.5 FrameWork.
I have a third party DLL that I have referenced successfully in a
Windows app project

When I declare an object from the DLL in my PocketPC project I get the
following when building.


Error 1 The type 'System.ComponentModel.Component' is defined
in an assembly that is not referenced. You must add a reference to
assembly 'System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
C:\ProjectsWorking\Coronis\PocketPC\CoronisPocketPC\CoronisPocketPC\Form1.cs
13 26 CoronisPocketPC

Does this mean that the third party DLL is referencing another version
of the System dll?
Is there a fix for this?
Thanks
Bob
 
Is the 3rd party DLL possibly for the desktop Framework and not the Compact
Framework?

-Drew
 
Back
Top