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
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
I m on ver 2.1.0.0 and a form is initialized in 2sec but with MockManger in 50 sec

u can find the TypeMock out here http://www.3wm.biz/typemock.zip
asked by tolisss (28.8k points)

5 Answers

0 votes
I m on ver 2.1.0.0 and a form is initialized in 2sec but with MockManger in 50 sec


Hi,
Just for future reference, this topic is a continuation of the Bad performance with Windows.Forms topic.

The problem is that the following takes a long time to run
MockManager.Init();
new Form1().Show(); 


It seems from the log that you are using DevExpress, this is taking the majority of the time, not Windows.Forms.
We will try to fix our code and send you a new library.
answered by scott (32k points)
0 votes
Hi,
I have sent you a mail with the fixed version. 8)
If anyone else is experiencing the same problem please reply to this post.

As said before version 2.1 should be out in Feburary,
answered by scott (32k points)
0 votes
The new version works fast!!!. Now I m going to use the new version for all my mocks. Nice work

thnks
answered by tolisss (28.8k points)
0 votes
The new version works fast!!!. Now I m going to use the new version for all my mocks. Nice work

thnks


You are welcome, always happy to help. :)
answered by scott (32k points)
0 votes
This is fixed in version 2.1
answered by richard (3.9k points)
...