Software
Visual Studio 2012-2013 ReSharper 7-8 (same with both in combination)
Nothing else has been installed except for the general updates of VS, DevExpress (not including CodeRush) and ReSharper.
Whenever I uninstall any plugin, the problem is gone.
This issue occurs when I add a DevExpress control to a Form application. So console applications are great. The problem does not disappear when I delete the grid control or when I delete the form together.
Example
The cursor is on the empty line below.
private string Test() { MessageBox.Show("Hello!"); return "Hello!"; }
After you build (or run how it builds):
private string Test() { MessageBox.Show("Hello!"); return "Hello!"; }
How can I solve this problem? Let me know if you would like more information.
PS: I know that this question was asked before. But this time around it, ReSharper + DevExpress is causing this problem.
Edit 2014-08-05:
Failed to resolve. I just uninstalled CodeRush in the meantime.
resharper devexpress
Measuring
source share