Last active
August 29, 2015 14:14
-
-
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."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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