I am getting a warning for WMAppManifest.xml file after i added a background agent task. My xml is:
<ExtendedTask Name="BackgroundTask">
<BackgroundServiceAgent Specifier="ScheduledTaskAgent" Name="MyAgent" Source="MyAgent" Type="MyAgent.ScheduledAgent" />
</ExtendedTask>
Background Agent Class file name - ScheduledTaskAgent
Background Agent Assembly name - myAgent
Background Agent Default namespace - myAgent
Can anyone point out the error? Thanks in advance.
I found the solution. This might help those who have been stuck at the same problem.
Steps:
The third step is the main step. I missed out on that step and hence the issue. The entry in WMAppManifest.xml will be automatically created.