Additionally I found that I could not compile for the device until I had conversely added the desktop component to the device side of the listing as well.
And now I find that the successfully compiled program won't run on the device, either real or emulated.
I get: "File OR assembly name 'ClassLibrary1, Version=1.0.2857.13802, Culture=neutral, PublicKeyToken=null', or one of its dependencies, was not found."
Is this because I now nave a prolram that wants (per quote above) the desktop DLL which is no good on the device anyway?
Is it in fact impossible to have a single source for device and desktop?
Is there an equivalent to "Dependency Walker" for PPC?
Mike.