Skip to content

Registration library / ExplicitExports #10

Description

@govert

When using the Registration helper library (typically for registering async Task functions), we need to add an extra project property to set ExplicitRegistration, otherwise we get errors like this one when the add-in is loaded:
image

The fix is to set this project property:

    <ExcelAddInExplicitRegistration>true</ExcelAddInExplicitRegistration>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions