Disable manifest question?

DangDKhanh-2637 941 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!

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,489 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. P a u l 10,406 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.