Rahul
Rahul

Reputation: 101

BackgroundAgent not working in Windows Phone 8.1

When I upgraded Windows Phone 8 application to Windows Phone 8.1. My BackgroundAgent stopped working.

I have registered it in WMAppManifest file as same I had done in Windows Phone 8.But when I call LaunchForTest in debug mode it gives me an error Agent Not Found.

System.InvalidOperationException: 'AutoUploadAgent' doesn't exist
   at Microsoft.Phone.Scheduler.ScheduledActionService.LaunchForTest(String name, TimeSpan delay)

Please help me

Upvotes: 0

Views: 278

Answers (1)

Related Questions