views:

60

answers:

1

alt text

the original code is like this.

                         else
                            {
                                continue;
                            }
                        }
                        break;
                    }
                case UserType.Individual:
                    {
+4  A: 

You want to install SP1 for Visual Studio. See http://devnet.jetbrains.net/docs/DOC-1204

Ilya Ryzhenkov
Is this a "known issue" thing (from your intimate knowledge of resharper), or a side note? (just askin')
Marc Gravell
will try that now, thanks :)
geocine
Can you let us know how it goes - I see the same thing
ChloeRadshaw
sure will do, I left the computer at the office will be back tomorrow.
geocine
@Marc, frequent support call, I believe it is on the FAQ list also. Will check tomorrow, if not - will add :)
Ilya Ryzhenkov
Yep, here is it http://devnet.jetbrains.net/docs/DOC-1204
Ilya Ryzhenkov

related questions