Visual studio 2003 with resharper 2.0 does nolonger start after inst. CR
Yesterday I installed crystal reports XI on my computer.
And now my visual studio no longer starts.
It stops after giving the message:
processing command bar "task bar"
Uninstalling resharper makes Visual studio to start Oke.
Who can help?
TIA
Hans Langenberg
Please sign in to leave a comment.
Hello Hans,
I think the most reasonable thing to do is to try to debug the hung VS.
When VS is locked with the 'processing command bar' message, please attach
a debugger to it and check stack trace of the Main thread. You can post the
stack trace here so
that we can figure out what's going on.
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sorry, perhaps a stupid question but how do I attach a debugger to my hanging process?
PS its not Task bar its 'Task Pane' VS shows last.
Dmitry,
I uninstalled version 2.0 and installed version 1.5, Now VS starts but resharper gives me the following message (that looks like it can be ignored):
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Office.Core.CommandBarsClass.get_Item(Object Index)
at ReSharper.VSActionManager.AddControlFromElement(XmlElement element, CommandBar parentCommandBar, Boolean afterSeparator, Boolean isDeletable) in C:\TEMP\tmp7FBA.tmp\Release1.0\src\ReSharper\VSActionManager.cs:line 381
at ReSharper.VSActionManager.ReadMenuElementList(XmlNodeList elements, CommandBar parentCommandBar, Boolean deletable) in C:\TEMP\tmp7FBA.tmp\Release1.0\src\ReSharper\VSActionManager.cs:line 480
at ReSharper.VSActionManager.ConfigureFromXml(XmlElement element) in C:\TEMP\tmp7FBA.tmp\Release1.0\src\ReSharper\VSActionManager.cs:line 837
at JetBrains.ReSharper.Component.ComponentContainer.InitializeComponent(IComponent component) in C:\TEMP\tmp7FBA.tmp\Release1.0\src\Services\component\impl\ComponentContainer.cs:line 153
You can launch another instance of VS or DbgClr (Start | MS .NET Framework
2.0 | Tools | MS Clr Debugger) and select
Tools|Attach to The Process there.
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
But what if that other instance of VS also hangs ... :)
Dmitry Shaporenkov schreef:
Hello Erwin,
this scenario is taken into account by the 'or DbgClr ...' part of the phrase
:)
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> You can launch another instance of VS or DbgClr (Start | MS .NET
>> Framework 2.0 | Tools | MS Clr Debugger) and select
>> Tools|Attach to The Process there.
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"