Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error with the sample #9

Open
TheRealBard opened this issue Jul 8, 2020 · 0 comments · May be fixed by #10
Open

build error with the sample #9

TheRealBard opened this issue Jul 8, 2020 · 0 comments · May be fixed by #10

Comments

@TheRealBard
Copy link

Thought I would try to run your sample project. I right clicked TrafficApp and said Set as Startup Project. The hit rebuild. Fails here on the line with the Entry Point:

  <Extensions>
    <Extension Category="windows.backgroundTasks" EntryPoint="TrafficMonitor.TrafficMonitor">
      <BackgroundTasks>
        <Task Type="systemEvent" />
      </BackgroundTasks>
    </Extension>
  </Extensions>

Windows-appsample-trafficapp-master\Windows-appsample-trafficapp-master\TrafficApp\bin\x64\Debug\AppxManifest.xml : error APPX0501: Validation error. error 80080204: App manifest validation error: Line 31, Column 12, Reason: If it is not an audio background task, it is not allowed to have EntryPoint="TrafficMonitor.TrafficMonitor" without ActivatableClassId in windows.activatableClass.inProcessServer.

@aberus aberus linked a pull request Aug 15, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant