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

Registration library / ExplicitExports #10

Open
govert opened this issue Sep 17, 2023 · 0 comments
Open

Registration library / ExplicitExports #10

govert opened this issue Sep 17, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@govert
Copy link
Member

govert commented Sep 17, 2023

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>
@govert govert added the documentation Improvements or additions to documentation label Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants