Documentation Error or am I doing something wrong?
Hi,
I have a PPC app which uses two things - a thread and control.invoke.
After takeing the code running on PPC to a smartdevice project it tells me that
thread.abort and Control.Invoke(Delegate, Object []) is not available.
In the documentation I found for both functions
.......Windows Mobile 2003 for Pocket PC, Windows CE, Windows Mobile 2003 for Smartphone
So fromt this point it looks like they are available.
Now what is wrong?
The documentation -
my code
something in the project?
Thanks in advance
Manfred
[585 byte] By [
ManniAT] at [2008-2-10]
You are not actually giving us a reference to the documentation or the exact error you received and at which point - you are just paraphrasing your interpretation.
In any case, NETCF 2.0 supports Control.Invoke with arguments. CF 1.0 does not.
If you can quote some specific code with specific results we can look at it further.
Cheers
Daniel
Hi Daniel,
by looking for more precise anwers I found that I made a .NET CF 1.0 project for Smartphone 2003.
BUT: by looking on - I could not find a Smartphone Project for .NET CF 2.0!
So the other question - is there no projecttemplate for Smartphones?
Cheers
Manfred
Edit: I found it on the web - SP only CF 1.1 - so my question was quite useless.
But I was not thinking about this because the documentation states SP 2003 for those functions