Marker bar is not visible in C# editor VS2010 (Win7 64-bit) Follow
I've been using ReSharper 4.5 and nearly every new ReSharper 5 on 32-bit Vista desktop and I loved it.
I installed VS 2010 version 10.0.30319.1 RTMRel with ReSharper 5.1 Full Edition build 5.1.1727.12 on a 64-bit Win7 desktop that has never had any previous versions of ReSharper installed.
All of the ReSharper features, but for the editor colors are running normally.
Marker bar ("error stripe" on the right-hand side of the text view with error/warning marks on it) is not visible.
Errors are not highlighted by ReSharper (warnings, suggestions, etc).
Enable Code Analysis - Color Identifiers option is on.
Can anyone help?
Regards,
Jacob
Please sign in to leave a comment.
I forgot to add that errors, warnings etc. are highlighted by ReSharper in Find Results - Usages - Preview.
Please help!
Hello Jacob,
Do I understand correctly that this happens with any solution (even with
a newly created windows forms project)? Could you please attach a screenshot
of ReSharper | Help | About window?
Please run Visual Studio (devenv.exe) with /ReSharper.LogFile "C:\log.txt"
/ReSharper.LogLevel Verbose command line parameters, open a solution and
some .cs files, make sure there's no marker bar, close Visual Studio and
attach the resulting log.txt file. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Andrey,
That happens with every solution even with a newly created WinForms project.
I attached a log file from running Visual Studio (devenv.exe) with /ReSharper.LogFile "C:\log.txt"
/ReSharper.LogLevel Verbose command line parameters, creating new WinForms project, making sure no marker bar's visible and closing the Visual Studio.
Hope that helps,
Regards
Jacob
Attachment(s):
log.txt.zip
Hello Andrey,
Can you confirm if there is enough information to identify the problem? As the free trial time is going down I am considering to buy ReSharper or abandon it altogether.
How long shall I wait?
Regards,
Jacob
Hello Jacob,
Could you please attach a screenshot of Help > About Visual Studio and a
screenshot of Tools | Extension Manager (with 'All' category selected)? First
of all try closing all instances of Visual Studio and deleting the %APPDATA%\Microsoft\VisualStudio\10.0\ComponentModelCache
folder. Let me know if this helps. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
After closing all instances of Visual Studio I checked %APPDATA%\Microsoft\VisualStudio\10.0\ComponentModelCache - it didn't exist.
I started Visual Studio. Here is the info from Help | About Microsoft Visual Studio and a screenshot of Tools | Extension Manager.
Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Microsoft .NET Framework
Version 4.0.30319 RTMRel
Installed Version: Ultimate
Microsoft Office Developer Tools 01019-532-2002102-70045
Microsoft Office Developer Tools
Microsoft Visual Basic 2010 01019-532-2002102-70045
Microsoft Visual Basic 2010
Microsoft Visual C# 2010 01019-532-2002102-70045
Microsoft Visual C# 2010
Microsoft Visual C++ 2010 01019-532-2002102-70045
Microsoft Visual C++ 2010
Microsoft Visual F# 2010 01019-532-2002102-70045
Microsoft Visual F# 2010
Microsoft Visual Studio 2010 Architecture and Modeling Tools 01019-532-2002102-70045
Microsoft Visual Studio 2010 Architecture and Modeling Tools
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.
Microsoft Visual Studio 2010 Code Analysis Spell Checker 01019-532-2002102-70045
Microsoft Visual Studio 2010 Code Analysis Spell Checker
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
Microsoft Visual Studio 2010 Team Explorer 01019-532-2002102-70045
Microsoft Visual Studio 2010 Team Explorer
Microsoft Visual Web Developer 2010 01019-532-2002102-70045
Microsoft Visual Web Developer 2010
Crystal Reports
Crystal Reports for Visual Studio 2010
JetBrains ReSharper 5.1 Full Edition build 5.1.1727.12 on 2010-07-07T20:40:20
JetBrains ReSharper 5.1 package for Microsoft Visual Studio. For more information about ReSharper, visit http://www.jetbrains.com/resharper/. Copyright © 2003–2010 JetBrains, Inc.
Microsoft Team Foundation Server 2010 Power Tools 3.0.30423.0
Power Tools that extend the Team Foundation Server integration with Visual Studio.
Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.30319
Microsoft Visual Studio 2010 SharePoint Developer Tools
Microsoft Visual Studio Process Editor 1.0
Process Editor for Microsoft Visual Studio Team Foundation Server
Hello Jacob,
Please check %APPDATA%\Local\Microsoft\VisualStudio\10.0\ComponentModelCache
and %APPDATA%\Roaming\Microsoft\VisualStudio\10.0\ComponentModelCache. Thank
you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks Andrey, I found and deleted Microsoft\VisualStudio\10.0\ComponentModelCache. After restarting marker bar and colour highlighting are visible as expected.
Regards,
Jacob