c# - WHY I got 'The background agent can’t use ScheduledActionService::Add' while submitting my app? -


i added background agent in app. when try submit market, got following error:

2011: background agent can’t use microsoft.phone.scheduler.scheduledactionservice::add, assembly xxx.core.dll trying use. update file , try again.

can tell me what's exact error? how can modify it?

fyi, did not add background agent in xxx.core.dll using scheduledactionservice.add(periodictask). did in mainpage.xaml.cs, not in xxx.core.dll.

thanks.

thank goodness. found exact reason.

the background agent component(xxx.scheduledtasks.dll) references xxx.core.dll, , there code using 'scheduledactionservice.add' in xxx.core.dll.

after removing related code xxx.core.dll, it's passed.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -