4

I have an app which currently plays music (in the background) all the time it is running.
We wish to upgrade this in the Mango version of the app to use an Audio Playback Agent.

The majority of the playback logic is currently in a class library referenced by the main app. When using the, Beta 2 version of the, mango tools to add a reference to the agent from the class library project I get "Unable to add the selected reference because it is not supported by background agents."

Is this a known issue/by design?
Any known work arounds if it is?
Any alternatives? (Other than moving the code into the application project)

Yes, I've updated the library project to 7.1.

4

1 回答 1

1

这取决于图书馆有哪些参考资料。并非所有引用都受支持。您可能需要更改它。该库是 7.1 库还是 7.0 库(这可能是问题所在)。

于 2011-07-12T02:20:16.590 回答