Skip to content

Instantly share code, notes, and snippets.

@CTimmerman
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CTimmerman/4228d82391caf277aec5 to your computer and use it in GitHub Desktop.
Save CTimmerman/4228d82391caf277aec5 to your computer and use it in GitHub Desktop.
Visual Studio 2013 error: "Changes are not allowed for this module as it was not built for changes while debugging or the target .NET runtime version does not support it."
Given the lack of comment permalinks, link looks, and the broken profile picture update link, i'll mirror my proposed answer at
https://social.msdn.microsoft.com/forums/vstudio/en-US/203a2cbe-bee7-42b2-a97d-1c11b81ae237/my-edit-continue-stopped-working-on-vs-2013?prof=required
To edit a C# program while you're running it in Visual Studio 2013:
1. Go to Project, Properties, Build.
2. Set Platform target: x86
2. Disable "Optimize code"
3. Set Advanced, Debug Info: Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment