|
本帖最后由 chengbj 于 2011-3-28 20:18 编辑
我也碰到了相同的问题,在IBM官方网站找到了问题解决办法,我试了可以:
Problem(Abstract)
After installation of IBM® Rational® Functional Tester, VB.NET scripting, the integration with Microsoft® Visual Studio 2005 does not work.
Cause
Regsrv32 does not register Rftvs8.dll.
The reason is, that one or more of its dependencies, msvcp70.dll, msvcp71.dll and msvcr71.dll are absent in the C:\Windows\system32 folder.
The installation of Visual Studio did not place these dlls in the C:\Windows\system32 folder.
Resolving the problem
To resolve the problem, perform the following steps.
1.Acquire a copy of msvcp70.dll, msvcp71.dll and msvcr71.dll from Microsoft Corporation.
2.Copy msvcp70.dll, msvcp71.dll and msvcr71.dll in the folder of C:\Windows\system32 .
3.Go to C:\Program Files\IBM\FunctionalTester\vsnet\bin .
4.Locate RftVs8.dll .
5.In a command prompt run the following command:
Regsvr32 "C:\Program Files\IBM\FunctionalTester\vsnet\bin\RftVs8.dll"
Observe the message that the dll is successfully loaded.
Now you test the integration. You can run RFT VB.NET scripting and create a new RFT project. |
|