cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build Error 9564

Build Error 9564

Summary

Error 9564 occurs when the module [COM Module Name] contains the COM data.

Symptoms

Building a release is when this COM server will not be activatable outside the Appx package.

Cause

This build error may be caused by a specified COM server that will not be activatable outside of this Appx package as all its registry entries and extension points are in its private hive and not exposed publicly to the system.

Workaround

To workaround the issue at this point, if your application uses COM only for its own personal use, then you can ignore this warning and rely on COM entries in the application’s private hive (Registry.dat) to support your app.

All binaries in the same appx\msix package have access to that registry, but any other apps on the system cannot see into your app’s private hive.

Labels (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jun 06, 2019 01:27 AM
Updated by:
Contributors