chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hello,

We have purchased several (3) TypeMock licenses. One of them with one year maintenance, the rest is are standard. To keep all versions in sync we decided to use the same version (3.60) on all machines. But we experience the following problems:

1. We changed our build server to a faster machine. I have removed a license from our old build server and then registered it on a new one. On a new server we are using CruiseControl.NET. It seems that we must enable TypeMock from a command line for every build. We could not get it to work using MsBuild task. Are there any known problems?

2. I also upgraded my notebook. I forgot to remove the license from my old machine prior its hard disk was reformatted, but I successfully registered it on a new machine. Now I don't seem to be able to run TypeMock on a new notebook: it complains that it is not enabled. In addition when I launch TypeMock configuration I get a warning that my license expires in 1 day. But it's not a demo license!

In general, is it safe to move TypeMock license from one machine to another. If not, what are we supposed to do?

Thanks in advance.
asked by vagif (19.4k points)

3 Answers

0 votes
Hi
1. There should be no problem using CruiseControl.NET and MSbuild task.
Can you please post the error message and your MSbuild task?

2. About the license problem - I will ask our sales people and get back to you.
answered by ohad (35.4k points)
0 votes
Hi,
1. As Ohad said, there are no known problems using TypeMock with CruiseControl.NET and MSBuild (We do it internally).
Just place the test between the TypeMockStart /TypeMockStop tasks.

2. There should be no problem transfering your license. Make sure that you entered you license correctly. In any case if you don't succeed please e-mail us with the license and we will check it offline

Happy New Year
answered by scott (32k points)
0 votes
Thanks Scott,

It appered that I used my temporary (demo) license instead of the one I received later. Now it works :D

Regarding MsBuild task, we'll verify it again, if something goes wrong I will let you know.

Vagif
answered by vagif (19.4k points)
...