Resharper for 2003 conflicts with Studio 2005
After I installed build 203 of Resharper for 2003 (no typing error: 2003) I
could not start Visual Studio 2005 beta 2 Professional Edition anymore.
When i uninstalled Resharper, Studio 2005 worked correctly.
The splash screen appears, but then nothing happens. Process devenv.exe
disappears. There is no message whatsoever.
This occurs no matter if I have Resharper for 2005 installed or not, so it
seems not to be a conflict between those two versions.
Regards,
Patrick
Please sign in to leave a comment.
"Patrick" <patrick@nospam.com> wrote in message
news:dcsr86$kdv$1@is.intellij.net...
>
>
>
>
>
I found the following entry in my application log. This only occurs once,
while I have tried to start Visual Studio more than once.
Hope it helps...
Patrick
Event Type: Error
Event Source: Microsoft Visual C# 2005 IntelliSense
Event Category: None
Event ID: 1000
Date: 4-8-2005
Time: 11:30:16
User: N/A
Computer: PATRICK
Description:
The description for Event ID ( 1000 ) in Source ( Microsoft Visual C# 2005
IntelliSense ) cannot be found. The local computer may not have the
necessary registry information or message DLL files to display messages from
a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve
this description; see Help and Support for details. The following
information is part of the event: devenv.exe; 8.0.50215.44; 4257863c;
kernel32.dll; 5.1.2600.2180; 411096b4; 0; 0001eb33.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 64 00 65 00 76 00 .d.e.v.
0030: 65 00 6e 00 76 00 2e 00 e.n.v...
0038: 65 00 78 00 65 00 20 00 e.x.e. .
0040: 38 00 2e 00 30 00 2e 00 8...0...
0048: 35 00 30 00 32 00 31 00 5.0.2.1.
0050: 35 00 2e 00 34 00 34 00 5...4.4.
0058: 20 00 34 00 32 00 35 00 .4.2.5.
0060: 37 00 38 00 36 00 33 00 7.8.6.3.
0068: 63 00 20 00 69 00 6e 00 c. .i.n.
0070: 20 00 6b 00 65 00 72 00 .k.e.r.
0078: 6e 00 65 00 6c 00 33 00 n.e.l.3.
0080: 32 00 2e 00 64 00 6c 00 2...d.l.
0088: 6c 00 20 00 35 00 2e 00 l. .5...
0090: 31 00 2e 00 32 00 36 00 1...2.6.
0098: 30 00 30 00 2e 00 32 00 0.0...2.
00a0: 31 00 38 00 30 00 20 00 1.8.0. .
00a8: 34 00 31 00 31 00 30 00 4.1.1.0.
00b0: 39 00 36 00 62 00 34 00 9.6.b.4.
00b8: 20 00 66 00 44 00 65 00 .f.D.e.
00c0: 62 00 75 00 67 00 20 00 b.u.g. .
00c8: 30 00 20 00 61 00 74 00 0. .a.t.
00d0: 20 00 6f 00 66 00 66 00 .o.f.f.
00d8: 73 00 65 00 74 00 20 00 s.e.t. .
00e0: 30 00 30 00 30 00 31 00 0.0.0.1.
00e8: 65 00 62 00 33 00 33 00 e.b.3.3.
00f0: 0d 00 0a 00 ....
Hello Patrick,
this is really weird. We never noticed such a problem.
If the process devenv.exe silently disappears, this almost definitly means
that a stack overflow exception happens there. Could you please do the following:
1) Install ReSharper for VS 2003
2) Run VS 2005 under debugger - for example, under the DbgClr.exe utility
from the
.NET Framework 2.0 SDK. Set break on any managed exception prior to launching
devenv.exe
process from the debugger.
If you do the above, please notify us of the results. This would be of great
help for us to
diagnose the problem.
Thanks in advance.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Patrick,
no, unfortunately, we cannot extract useful information from this
event log entry. Please read another my post in this thread.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> After I installed build 203 of Resharper for 2003 (no typing error:
>> 2003) I could not start Visual Studio 2005 beta 2 Professional
>> Edition anymore. When i uninstalled Resharper, Studio 2005 worked
>> correctly.
>>
>> The splash screen appears, but then nothing happens. Process
>> devenv.exe disappears. There is no message whatsoever.
>>
>> This occurs no matter if I have Resharper for 2005 installed or not,
>> so it seems not to be a conflict between those two versions.
>>
>> Regards,
>>
>> Patrick
>>
Hi Dmitry,
When running from the debugger, I get the following exception:
An unhandled exception of type 'System.StackOverflowException' occurred in
MutantDesign.ManagedAddIns.DLL
The program '[3952] devenv.exe: Managed' has exited with code -2147023895
(0x800703e9).
The exception is thrown in file
C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBars\CommandBars.cs,
but I don't have that file so I don't know where exactly.
I now have the following situation:
When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is installed, Studio
can not run.
When uninstalling all Resharper versions, Studio runs fine.
I have tried to repair Studio, but this has no effect.
Please help, because now I have a situation where I can not use Resharper in
2003 or not use 2005.
Regards,
Patrick
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>
>
>
>
>
>
>> After I installed build 203 of Resharper for 2003 (no typing error:
>> 2003) I
>> could not start Visual Studio 2005 beta 2 Professional Edition
>> anymore.
>> When i uninstalled Resharper, Studio 2005 worked correctly.
>> The splash screen appears, but then nothing happens. Process
>> devenv.exe disappears. There is no message whatsoever.
>>
>> This occurs no matter if I have Resharper for 2005 installed or not,
>> so it seems not to be a conflict between those two versions.
>>
>> Regards,
>>
>> Patrick
>>
>
>
Hello Patrick,
what other add-ins for VS 2005 have you got installed (Tools|Add-in Manager)?
In particular,
we have seen this problem with the TestDriven.NET - it seems to bravely install
itself into all versions
of Visual Studio but after that causes random stack overflows with VS 2005
on startup.
You can remove an-addin from VS2005 by modifying the registry keys
(HKLM, HKCU)\Software\Microsoft\Visual Studio\8.0\Add-Ins.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Patrick,
>>
>> this is really weird. We never noticed such a problem.
>>
>> If the process devenv.exe silently disappears, this almost definitly
>> means
>> that a stack overflow exception happens there. Could you please do
>> the
>> following:
>> 1) Install ReSharper for VS 2003
>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>> utility
>> from the
>> .NET Framework 2.0 SDK. Set break on any managed exception prior to
>> launching devenv.exe
>> process from the debugger.
>> If you do the above, please notify us of the results. This would be
>> of
>> great help for us to
>> diagnose the problem.
>> Thanks in advance.
>>
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> After I installed build 203 of Resharper for 2003 (no typing error:
>>> 2003) I
>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>> anymore.
>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>> The splash screen appears, but then nothing happens. Process
>>> devenv.exe disappears. There is no message whatsoever.
>>> This occurs no matter if I have Resharper for 2005 installed or not,
>>> so it seems not to be a conflict between those two versions.
>>>
>>> Regards,
>>>
>>> Patrick
>>>
Hi Dmitry,
There seems to be a conflict between Resharper and TestDriven.Net.
I have removed TestDriven.Net from the list of AddIns in the registry and
now Studio starts up fine.
One thing I notice is that (although Resharper for 2005 is not installed),
Studio still has a (grey) menu-item for Resharper, so it seems uninstalling
does not clean up everything.
I even was so bold to reinstall Resharper for 2005 (build 203) and all seems
to work. I can not use Resharper together with TestDriven however. But hey,
you guys got a Unit Test Runner implemented so who will miss TestDriven.Net?
;)
Regards,
Patrick
"Patrick" <patrick@nospam.com> wrote in message
news:dcv306$7n2$1@is.intellij.net...
>
>
>
>
>
>
>
>
>
>> Hello Patrick,
>>
>> this is really weird. We never noticed such a problem.
>>
>> If the process devenv.exe silently disappears, this almost definitly
>> means
>> that a stack overflow exception happens there. Could you please do the
>> following:
>> 1) Install ReSharper for VS 2003
>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe utility
>> from the
>> .NET Framework 2.0 SDK. Set break on any managed exception prior to
>> launching devenv.exe
>> process from the debugger.
>> If you do the above, please notify us of the results. This would be of
>> great help for us to
>> diagnose the problem.
>>
>> Thanks in advance.
>>
>>
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>
>>> After I installed build 203 of Resharper for 2003 (no typing error:
>>> 2003) I
>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>> anymore.
>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>> The splash screen appears, but then nothing happens. Process
>>> devenv.exe disappears. There is no message whatsoever.
>>>
>>> This occurs no matter if I have Resharper for 2005 installed or not,
>>> so it seems not to be a conflict between those two versions.
>>>
>>> Regards,
>>>
>>> Patrick
>>>
>>
>>
>>
>
Hi Dmitry,
Our posts crossed, but if you see my other post I had just done that.
No other addin was installed besides TestDriven.
Regards,
Patrick
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d958a308c767c970aeefd8@news.intellij.net...
>
>
>
>
>> Hi Dmitry,
>>
>> When running from the debugger, I get the following exception:
>>
>> An unhandled exception of type 'System.StackOverflowException'
>> occurred in MutantDesign.ManagedAddIns.DLL
>>
>> The program '[3952] devenv.exe: Managed' has exited with code
>> -2147023895 (0x800703e9).
>>
>> The exception is thrown in file
>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBars\
>> CommandBars.cs, but I don't have that file so I don't know where
>> exactly.
>>
>> I now have the following situation:
>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is installed,
>> Studio
>> can not run.
>> When uninstalling all Resharper versions, Studio runs fine.
>> I have tried to repair Studio, but this has no effect.
>> Please help, because now I have a situation where I can not use
>> Resharper in 2003 or not use 2005.
>>
>> Regards,
>>
>> Patrick
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>
>>> Hello Patrick,
>>>
>>> this is really weird. We never noticed such a problem.
>>>
>>> If the process devenv.exe silently disappears, this almost definitly
>>> means
>>> that a stack overflow exception happens there. Could you please do
>>> the
>>> following:
>>> 1) Install ReSharper for VS 2003
>>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>>> utility
>>> from the
>>> .NET Framework 2.0 SDK. Set break on any managed exception prior to
>>> launching devenv.exe
>>> process from the debugger.
>>> If you do the above, please notify us of the results. This would be
>>> of
>>> great help for us to
>>> diagnose the problem.
>>> Thanks in advance.
>>>
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> After I installed build 203 of Resharper for 2003 (no typing error:
>>>> 2003) I
>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>> anymore.
>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>> The splash screen appears, but then nothing happens. Process
>>>> devenv.exe disappears. There is no message whatsoever.
>>>> This occurs no matter if I have Resharper for 2005 installed or not,
>>>> so it seems not to be a conflict between those two versions.
>>>>
>>>> Regards,
>>>>
>>>> Patrick
>>>>
>
Hello Patrick,
in fact, when we discovered a problem we TestDriven,
we checked it without ReSharper enabled, and stack overlofws happen in that
scenario as well. But may be you're right, and ReSharper somehow conflicts
with TestDriven,
we should take a look at it. The only thing I can figure out is that ReSharper
installs something
(or modifies during installation) that hurts TestDriven, though I have no
idea what it is exactly.
As for the remaining menu item in VS 2005 after uninstalling ReSharper, this
seems to be a bug in VS 2005 -
it does not updates its UI properly. In VS 2003 there is no such problem.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hi Dmitry,
>>
>> When running from the debugger, I get the following exception:
>>
>> An unhandled exception of type 'System.StackOverflowException'
>> occurred in MutantDesign.ManagedAddIns.DLL
>>
>> The program '[3952] devenv.exe: Managed' has exited with code
>> -2147023895 (0x800703e9).
>>
>> The exception is thrown in file
>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBars
>> \CommandBars.cs, but I don't have that file so I don't know where
>> exactly.
>>
>> I now have the following situation:
>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is installed,
>> Studio can not run.
>> When uninstalling all Resharper versions, Studio runs fine.
>> I have tried to repair Studio, but this has no effect.
>> Please help, because now I have a situation where I can not use
>> Resharper in 2003 or not use 2005.
>>
>> Regards,
>>
>> Patrick
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>
>>> Hello Patrick,
>>>
>>> this is really weird. We never noticed such a problem.
>>>
>>> If the process devenv.exe silently disappears, this almost definitly
>>> means
>>> that a stack overflow exception happens there. Could you please do
>>> the
>>> following:
>>> 1) Install ReSharper for VS 2003
>>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>>> utility
>>> from the
>>> .NET Framework 2.0 SDK. Set break on any managed exception prior to
>>> launching devenv.exe
>>> process from the debugger.
>>> If you do the above, please notify us of the results. This would be
>>> of
>>> great help for us to
>>> diagnose the problem.
>>> Thanks in advance.
>>>
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> After I installed build 203 of Resharper for 2003 (no typing error:
>>>> 2003) I
>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>> anymore.
>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>> The splash screen appears, but then nothing happens. Process
>>>> devenv.exe disappears. There is no message whatsoever.
>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>> not, so it seems not to be a conflict between those two versions.
>>>>
>>>> Regards,
>>>>
>>>> Patrick
>>>>
Dmitry,
Leaving the menu in VS 2005 after uninstalled ReSharper, this doesn't seem
to be a bug.
This is the new behavior of add-in's menu/toolbar in VS 2005. You need to
remove it yourself.
Tee
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d958a378c767ccb8717b88@news.intellij.net...
>
>
>
>
>> Hi Dmitry,
>>
>> There seems to be a conflict between Resharper and TestDriven.Net.
>>
>> I have removed TestDriven.Net from the list of AddIns in the registry
>> and now Studio starts up fine.
>>
>> One thing I notice is that (although Resharper for 2005 is not
>> installed), Studio still has a (grey) menu-item for Resharper, so it
>> seems uninstalling does not clean up everything.
>>
>> I even was so bold to reinstall Resharper for 2005 (build 203) and all
>> seems to work. I can not use Resharper together with TestDriven
>> however. But hey, you guys got a Unit Test Runner implemented so who
>> will miss TestDriven.Net? ;)
>>
>> Regards,
>>
>> Patrick
>>
>> "Patrick" <patrick@nospam.com> wrote in message
>> news:dcv306$7n2$1@is.intellij.net...
>>
>>> Hi Dmitry,
>>>
>>> When running from the debugger, I get the following exception:
>>>
>>> An unhandled exception of type 'System.StackOverflowException'
>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>
>>> The program '[3952] devenv.exe: Managed' has exited with code
>>> -2147023895 (0x800703e9).
>>>
>>> The exception is thrown in file
>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBars
>>> \CommandBars.cs, but I don't have that file so I don't know where
>>> exactly.
>>>
>>> I now have the following situation:
>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is installed,
>>> Studio can not run.
>>> When uninstalling all Resharper versions, Studio runs fine.
>>> I have tried to repair Studio, but this has no effect.
>>> Please help, because now I have a situation where I can not use
>>> Resharper in 2003 or not use 2005.
>>>
>>> Regards,
>>>
>>> Patrick
>>>
>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>
>>>> Hello Patrick,
>>>>
>>>> this is really weird. We never noticed such a problem.
>>>>
>>>> If the process devenv.exe silently disappears, this almost definitly
>>>> means
>>>> that a stack overflow exception happens there. Could you please do
>>>> the
>>>> following:
>>>> 1) Install ReSharper for VS 2003
>>>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>>>> utility
>>>> from the
>>>> .NET Framework 2.0 SDK. Set break on any managed exception prior to
>>>> launching devenv.exe
>>>> process from the debugger.
>>>> If you do the above, please notify us of the results. This would be
>>>> of
>>>> great help for us to
>>>> diagnose the problem.
>>>> Thanks in advance.
>>>>
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> After I installed build 203 of Resharper for 2003 (no typing error:
>>>>> 2003) I
>>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>>> anymore.
>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>> The splash screen appears, but then nothing happens. Process
>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>>> not, so it seems not to be a conflict between those two versions.
>>>>>
>>>>> Regards,
>>>>>
>>>>> Patrick
>>>>>
>
Hello Tee,
do you mean it is supposed that the user should remove it? It would be really
weird,
as the user hardly knows what exactly to remove.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Patrick,
>>
>> in fact, when we discovered a problem we TestDriven,
>> we checked it without ReSharper enabled, and stack overlofws happen
>> in
>> that
>> scenario as well. But may be you're right, and ReSharper somehow
>> conflicts
>> with TestDriven,
>> we should take a look at it. The only thing I can figure out is that
>> ReSharper installs something
>> (or modifies during installation) that hurts TestDriven, though I
>> have no
>> idea what it is exactly.
>> As for the remaining menu item in VS 2005 after uninstalling
>> ReSharper,
>> this seems to be a bug in VS 2005 -
>> it does not updates its UI properly. In VS 2003 there is no such
>> problem.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Hi Dmitry,
>>>
>>> There seems to be a conflict between Resharper and TestDriven.Net.
>>>
>>> I have removed TestDriven.Net from the list of AddIns in the
>>> registry and now Studio starts up fine.
>>>
>>> One thing I notice is that (although Resharper for 2005 is not
>>> installed), Studio still has a (grey) menu-item for Resharper, so it
>>> seems uninstalling does not clean up everything.
>>>
>>> I even was so bold to reinstall Resharper for 2005 (build 203) and
>>> all seems to work. I can not use Resharper together with TestDriven
>>> however. But hey, you guys got a Unit Test Runner implemented so who
>>> will miss TestDriven.Net? ;)
>>>
>>> Regards,
>>>
>>> Patrick
>>>
>>> "Patrick" <patrick@nospam.com> wrote in message
>>> news:dcv306$7n2$1@is.intellij.net...
>>>> Hi Dmitry,
>>>>
>>>> When running from the debugger, I get the following exception:
>>>>
>>>> An unhandled exception of type 'System.StackOverflowException'
>>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>>
>>>> The program '[3952] devenv.exe: Managed' has exited with code
>>>> -2147023895 (0x800703e9).
>>>>
>>>> The exception is thrown in file
>>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBa
>>>> rs \CommandBars.cs, but I don't have that file so I don't know
>>>> where exactly.
>>>>
>>>> I now have the following situation:
>>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is
>>>> installed,
>>>> Studio can not run.
>>>> When uninstalling all Resharper versions, Studio runs fine.
>>>> I have tried to repair Studio, but this has no effect.
>>>> Please help, because now I have a situation where I can not use
>>>> Resharper in 2003 or not use 2005.
>>>> Regards,
>>>>
>>>> Patrick
>>>>
>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>>
>>>>> Hello Patrick,
>>>>>
>>>>> this is really weird. We never noticed such a problem.
>>>>>
>>>>> If the process devenv.exe silently disappears, this almost
>>>>> definitly
>>>>> means
>>>>> that a stack overflow exception happens there. Could you please do
>>>>> the
>>>>> following:
>>>>> 1) Install ReSharper for VS 2003
>>>>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>>>>> utility
>>>>> from the
>>>>> .NET Framework 2.0 SDK. Set break on any managed exception prior
>>>>> to
>>>>> launching devenv.exe
>>>>> process from the debugger.
>>>>> If you do the above, please notify us of the results. This would
>>>>> be
>>>>> of
>>>>> great help for us to
>>>>> diagnose the problem.
>>>>> Thanks in advance.
>>>>> Regards,
>>>>> Dmitry Shaporenkov
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>>> After I installed build 203 of Resharper for 2003 (no typing
>>>>>> error:
>>>>>> 2003) I
>>>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>>>> anymore.
>>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>>> The splash screen appears, but then nothing happens. Process
>>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>>>> not, so it seems not to be a conflict between those two versions.
>>>>>> Regards,
>>>>>>
>>>>>> Patrick
>>>>>>
Hello Dmitry,
Not the users, but the developers.
I have my add-in that works on VS 2005 and I don't like this behavior as
well ...
I don't have the solution for this (not much documentation for creationg
add-in, especially for VS 2005), but the temporary solution is remove the
menu on the add-in disconnection event. Not sure if this will lead to a new
problem, but somehow this is just a temporary fix.
Tee
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d9597358c76a13de1442fa@news.intellij.net...
>
>
>
>
>> Dmitry,
>>
>> Leaving the menu in VS 2005 after uninstalled ReSharper, this doesn't
>> seem
>> to be a bug.
>> This is the new behavior of add-in's menu/toolbar in VS 2005. You need
>> to
>> remove it yourself.
>> Tee
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d958a378c767ccb8717b88@news.intellij.net...
>>
>>> Hello Patrick,
>>>
>>> in fact, when we discovered a problem we TestDriven,
>>> we checked it without ReSharper enabled, and stack overlofws happen
>>> in
>>> that
>>> scenario as well. But may be you're right, and ReSharper somehow
>>> conflicts
>>> with TestDriven,
>>> we should take a look at it. The only thing I can figure out is that
>>> ReSharper installs something
>>> (or modifies during installation) that hurts TestDriven, though I
>>> have no
>>> idea what it is exactly.
>>> As for the remaining menu item in VS 2005 after uninstalling
>>> ReSharper,
>>> this seems to be a bug in VS 2005 -
>>> it does not updates its UI properly. In VS 2003 there is no such
>>> problem.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Hi Dmitry,
>>>>
>>>> There seems to be a conflict between Resharper and TestDriven.Net.
>>>>
>>>> I have removed TestDriven.Net from the list of AddIns in the
>>>> registry and now Studio starts up fine.
>>>>
>>>> One thing I notice is that (although Resharper for 2005 is not
>>>> installed), Studio still has a (grey) menu-item for Resharper, so it
>>>> seems uninstalling does not clean up everything.
>>>>
>>>> I even was so bold to reinstall Resharper for 2005 (build 203) and
>>>> all seems to work. I can not use Resharper together with TestDriven
>>>> however. But hey, you guys got a Unit Test Runner implemented so who
>>>> will miss TestDriven.Net? ;)
>>>>
>>>> Regards,
>>>>
>>>> Patrick
>>>>
>>>> "Patrick" <patrick@nospam.com> wrote in message
>>>> news:dcv306$7n2$1@is.intellij.net...
>>>>> Hi Dmitry,
>>>>>
>>>>> When running from the debugger, I get the following exception:
>>>>>
>>>>> An unhandled exception of type 'System.StackOverflowException'
>>>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>>>
>>>>> The program '[3952] devenv.exe: Managed' has exited with code
>>>>> -2147023895 (0x800703e9).
>>>>>
>>>>> The exception is thrown in file
>>>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\CommandBa
>>>>> rs \CommandBars.cs, but I don't have that file so I don't know
>>>>> where exactly.
>>>>>
>>>>> I now have the following situation:
>>>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is
>>>>> installed,
>>>>> Studio can not run.
>>>>> When uninstalling all Resharper versions, Studio runs fine.
>>>>> I have tried to repair Studio, but this has no effect.
>>>>> Please help, because now I have a situation where I can not use
>>>>> Resharper in 2003 or not use 2005.
>>>>> Regards,
>>>>>
>>>>> Patrick
>>>>>
>>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>>>
>>>>>> Hello Patrick,
>>>>>>
>>>>>> this is really weird. We never noticed such a problem.
>>>>>>
>>>>>> If the process devenv.exe silently disappears, this almost
>>>>>> definitly
>>>>>> means
>>>>>> that a stack overflow exception happens there. Could you please do
>>>>>> the
>>>>>> following:
>>>>>> 1) Install ReSharper for VS 2003
>>>>>> 2) Run VS 2005 under debugger - for example, under the DbgClr.exe
>>>>>> utility
>>>>>> from the
>>>>>> .NET Framework 2.0 SDK. Set break on any managed exception prior
>>>>>> to
>>>>>> launching devenv.exe
>>>>>> process from the debugger.
>>>>>> If you do the above, please notify us of the results. This would
>>>>>> be
>>>>>> of
>>>>>> great help for us to
>>>>>> diagnose the problem.
>>>>>> Thanks in advance.
>>>>>> Regards,
>>>>>> Dmitry Shaporenkov
>>>>>> JetBrains, Inc
>>>>>> http://www.jetbrains.com
>>>>>> "Develop with pleasure!"
>>>>>>> After I installed build 203 of Resharper for 2003 (no typing
>>>>>>> error:
>>>>>>> 2003) I
>>>>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>>>>> anymore.
>>>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>>>> The splash screen appears, but then nothing happens. Process
>>>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>>>>> not, so it seems not to be a conflict between those two versions.
>>>>>>> Regards,
>>>>>>>
>>>>>>> Patrick
>>>>>>>
>
Hello Tee,
it seems it has always been this way - add-in developers should remove add-in
UI as a part
of the uninstallation process, so I don't quite understand what has changed.
Could you please
give me a reference to this information, if you have one?
During uninstallation, ReSharper invokes EnvDTE.Command.Delete () method,
and runs devenv.exe
/setup, and in VS 2003 all works fine. In VS2005, however, Command.Delete
does not seem to work at
all (commands don't get deleted), so I had an idea that the remaining menu
item is due to this problem.
Of course, I may easily be wrong.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Tee,
>>
>> do you mean it is supposed that the user should remove it? It would
>> be
>> really weird,
>> as the user hardly knows what exactly to remove.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Dmitry,
>>>
>>> Leaving the menu in VS 2005 after uninstalled ReSharper, this
>>> doesn't
>>> seem
>>> to be a bug.
>>> This is the new behavior of add-in's menu/toolbar in VS 2005. You
>>> need
>>> to
>>> remove it yourself.
>>> Tee
>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>> news:c8a894d958a378c767ccb8717b88@news.intellij.net...
>>>
>>>> Hello Patrick,
>>>>
>>>> in fact, when we discovered a problem we TestDriven,
>>>> we checked it without ReSharper enabled, and stack overlofws happen
>>>> in
>>>> that
>>>> scenario as well. But may be you're right, and ReSharper somehow
>>>> conflicts
>>>> with TestDriven,
>>>> we should take a look at it. The only thing I can figure out is
>>>> that
>>>> ReSharper installs something
>>>> (or modifies during installation) that hurts TestDriven, though I
>>>> have no
>>>> idea what it is exactly.
>>>> As for the remaining menu item in VS 2005 after uninstalling
>>>> ReSharper,
>>>> this seems to be a bug in VS 2005 -
>>>> it does not updates its UI properly. In VS 2003 there is no such
>>>> problem.
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> Hi Dmitry,
>>>>>
>>>>> There seems to be a conflict between Resharper and TestDriven.Net.
>>>>>
>>>>> I have removed TestDriven.Net from the list of AddIns in the
>>>>> registry and now Studio starts up fine.
>>>>>
>>>>> One thing I notice is that (although Resharper for 2005 is not
>>>>> installed), Studio still has a (grey) menu-item for Resharper, so
>>>>> it seems uninstalling does not clean up everything.
>>>>>
>>>>> I even was so bold to reinstall Resharper for 2005 (build 203) and
>>>>> all seems to work. I can not use Resharper together with
>>>>> TestDriven however. But hey, you guys got a Unit Test Runner
>>>>> implemented so who will miss TestDriven.Net? ;)
>>>>>
>>>>> Regards,
>>>>>
>>>>> Patrick
>>>>>
>>>>> "Patrick" <patrick@nospam.com> wrote in message
>>>>> news:dcv306$7n2$1@is.intellij.net...
>>>>>> Hi Dmitry,
>>>>>>
>>>>>> When running from the debugger, I get the following exception:
>>>>>>
>>>>>> An unhandled exception of type 'System.StackOverflowException'
>>>>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>>>>
>>>>>> The program '[3952] devenv.exe: Managed' has exited with code
>>>>>> -2147023895 (0x800703e9).
>>>>>>
>>>>>> The exception is thrown in file
>>>>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\Command
>>>>>> Ba rs \CommandBars.cs, but I don't have that file so I don't know
>>>>>> where exactly.
>>>>>>
>>>>>> I now have the following situation:
>>>>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is
>>>>>> installed,
>>>>>> Studio can not run.
>>>>>> When uninstalling all Resharper versions, Studio runs fine.
>>>>>> I have tried to repair Studio, but this has no effect.
>>>>>> Please help, because now I have a situation where I can not use
>>>>>> Resharper in 2003 or not use 2005.
>>>>>> Regards,
>>>>>> Patrick
>>>>>>
>>>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>>>>
>>>>>>> Hello Patrick,
>>>>>>>
>>>>>>> this is really weird. We never noticed such a problem.
>>>>>>>
>>>>>>> If the process devenv.exe silently disappears, this almost
>>>>>>> definitly
>>>>>>> means
>>>>>>> that a stack overflow exception happens there. Could you please
>>>>>>> do
>>>>>>> the
>>>>>>> following:
>>>>>>> 1) Install ReSharper for VS 2003
>>>>>>> 2) Run VS 2005 under debugger - for example, under the
>>>>>>> DbgClr.exe
>>>>>>> utility
>>>>>>> from the
>>>>>>> .NET Framework 2.0 SDK. Set break on any managed exception prior
>>>>>>> to
>>>>>>> launching devenv.exe
>>>>>>> process from the debugger.
>>>>>>> If you do the above, please notify us of the results. This would
>>>>>>> be
>>>>>>> of
>>>>>>> great help for us to
>>>>>>> diagnose the problem.
>>>>>>> Thanks in advance.
>>>>>>> Regards,
>>>>>>> Dmitry Shaporenkov
>>>>>>> JetBrains, Inc
>>>>>>> http://www.jetbrains.com
>>>>>>> "Develop with pleasure!"
>>>>>>>> After I installed build 203 of Resharper for 2003 (no typing
>>>>>>>> error:
>>>>>>>> 2003) I
>>>>>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>>>>>> anymore.
>>>>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>>>>> The splash screen appears, but then nothing happens. Process
>>>>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>>>>>> not, so it seems not to be a conflict between those two
>>>>>>>> versions.
>>>>>>>> Regards,
>>>>>>>> Patrick
>>>>>>>>
Hello Dmitry,
Sorry I don't have more information as well.
My add-in has a toolbar (aka CommandBar), not menu items like ReSharper, at
first I also tried Command.Delete and no luck.
Then lastly I got it working with this:
EnvDTE80.DTE2.Commands.RemoveCommandBar(yourCommandBar);
Don't know if this code will delete the menu of ReSharper, but you may try
something like this. If it doesn't work, the code that will delete the menu
items probably would be something similar as they should have consistency.
Tee
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d9598628c76a200b711c06@news.intellij.net...
>
>
>
>
>> Hello Dmitry,
>>
>> Not the users, but the developers.
>>
>> I have my add-in that works on VS 2005 and I don't like this behavior
>> as
>> well ...
>> I don't have the solution for this (not much documentation for
>> creationg
>> add-in, especially for VS 2005), but the temporary solution is remove
>> the
>> menu on the add-in disconnection event. Not sure if this will lead to
>> a new
>> problem, but somehow this is just a temporary fix.
>> Tee
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d9597358c76a13de1442fa@news.intellij.net...
>>
>>> Hello Tee,
>>>
>>> do you mean it is supposed that the user should remove it? It would
>>> be
>>> really weird,
>>> as the user hardly knows what exactly to remove.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Dmitry,
>>>>
>>>> Leaving the menu in VS 2005 after uninstalled ReSharper, this
>>>> doesn't
>>>> seem
>>>> to be a bug.
>>>> This is the new behavior of add-in's menu/toolbar in VS 2005. You
>>>> need
>>>> to
>>>> remove it yourself.
>>>> Tee
>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>> news:c8a894d958a378c767ccb8717b88@news.intellij.net...
>>>>
>>>>> Hello Patrick,
>>>>>
>>>>> in fact, when we discovered a problem we TestDriven,
>>>>> we checked it without ReSharper enabled, and stack overlofws happen
>>>>> in
>>>>> that
>>>>> scenario as well. But may be you're right, and ReSharper somehow
>>>>> conflicts
>>>>> with TestDriven,
>>>>> we should take a look at it. The only thing I can figure out is
>>>>> that
>>>>> ReSharper installs something
>>>>> (or modifies during installation) that hurts TestDriven, though I
>>>>> have no
>>>>> idea what it is exactly.
>>>>> As for the remaining menu item in VS 2005 after uninstalling
>>>>> ReSharper,
>>>>> this seems to be a bug in VS 2005 -
>>>>> it does not updates its UI properly. In VS 2003 there is no such
>>>>> problem.
>>>>> Regards,
>>>>> Dmitry Shaporenkov
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>>> Hi Dmitry,
>>>>>>
>>>>>> There seems to be a conflict between Resharper and TestDriven.Net.
>>>>>>
>>>>>> I have removed TestDriven.Net from the list of AddIns in the
>>>>>> registry and now Studio starts up fine.
>>>>>>
>>>>>> One thing I notice is that (although Resharper for 2005 is not
>>>>>> installed), Studio still has a (grey) menu-item for Resharper, so
>>>>>> it seems uninstalling does not clean up everything.
>>>>>>
>>>>>> I even was so bold to reinstall Resharper for 2005 (build 203) and
>>>>>> all seems to work. I can not use Resharper together with
>>>>>> TestDriven however. But hey, you guys got a Unit Test Runner
>>>>>> implemented so who will miss TestDriven.Net? ;)
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Patrick
>>>>>>
>>>>>> "Patrick" <patrick@nospam.com> wrote in message
>>>>>> news:dcv306$7n2$1@is.intellij.net...
>>>>>>> Hi Dmitry,
>>>>>>>
>>>>>>> When running from the debugger, I get the following exception:
>>>>>>>
>>>>>>> An unhandled exception of type 'System.StackOverflowException'
>>>>>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>>>>>
>>>>>>> The program '[3952] devenv.exe: Managed' has exited with code
>>>>>>> -2147023895 (0x800703e9).
>>>>>>>
>>>>>>> The exception is thrown in file
>>>>>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\Command
>>>>>>> Ba rs \CommandBars.cs, but I don't have that file so I don't know
>>>>>>> where exactly.
>>>>>>>
>>>>>>> I now have the following situation:
>>>>>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is
>>>>>>> installed,
>>>>>>> Studio can not run.
>>>>>>> When uninstalling all Resharper versions, Studio runs fine.
>>>>>>> I have tried to repair Studio, but this has no effect.
>>>>>>> Please help, because now I have a situation where I can not use
>>>>>>> Resharper in 2003 or not use 2005.
>>>>>>> Regards,
>>>>>>> Patrick
>>>>>>>
>>>>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>>>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>>>>>
>>>>>>>> Hello Patrick,
>>>>>>>>
>>>>>>>> this is really weird. We never noticed such a problem.
>>>>>>>>
>>>>>>>> If the process devenv.exe silently disappears, this almost
>>>>>>>> definitly
>>>>>>>> means
>>>>>>>> that a stack overflow exception happens there. Could you please
>>>>>>>> do
>>>>>>>> the
>>>>>>>> following:
>>>>>>>> 1) Install ReSharper for VS 2003
>>>>>>>> 2) Run VS 2005 under debugger - for example, under the
>>>>>>>> DbgClr.exe
>>>>>>>> utility
>>>>>>>> from the
>>>>>>>> .NET Framework 2.0 SDK. Set break on any managed exception prior
>>>>>>>> to
>>>>>>>> launching devenv.exe
>>>>>>>> process from the debugger.
>>>>>>>> If you do the above, please notify us of the results. This would
>>>>>>>> be
>>>>>>>> of
>>>>>>>> great help for us to
>>>>>>>> diagnose the problem.
>>>>>>>> Thanks in advance.
>>>>>>>> Regards,
>>>>>>>> Dmitry Shaporenkov
>>>>>>>> JetBrains, Inc
>>>>>>>> http://www.jetbrains.com
>>>>>>>> "Develop with pleasure!"
>>>>>>>>> After I installed build 203 of Resharper for 2003 (no typing
>>>>>>>>> error:
>>>>>>>>> 2003) I
>>>>>>>>> could not start Visual Studio 2005 beta 2 Professional Edition
>>>>>>>>> anymore.
>>>>>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>>>>>> The splash screen appears, but then nothing happens. Process
>>>>>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>>>>>> This occurs no matter if I have Resharper for 2005 installed or
>>>>>>>>> not, so it seems not to be a conflict between those two
>>>>>>>>> versions.
>>>>>>>>> Regards,
>>>>>>>>> Patrick
>>>>>>>>>
>
Hello Tee,
thanks a lot for your help!
We'll try to find more information, and in case we won't find it,
perhaps we should use your method.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Tee,
>>
>> it seems it has always been this way - add-in developers should
>> remove
>> add-in UI as a part of the uninstallation process, so I don't quite
>> understand what has changed. Could you please
>> give me a reference to this information, if you have one?
>> During uninstallation, ReSharper invokes EnvDTE.Command.Delete ()
>> method,
>> and runs devenv.exe
>> /setup, and in VS 2003 all works fine. In VS2005, however,
>> Command.Delete
>> does not seem to work at
>> all (commands don't get deleted), so I had an idea that the remaining
>> menu
>> item is due to this problem.
>> Of course, I may easily be wrong.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Hello Dmitry,
>>>
>>> Not the users, but the developers.
>>>
>>> I have my add-in that works on VS 2005 and I don't like this
>>> behavior
>>> as
>>> well ...
>>> I don't have the solution for this (not much documentation for
>>> creationg
>>> add-in, especially for VS 2005), but the temporary solution is
>>> remove
>>> the
>>> menu on the add-in disconnection event. Not sure if this will lead
>>> to
>>> a new
>>> problem, but somehow this is just a temporary fix.
>>> Tee
>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>> news:c8a894d9597358c76a13de1442fa@news.intellij.net...
>>>
>>>> Hello Tee,
>>>>
>>>> do you mean it is supposed that the user should remove it? It would
>>>> be
>>>> really weird,
>>>> as the user hardly knows what exactly to remove.
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> Dmitry,
>>>>>
>>>>> Leaving the menu in VS 2005 after uninstalled ReSharper, this
>>>>> doesn't
>>>>> seem
>>>>> to be a bug.
>>>>> This is the new behavior of add-in's menu/toolbar in VS 2005. You
>>>>> need
>>>>> to
>>>>> remove it yourself.
>>>>> Tee
>>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>>> news:c8a894d958a378c767ccb8717b88@news.intellij.net...
>>>>>> Hello Patrick,
>>>>>>
>>>>>> in fact, when we discovered a problem we TestDriven,
>>>>>> we checked it without ReSharper enabled, and stack overlofws
>>>>>> happen
>>>>>> in
>>>>>> that
>>>>>> scenario as well. But may be you're right, and ReSharper somehow
>>>>>> conflicts
>>>>>> with TestDriven,
>>>>>> we should take a look at it. The only thing I can figure out is
>>>>>> that
>>>>>> ReSharper installs something
>>>>>> (or modifies during installation) that hurts TestDriven, though I
>>>>>> have no
>>>>>> idea what it is exactly.
>>>>>> As for the remaining menu item in VS 2005 after uninstalling
>>>>>> ReSharper,
>>>>>> this seems to be a bug in VS 2005 -
>>>>>> it does not updates its UI properly. In VS 2003 there is no such
>>>>>> problem.
>>>>>> Regards,
>>>>>> Dmitry Shaporenkov
>>>>>> JetBrains, Inc
>>>>>> http://www.jetbrains.com
>>>>>> "Develop with pleasure!"
>>>>>>> Hi Dmitry,
>>>>>>>
>>>>>>> There seems to be a conflict between Resharper and
>>>>>>> TestDriven.Net.
>>>>>>>
>>>>>>> I have removed TestDriven.Net from the list of AddIns in the
>>>>>>> registry and now Studio starts up fine.
>>>>>>>
>>>>>>> One thing I notice is that (although Resharper for 2005 is not
>>>>>>> installed), Studio still has a (grey) menu-item for Resharper,
>>>>>>> so it seems uninstalling does not clean up everything.
>>>>>>>
>>>>>>> I even was so bold to reinstall Resharper for 2005 (build 203)
>>>>>>> and all seems to work. I can not use Resharper together with
>>>>>>> TestDriven however. But hey, you guys got a Unit Test Runner
>>>>>>> implemented so who will miss TestDriven.Net? ;)
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> Patrick
>>>>>>>
>>>>>>> "Patrick" <patrick@nospam.com> wrote in message
>>>>>>> news:dcv306$7n2$1@is.intellij.net...
>>>>>>>> Hi Dmitry,
>>>>>>>>
>>>>>>>> When running from the debugger, I get the following exception:
>>>>>>>>
>>>>>>>> An unhandled exception of type 'System.StackOverflowException'
>>>>>>>> occurred in MutantDesign.ManagedAddIns.DLL
>>>>>>>>
>>>>>>>> The program '[3952] devenv.exe: Managed' has exited with code
>>>>>>>> -2147023895 (0x800703e9).
>>>>>>>>
>>>>>>>> The exception is thrown in file
>>>>>>>> C:\svnhome\trunk\ManagedAddIns\MutantDesign.ManagedAddIns\Comma
>>>>>>>> nd Ba rs \CommandBars.cs, but I don't have that file so I don't
>>>>>>>> know where exactly.
>>>>>>>>
>>>>>>>> I now have the following situation:
>>>>>>>> When either Resharper 1.5, 2.0 for 2003 or 2.0 for 2005 is
>>>>>>>> installed,
>>>>>>>> Studio can not run.
>>>>>>>> When uninstalling all Resharper versions, Studio runs fine.
>>>>>>>> I have tried to repair Studio, but this has no effect.
>>>>>>>> Please help, because now I have a situation where I can not use
>>>>>>>> Resharper in 2003 or not use 2005.
>>>>>>>> Regards,
>>>>>>>> Patrick
>>>>>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>>>>>> news:c8a894d95786b8c7671bdf57bc9a@news.intellij.net...
>>>>>>>>
>>>>>>>>> Hello Patrick,
>>>>>>>>>
>>>>>>>>> this is really weird. We never noticed such a problem.
>>>>>>>>>
>>>>>>>>> If the process devenv.exe silently disappears, this almost
>>>>>>>>> definitly
>>>>>>>>> means
>>>>>>>>> that a stack overflow exception happens there. Could you
>>>>>>>>> please
>>>>>>>>> do
>>>>>>>>> the
>>>>>>>>> following:
>>>>>>>>> 1) Install ReSharper for VS 2003
>>>>>>>>> 2) Run VS 2005 under debugger - for example, under the
>>>>>>>>> DbgClr.exe
>>>>>>>>> utility
>>>>>>>>> from the
>>>>>>>>> .NET Framework 2.0 SDK. Set break on any managed exception
>>>>>>>>> prior
>>>>>>>>> to
>>>>>>>>> launching devenv.exe
>>>>>>>>> process from the debugger.
>>>>>>>>> If you do the above, please notify us of the results. This
>>>>>>>>> would
>>>>>>>>> be
>>>>>>>>> of
>>>>>>>>> great help for us to
>>>>>>>>> diagnose the problem.
>>>>>>>>> Thanks in advance.
>>>>>>>>> Regards,
>>>>>>>>> Dmitry Shaporenkov
>>>>>>>>> JetBrains, Inc
>>>>>>>>> http://www.jetbrains.com
>>>>>>>>> "Develop with pleasure!"
>>>>>>>>>> After I installed build 203 of Resharper for 2003 (no typing
>>>>>>>>>> error:
>>>>>>>>>> 2003) I
>>>>>>>>>> could not start Visual Studio 2005 beta 2 Professional
>>>>>>>>>> Edition
>>>>>>>>>> anymore.
>>>>>>>>>> When i uninstalled Resharper, Studio 2005 worked correctly.
>>>>>>>>>> The splash screen appears, but then nothing happens. Process
>>>>>>>>>> devenv.exe disappears. There is no message whatsoever.
>>>>>>>>>> This occurs no matter if I have Resharper for 2005 installed
>>>>>>>>>> or
>>>>>>>>>> not, so it seems not to be a conflict between those two
>>>>>>>>>> versions.
>>>>>>>>>> Regards,
>>>>>>>>>> Patrick