Edit and continue feature stopped working in Visual Studio 2010
Solution 1:
In the Solution Explorer view, right-click on each reference of References, choose Properties. In the Properties view, sign False to the field of Embed Interop Types. This works for me.
Solution 2:
The Edit and Continue feature does not work with the dynamic
keyword.
I tried to remove the method that uses a dynamic
parameter, and the converted project now works on Visual Studio 2010.
Internet research reveals that is is a bug that has been reported to Microsoft. The link below has more details:
- Dynamic object as method parameters breaks edit and continue for the class and the project