PocketPC System DLL problem

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
 
D

DrewCE

Is the 3rd party DLL possibly for the desktop Framework and not the Compact
Framework?

-Drew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top