Disable manifest question?

D.D.K-2637 966 Reputation points
2021-09-10T22:57:56.407+00:00

Hi,
I need to ignore manifest file while building vsto .exe file. (for Word)
but I don't know how to do this by customizing the Project configuration.
Is it the app.config file? because its syntax is really foreign to me.
How do I achieve this?

Thank you!

Microsoft 365 and Office Development Other
0 comments No comments
{count} votes

Accepted answer
  1. Artemiy Moroz 271 Reputation points
    2021-09-11T17:44:46.517+00:00

    Hi there! As an option, you can try to move manifest from embedded resource to external file and then delete that file on the post-build step.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. P a u l 10,761 Reputation points
    2021-09-10T23:01:59.077+00:00

    If you open the project properties, under the Application tab at the bottom there's a Manifest field. If you set that to "Create application without a manifest" it should skip including the manifest file.


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.