Share via


C# Edit and Continue: error 4043 

Error Message

The C# compiler failed to compile the project for Edit and Continue. Check for compilation errors

The code changes Edit and Continue tried to compile contain errors that prevent the debug session from continuing.

To correct this error

  1. Check for errors by looking at the error list, and fix any problems you see there.

  2. If no errors appear in the error list, this error is probably due to an internal compiler problem. On the Debug menu, click Stop Debugging, then make the changes and start a new debugging session.

See Also

Reference

Supported Code Changes (C#)
Edit and Continue (Visual C#)

Other Resources

Edit and Continue Errors and Warnings (C#)