WACK does not allow creating Framework Packages

Roland Plüss 1 Reputation point
2021-12-09T14:03:11.663+00:00

I need to create a Framework Package to submit to the app store. The package provides only DLLs which are required by two other packages. From my tests packages can only depends on framework packages not other packages so my only option is to create a Framework package. In WACK I get though this error:

The application must not declare itself as a framework. The package properties section in the manifest must not contain the following declaration: "<Framework>true</Framework>"

How am I supposed to create a Framework Package if I'm not allowed to use the Framework tag? I need this package to be a dependency of other packages.

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
1,051 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 33,591 Reputation points Microsoft Vendor
    2021-12-10T02:40:54.45+00:00

    Hello,

    Welcome to Microsoft Q&A!

    As far as I know, you can't upload a framework package to the Microsoft Store. Also, according to the Store policy, Your product must be fully functional and must provide appropriate functionality for targeted systems and devices. You can't upload a framework package that is not runnable. I'd suggest you package your dependencies into your app's package instead of uploading another framework package.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.