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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -