7

Software

Visual Studio 2012-2013 ReSharper 7-8 (same with both in combination)

Nothing else is installed but general VS updates, DevExpress (not including CodeRush) and ReSharper.

Whenever I remove either plugin the problem is gone.

This issue seems to happen whenever I add a DevExpress grid control to a Form application. So Console applications are fine. The problem doesn't go away whenever I remove the grid control or when I remove the Form all together.

Example

The cursor is in the empty-line below.

private string Test()
{
    MessageBox.Show("Hello!");

    return "Hello!";
}

After building (or running as that builds as well):

private string Test()
{
        MessageBox.Show("Hello!");
        return "Hello!";
}

How would I solve this issue? Let me know if you want more specific details.

PS: I know that this question has been asked before. But this time around it's ReSharper + DevExpress that is causing this issue.

Edit 2014-08-05:

Not resolved yet. I just uninstalled CodeRush in the mean time.

Measurity
  • 1,316
  • 1
  • 12
  • 24

2 Answers2

8

Remove the (DevExpress) licenses.licx file in Properties will fix it.

yohan zhou
  • 1,690
  • 2
  • 11
  • 10
0

I solved by disabling ReSharper (Itself). I think there is a conclusion with DevExpress and ReSharper Code Modification (or at least checking) mechanism. I've looked around tons of CodeRush and ReSharper options. Also scanned web many times. There is nothing! No one has met this problem but me :)

ferhatozkanun
  • 129
  • 1
  • 5