Hi All,
I am trying to schedule a job from a windows phone app. The flow is :
WP7-> WCF -> scheduletask
When i run the task from the wcf test stub (calling it from a asp.net page) the job is scheduled fine how ever if i make a call to my wcf service from a WP7 project i am getting a error as below : (i am running the task as an administrator in both cases)
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
Please advise.
Regards
BlackMask