|
|
Has anyone else run into this? I was very much looking forward to using the tool but after installation I found no joy. As soon as I hit the button for IEeee the entire browser shutsdown. No message. No anything.
The event logs are clear. I checked the install path to see if there might be a log there but no joy.
I tried a reinstall and reboot but same results. Turned off script debugging. Even turned off tabbed browsing. But no change.
Thought others may have run into this. Wish I could give you some sort of message but I don't get any message. I didn't log as an issue because I have no idea if it is repeatable by anyone else and I can't really provide enough info
for you to be able to do anything. So far... :-)
I'm running IE 7.0.5730.13 on Windows XP (fully patched).
This is a notebook and its stats are as follows:
OS Name Microsoft Windows XP Professional
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Manufacturer Dell Inc.
System Model Latitude D830
System Type X86-based PC
Processor x86 Family 6 Model 15 Stepping 13 GenuineIntel ~1994 Mhz
Processor x86 Family 6 Model 15 Stepping 13 GenuineIntel ~1994 Mhz
BIOS Version/Date Dell Inc. A05, 11/5/2007
SMBIOS Version 2.4
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume2
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2180 (xpspsp2rtm.040803-2158)"
Time Zone Eastern Daylight Time
Total Physical Memory 2,048.00 MB
Available Physical Memory 1.08 GB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 3.85 GB
|
|
|
|
Just occured to me. In case it helps I did attach windbg to it and this is the output.
ModLoad: 79000000 79046000 C:\WINDOWS\system32\mscoree.dll
ModLoad: 79e70000 7a3ff000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
ModLoad: 790c0000 79bf6000 C:\WINDOWS\assembly\NativeImagesv2.0.5072732\mscorlib\32e6f703c114f3a971cbe706586e3655\mscorlib.ni.dll
ModLoad: 60340000 60348000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\culture.dll
ModLoad: 49100000 49120000 image49100000
ModLoad: 49100000 49154000 C:\WINDOWS\assembly\NativeImagesv2.0.5072732\Microsoft.VisualStu#\46dc1ade48ce95e87fdd6f7697fa4af1\Microsoft.VisualStudio.OLE.Interop.ni.dll
ModLoad: 49100000 49120000 C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.OLE.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.OLE.Interop.dll
ModLoad: 79060000 790b6000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
(17f0.1410): C++ EH exception - code e06d7363 (first chance)
(17f0.1410): Unknown exception - code e053534f (first chance)
eax=00000000 ebx=00000000 ecx=04d7f360 edx=7c90eb94 esi=00000001 edi=0580bbd0
eip=7c90eb94 esp=01b1e714 ebp=01b1e724 iopl=0 nv up ei ng nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00200286
ntdll!KiFastSystemCallRet:
|
|
|
|
Discovered what it is... it's compiled for the TFS 2005 dll and needs a version that uses the 2008 versions. I'll log in issues.
mruminer wrote:
Just occured to me. In case it helps I did attach windbg to it and this is the output.
ModLoad: 79000000 79046000 C:\WINDOWS\system32\mscoree.dll
ModLoad: 79e70000 7a3ff000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
ModLoad: 790c0000 79bf6000 C:\WINDOWS\assembly\NativeImagesv2.0.5072732\mscorlib\32e6f703c114f3a971cbe706586e3655\mscorlib.ni.dll
ModLoad: 60340000 60348000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\culture.dll
ModLoad: 49100000 49120000 image49100000
ModLoad: 49100000 49154000 C:\WINDOWS\assembly\NativeImagesv2.0.5072732\Microsoft.VisualStu#\46dc1ade48ce95e87fdd6f7697fa4af1\Microsoft.VisualStudio.OLE.Interop.ni.dll
ModLoad: 49100000 49120000 C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.OLE.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.OLE.Interop.dll
ModLoad: 79060000 790b6000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
(17f0.1410): C++ EH exception - code e06d7363 (first chance)
(17f0.1410): Unknown exception - code e053534f (first chance)
eax=00000000 ebx=00000000 ecx=04d7f360 edx=7c90eb94 esi=00000001 edi=0580bbd0
eip=7c90eb94 esp=01b1e714 ebp=01b1e724 iopl=0 nv up ei ng nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00200286
ntdll!KiFastSystemCallRet:
|
|
|
|
Any suggested work around?
|
|
|
|
Yes. I downloaded the source code and compiled for the TFS 2008 libraries. I logged an issue. It was that it was looking for the TFS 2005 libraries which you won't have if you have only TE 2008 installed.
I just downloaded the source. Setup up the ref paths to point to the new libraries recompiled and all was good.
ORajab wrote:
Any suggested work around?
|
|