I have installed the new beta on windows server 2003SP2 with VS2008 and am
trying to run unit tests from within the IDE. I am getting a warning
dialog that the TaskRunner.exe "encountered a problem and needs to close".
I then recalled that with previous versions of R#, I needed to use corflags
to get it to work on 64bit with TypeMock:
corflags /32BIT+ JetBrains.ReSharper.TaskRunner.exe
( as a side note, with the new R# 4 beta release, I am getting a warning
that TaskRunner.Exe is strongly signed and that I need to use /Force option.
When I do this, I am told that the sig is now invalid and requires
resigning.)
The taskrunner still fails, with the same error so I'm not sure what is
wrong at all... Any ideas?
Pete
One of the TypeMock guys got in touch with me and reminded me about this open issue. Anyway, last October (2008/10) I got sick of not being able to run my tests with the R# testrunner, so I google'd again to see if there was any update to this issue and I found the following fix on the Typemock website:
"In the Typemock installation directory ('\Program files\TypeMock\TypeMock.Net) there's a file named "namespaces.dat". Open it with your favorite editor, and add this line:
JetBrains.ReSharper.TaskRunner.exe"
And all is well, and I can run my tests. (I also suspect that it may have something to do with the fact that I logged the original issue against the beta R#)
Hope this can close this issue.
Pete
Hi Peter,
This is already part of Typemock Isolator distribution. You should not be needing this if you are using the current version.
Thanks,
Gil Zilberfeld
Typemock
I've now had a similar problem...
- running Windows 7 64bit
- VS.NET 2008
- using the 32bit typemock dll (?)
In some test code, the "Set Object Behavior" helper appears. When I click,
VS.NET crashes with this information...
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: devenv.exe
Problem Signature 02: 9.0.30729.1
Problem Signature 03: 488f2b50
Problem Signature 04: TypeMock.Productivity
Problem Signature 05: 6.0.0.0
Problem Signature 06: 4b548f90
Problem Signature 07: 1d5
Problem Signature 08: 0
Problem Signature 09: System.NullReferenceException
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
"Gil Zilberfeld" <no_reply@jetbrains.com> wrote in message
news:24836629.19471230794951701.JavaMail.clearspace@app4.labs.intellij.net...
Hi Peter,
>
This is already part of Typemock Isolator distribution. You should not be
needing this if you are using the current version.
>
Thanks,
>
Gil Zilberfeld
Typemock
>
---
Original message URL: