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

Re: PocketPC System DLL problem by DrewCE

DrewCE
Thu Mar 13 23:15:08 CDT 2008

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

-Drew

"bob" <startatbob_clegg@cutthis.adriley.co.nz> wrote in message
news:3rljt3hfj4i054k4boq5725g0b1olrjrtd@4ax.com...
> 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