3 Replies Last post: Feb 4, 2010 9:14 PM by Glen  
Guest
Currently Being Moderated

May 27, 2008 8:26 PM

Typemock and R#4 on 64bit

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

 

 

 

Peter McEvoy Newbie 6 posts since
Aug 3, 2004
Currently Being Moderated
Dec 29, 2008 1:26 PM in response to: Peter McEvoy
Re: Typemock and R#4 on 64bit

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

Gil Zilberfeld Newbie 1 posts since
Jan 1, 2009
Currently Being Moderated
Jan 1, 2009 10:28 AM in response to: Peter McEvoy
Re: Typemock and R#4 on 64bit

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

More Like This

  • Retrieving data ...