Deleting a line when deleting a project (installing DevExpress + Resharper)

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.

+7
resharper devexpress
source share
2 answers

Delete the license.licx (DevExpress) file in the properties to fix it.

+8
source share

I decided to disable ReSharper (myself). I think there is a conclusion with the DevExpress and ReSharper Code Modification (or at least verification) mechanism. I looked through a lot of options for CodeRush and ReSharper. The network is also scanned many times. There is nothing! No one has dealt with this problem, but I :)

0
source share

All Articles