Quote:
Originally Posted by Cableguy
What I don't understand is why it runs on Basic4ppc in the desktop and not on the device....
|
If I understand it correctly you have built a device library that uses methods or properties of a Form that are not available in the Compact Framework, and this library works on the PC but not on the device.
The reason is that while running on the PC your library, even though targeted at the Compact Framework will be running under the full .NET framework, which as you know DOES include those methods and properties. It is only on the device that those methods or properties are not implemented.