-1

My application had a post build event in it but I was removing due to some required changes resulting in the following error.

The target "PostBuildEvent" does not exist in the project

So I went into my projects properties > Build Events to remove it. However once removed I would still get the error while executing the application. I then opened my .csproj to manually remove the post build event from there but that had the same result. Am I not removing the post build event properly or is there some kind of error occurring here? If there is an error what is a possible solution?

Update:

It doesn't seem to solely be a problem with any one application but all applications in Visual Studio, including new applications.

BlueBarren
  • 321
  • 7
  • 24

1 Answers1

0

A reinstallation of Visual Studio has successfully solved the problem.

BlueBarren
  • 321
  • 7
  • 24