Error: C: \ Program Files \ IIS \ Microsoft Web Deploy V3 \ msdeploy.exe failed with return code: 4294967295

I installed the definition of VSTS release in Dev and Test environments, these environments were successfully deployed without any problems in the last 2 months, but unexpectedly today I ran into some problems in the test environment, even in the Dev environment I managed to succeed.

A problem like "Error: C: \ Program Files \ IIS \ Microsoft Web Deploy V3 \ msdeploy.exe with return code: 4294967295", if you want more information, see the screenshot below. enter image description here

Before posting the question, I read so many answers and tried with some options, for example by adding -retryInterval: 6000 -retryAttempts: 10 and check the Take app off option in the Advanced Deployment Options section of the VSTS release steps. But this does not help in solving my problem.

So, can someone tell me how to solve this problem as soon as possible?

+4
source share
1 answer

I fixed this problem by going to the ISS management interface, stopping the executable instance of IIS, and then deleting the file msvcr100.dllfrom the folder binin the target folder of the project deployment. You can then restart IIS and restart the release pipeline.

, IIS , . VSTS . IIS , .

-1

Source: https://habr.com/ru/post/1686645/


All Articles