Hi all
I want to add scheduled task facility to my class library. User should be able to get the location periodically and he should be able to determine time interval, using classes in my class library. It must be compatible with Windows Phone 7.0. I found some solutions using Microsoft.Phone.Schedule namespace, however it is available for only 7.1 and 8, and I cannot add it to my 7.0 library. This link provides a solution for 7.1 and 8. Is there any way that I can do this job in Windows Phone 7.0.
Thanks in advance
Asked
Active
Viewed 221 times
4

moztemur
- 941
- 1
- 9
- 22
1 Answers
2
Not really an answer .. but why do not you upgrade your library to 7.1? It will make many thinks easier for you. There is no need to maintain 7.0 apps because 7.1 is mandatory and only devices running 7.1 can download apps from the store.

Igor Kulman
- 16,211
- 10
- 57
- 118
-
I didn't know that actually. Thank you for this really critical info. I'll take your advice. – moztemur Jan 31 '13 at 14:07