[249] & [251] crash
I have a multi-project solution and one of the projects is a winapp. This
particular project doesn't have any NUnit code in it at all but when trying
to debug the project, I'm getting an exception and the inner exception
(after being prompted for logger.cs and another jet brains source file was
the following
JetBrains.ReSharper.Util.InternalErrorException was unhandled
Message="Exception logged"
Source="JetBrains.ReSharper.Util"
StackTrace:
at JetBrains.ReSharper.Util.InternalErrorException..ctor(String,
Exception) in
c:\Agent\work\ReSharper2.0\src\Util\src\InternalErrorException.cs:line 28
column 7
at JetBrains.ReSharper.Util.Logger.LogExceptionInternal(Exception) in
c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 358 column 9
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boolean) in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 334
column 5
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 338 column 7
at JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.Run(String[])
in
c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
101 column 9
at JetBrains.ReSharper.UnitTestSupport.Runner.MainApp.Main(String[]) in
c:\Agent\work\ReSharper2.0\src\UnitTestRunner\src\MainApp.cs:line 44 column
5
at JetBrains.ReSharper.Util.Logger.LogExceptionInternal(Exception e)
in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 358
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception e, String
comment, Boolean includeOuterFrames) in
c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 333
at JetBrains.ReSharper.Util.Logger.LogException(Exception e) in
c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 338
at JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.Run(String[]
args) in
c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
101
at JetBrains.ReSharper.UnitTestSupport.Runner.MainApp.Main(String[]
args) in c:\Agent\work\ReSharper2.0\src\UnitTestRunner\src\MainApp.cs:line
38
It doesn't seem to happen across all my projects but it's pretty ugly when
it does happen. Any ideas?
Thanks
Please sign in to leave a comment.
I had a similar problem.
Somehow the winapp project debug properties were changed to start with
ReSharper's NUnit testrunner (in winapp -> properties -> debug). I removed
the references to ReSharper, and I can debug normally again.
---
Richard
"otto" <ottopatrick@hotmail.com> wrote in message
news:e6k6il$a6$1@is.intellij.net...
>I have a multi-project solution and one of the projects is a winapp. This
>particular project doesn't have any NUnit code in it at all but when trying
>to debug the project, I'm getting an exception and the inner exception
>(after being prompted for logger.cs and another jet brains source file was
>the following
>
>
>
>
Thanks--that helps!
"Richard" <monica.spence@t4g.com> wrote in message
news:e6kf0u$183$1@is.intellij.net...
>I had a similar problem.
>
>
>
>>I have a multi-project solution and one of the projects is a winapp. This
>>particular project doesn't have any NUnit code in it at all but when
>>trying to debug the project, I'm getting an exception and the inner
>>exception (after being prompted for logger.cs and another jet brains
>>source file was the following
>>
>> JetBrains.ReSharper.Util.InternalErrorException was unhandled
>> Message="Exception logged"
>> Source="JetBrains.ReSharper.Util"
>> StackTrace:
>> at JetBrains.ReSharper.Util.InternalErrorException..ctor(String,
>> Exception) in
>> c:\Agent\work\ReSharper2.0\src\Util\src\InternalErrorException.cs:line 28
>> column 7
>> at JetBrains.ReSharper.Util.Logger.LogExceptionInternal(Exception) in
>> c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 358 column 9
>> at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
>> Boolean) in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 334
>> column 5
>> at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
>> c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 338 column 7
>> at
>> JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.Run(String[]) in
>> c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
>> 101 column 9
>> at JetBrains.ReSharper.UnitTestSupport.Runner.MainApp.Main(String[])
>> in c:\Agent\work\ReSharper2.0\src\UnitTestRunner\src\MainApp.cs:line 44
>> column 5
>> at JetBrains.ReSharper.Util.Logger.LogExceptionInternal(Exception
>> e) in c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 358
>> at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception e,
>> String comment, Boolean includeOuterFrames) in
>> c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 333
>> at JetBrains.ReSharper.Util.Logger.LogException(Exception e) in
>> c:\Agent\work\ReSharper2.0\src\Util\src\Logger.cs:line 338
>> at
>> JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.Run(String[] args)
>> in
>> c:\Agent\work\ReSharper2.0\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
>> 101
>> at JetBrains.ReSharper.UnitTestSupport.Runner.MainApp.Main(String[]
>> args) in
>> c:\Agent\work\ReSharper2.0\src\UnitTestRunner\src\MainApp.cs:line 38
>>
>> It doesn't seem to happen across all my projects but it's pretty ugly
>> when it does happen. Any ideas?
>>
>> Thanks
>>
>>
>