Upload apps to be deployed

AngieKub 0 Reputation points
2025-01-30T11:47:38.1133333+00:00

Hello,

I have the problem that I cannot check a manifest file (.xml). I keep getting the error message marked. Do you have any tips for me?

Screenshot 2025-01-30 091345

Regards

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.
4,225 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. jeet gaglani 5 Reputation points
    2025-01-30T11:55:39.0666667+00:00

    The error "Fehler bei der Überprüfung der Manifestdatei" means there's an issue with validating the manifest file. Here’s what I would check to fix it:

    Validate the XML – I’d run the manifest through the Office Manifest Validator to check for any formatting issues.

    Check Required Fields – I’d make sure all mandatory fields like <Id>, <Version>, <ProviderName>, and <DefaultLocale> are correctly filled.

    Correct Encoding – The XML file should be saved in UTF-8 without BOM.

    Verify URLs – If the manifest includes external URLs, I’d check that they are correct, accessible, and use HTTPS.

    Use Edge or Internet Explorer – Some versions of Office may have issues with certain manifests, so I’d try testing in different browsers.

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.