The Microsoft Web application Stress tool is an easy-to-use performance stress tester, but because it was born earlier and runs under the current Win7 system, there are some compatibility issues, Here are some of the problems and workarounds I have encountered in the actual use of the tool.
1 , can not find MSVCP50.dll the problem
Win7 will report an error when installing:
---------------------------
Hclient.exe-System error
---------------------------
This program cannot be started because MSVCP50.dll is missing from the computer. Try reinstalling the program to resolve this issue.
---------------------------
Are you sure
---------------------------
Workaround: Download a copy of the MSVCP50.dll and register it.
2 , Tips " This program cannot be started because the computer is missing MSVCP50.dll . Try reinstalling the program to resolve this issue . "
MSVCP50. DLL is a commonly-called file in development, pre-installed in the previous OS, some programs are packaged on an old OS basis, and the DLL is preinstalled on a new OS like WIN7. This will not find an error occurred for this necessary file.
Workaround:
Step1:download "MSVCP50. DLL "to C:\windows\system32\
Step2:run "regsvr32 MSVCP50. DLL "
The second step of registration will be error:
[Window Title]
RegSvr32
[Content]
Module "Msvcp50.dll" Failed to load.
Make sure that the binary is stored in the specified path, or debug it to check for that binary or related. DLL file is not a problem.
The specified module could not be found.
Don't bother with him, it doesn't affect our use.
3 , no permissions issues
Starting the Microsoft WEB application Stress Tool may be reported:
Then prompt: Cannot install
Workaround: You need to run the administrator account at this time
Win7 How to install the Microsoft Web application Stress Tool