VS2005TS RTM.
When I start a new webtest VS automatically launches IE and I have to activate IE windows myself. The recorder buttons are all disabled (grayed) and surfing around does not result in anything in the project.
If I close IE, VS still report "Recording in progress" and I have to click "Stop recording" but nothing reports to the project.
Beta1 did work but I had the same problem with CTP August.

Web tests recording is disabled.
FE
Sorry Josh, but I have only the key 8.0.0.0 under InProcServer32 so there is nothing to delete.
[HKEY_CLASSES_ROOT\CLSID\{8C84B9F5-3D9E-4204-BB0B-F85D46455868}\InprocServer32]
@="mscoree.dll"
"ThreadingModel"="Both"
"Class"="Microsoft.VisualStudio.TestTools.WebTest.RecorderBarControl"
"Assembly"="Microsoft.VisualStudio.QualityTools.RecorderBar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
[HKEY_CLASSES_ROOT\CLSID\{8C84B9F5-3D9E-4204-BB0B-F85D46455868}\InprocServer32\8.0.0.0]
"Class"="Microsoft.VisualStudio.TestTools.WebTest.RecorderBarControl"
"Assembly"="Microsoft.VisualStudio.QualityTools.RecorderBar, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
JuanCG
You aren't running VS with RunAs, are you
Josh
Manoj Bhardwaj
My guess is that you have two versions of the recorder installed or at least registered on your system. Can you open regedit and go to the following key:
HKEY_CLASSES_ROOT\CLSID\{8C84B9F5-3D9E-4204-BB0B-F85D46455868}
Under that key there should be a folder called InProcServer32 that has only one child folder called 8.0.0.0. If there is another folder under there (probably called something like 8.0.0.1200), please delete that and reboot.
Let me know if this works or doesn't.
Josh
JimNolandCBI
OS is 2003 Server SP1.
In VS I select the menu item Test/New Test and select WebTest in the dialog.
Then I accept the default testname, e.g. TestProject12.
Then the dialog "New Test" has the focus and IE blinks blue in the taskbar but never gets focus.
When I switch to the IE window the "Web Test Recorder" plugin is disabled with the text "The Web Test Recorder must be launched from within Visual Studio" in the area below the disabled buttons.
Hope this gives a clue to the solution.
Sten
ranjithr
Brent Pabst
Malc
This box was upgraded from Beta 2 but I followed the uninstall instructions carefully to make sure nothing was left around.
Thanks,
Mark
George Birbilis
can you let me know if there was a resolution to this I'm also having this problem.
Darren
R Lind
What did you mean in your first mail when you said you had to activate IE windows yourself You must be using the IE window that opens automatically for the recorder to work.
Josh
Kessica
Thanks for helping with investigating this Josh.
There is only one assembly and it is the magic version 8.0.50727.42. So I don't think that is the problem.
Mark
Flupo
Is IE by any chance taking a very long (longer than around 15-20 seconds) to start
Josh
GreyWolf001au
I have another idea of what could be wrong. Could you try opening up the GAC in in Windows Explorer (mine is at C:\WINDOWS\assembly) and first making sure that there's only one copy of Microsoft.VisualStudio.QualityTools.RecorderBar Assuming there's just one copy, right-click it, select Properties, click the Version tab, and tell me what File Version is listed at the top of that tab. I'm wondering if setup didn't overwrite the Beta2 version of the RecorderBar in the GAC.
Thanks and sorry for the inconvenience,
Josh
Mmondragon
Josh
Alain DePreter