Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all 10469 articles
Browse latest View live

Class Not Registered

$
0
0

I have windows version 8.1 and about an hour ago I chose the option of update and restart my computer. I am now receiving the error message of C:\\Program Files\Internet Explorer\iexplorer.exe Class Not Registered. Can someone please help me get my internet explorer back???


vba to dismiss an IE8 or IE9 "message from webpage" popup window

$
0
0

In excel or word, paste the following code into a vba normal module and run it.   The code goes to a public web site and tries to lookup a school.  The website pops up a "message from webpage" dialog that warns me that the the school number is not valid.

My program can detect that popup, but how can I reliably and automatically dismiss it?

I have a workaround that uses sendkeys but about 10% of the time the popup remains.

Does anybody have a solution that does NOT require sendkeys? The ideal solution would also work when objie.visible = false.

option Explicit
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Sub t1022()
Dim objie As Object
Dim i As Long
Dim htmlTable As htmlTable ' set reference to microsoft html object library
Set objie = CreateObject("InternetExplorer.Application")
objie.Visible = True

objie.navigate "http://www.slforms.universalservice.org/Form471Expert/471StatusCheck.aspx"
Do: Sleep 100: Loop While objie.busy

Set htmlTable = objie.Document.getElementsByName("txtBenId")(0)
htmlTable.Value = 12345
With objie.Document.getElementById("txtFundingYear")
    .Click
    .Value = 2013
End With

    objie.Document.getElementById("btnSearch").Click
    For i = 1 To 10
        Sleep 100
        If Not objie.busy Then Exit For
    Next i
    If objie.busy Then
        MsgBox "popup detected"
    End If

End Sub

Licensing issue for upgrade to IE11

$
0
0

Dear all,

         I would like to know any licensing issue to upgrade IE from IE9 to IE11 under Windows 7.  I used Windows 7 Enterprise Versions with service pack 1.  May I know I entitle to upgrade my IE from IE9 to IE11?  I need to get SA license (Software Assurance) license before upgrade?

         Thank you very much.

LH

From Hong Kong

       

IE 11 is crashing running a scenario whereas its working fine on earlier versions of IE and other browsers

$
0
0

Hi,

we have A CRM application having some customer related scenarios, like create customer, accounts,address etc.

while, when we browse through the Create Customer scenario from lets say, page1 to page2 the browser is getting crashed.

the same scenario is working fine in all earlier versions of IE and other browsers like chorome.

below is the Crash dump analysis and Event viewer logs. appreciate the help provided

Event Viewer:

-----------

 

Faulting application name: IEXPLORE.EXE, version: 11.0.9600.17207, time stamp: 0x53a20c50

Faulting module name: MSHTML.dll, version: 11.0.9600.17207, time stamp: 0x53a22b71

Exception code: 0xc0000005

Fault offset: 0x000b4642

Faulting process id: 0x2140

Faulting application start time: 0x01cfd3d7a8a61dfc

Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE

Faulting module path: C:\windows\system32\MSHTML.dll

Report Id: 177f4288-3fcb-11e4-9783-d4bed98dc920

Crash Dump:

------------

0:005:x86> !analyze -v
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

*** ERROR: Symbol file could not be found.  Defaulted to export symbols for IPSBHO.DLL -
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for Scxpx86.DLL -
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for jvm.dll -
*** WARNING: Unable to verify checksum for atidxx32.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for atidxx32.dll -

FAULTING_IP:
wow64cpu!CpupReturnFromSimulatedCode+0
7536271e 6744            inc     esp

EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 000000007536271e (wow64cpu!CpupReturnFromSimulatedCode)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 0000000000000000
   Parameter[1]: 0000000000000000
Attempt to read from address 0000000000000000

CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
eax=00000000 ebx=0331dd60 ecx=0e6bfa30 edx=132d7f38 esi=fffffffe edi=00000000
eip=66d94642 esp=0400b0d8 ebp=0400b394 iopl=0         nv up ei pl nz na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010202
MSHTML!CElement::ComputeFormatsVirtual+0x13d:
66d94642 f7809c01000000080000 test dword ptr [eax+19Ch],800h ds:002b:0000019c=????????

FAULTING_THREAD:  0000000000002e38

PROCESS_NAME:  IEXPLORE.EXE

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

EXCEPTION_PARAMETER1:  0000000000000000

EXCEPTION_PARAMETER2:  0000000000000000

READ_ADDRESS:  0000000000000000

FOLLOWUP_IP:
wow64cpu!CpupReturnFromSimulatedCode+0
7536271e 6744            inc     esp

NTGLOBALFLAG:  0

APPLICATION_VERIFIER_FLAGS:  0

CHKIMG_EXTENSION: !chkimg -lo 50 -d !KERNEL32
    76fc3490-76fc3496  7 bytes - KERNEL32!FreeLibraryStub+8
 [ 90 90 90 90 90 8b ff:e9 95 cc 69 8d eb f9 ]
7 errors : !KERNEL32 (76fc3490-76fc3496)

APP:  iexplore.exe

ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre

LAST_CONTROL_TRANSFER:  from 0000000067369b63 to 0000000066d94642

ADDITIONAL_DEBUG_TEXT:  Followup set based on attribute [Is_ChosenCrashFollowupThread] from Frame:[0] on thread:[PSEUDO_THREAD]

BUGCHECK_STR:  APPLICATION_FAULT_MEMORY_CORRUPTION_NULL_POINTER_READ_ZEROED_STACK_LARGE

PRIMARY_PROBLEM_CLASS:  MEMORY_CORRUPTION_LARGE

DEFAULT_BUCKET_ID:  MEMORY_CORRUPTION_LARGE

STACK_TEXT: 
00000000`00000000 00000000`00000000 memory_corruption!KERNEL32+0x0


SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  memory_corruption!KERNEL32

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: memory_corruption

DEBUG_FLR_IMAGE_TIMESTAMP:  0

STACK_COMMAND:  ** Pseudo Context ** ; kb

FAILURE_BUCKET_ID:  MEMORY_CORRUPTION_LARGE_c0000005_memory_corruption!KERNEL32

BUCKET_ID:  X64_APPLICATION_FAULT_MEMORY_CORRUPTION_NULL_POINTER_READ_ZEROED_STACK_LARGE_memory_corruption!KERNEL32

IMAGE_NAME:  memory_corruption

ANALYSIS_SOURCE:  UM

FAILURE_ID_HASH_STRING:  um:memory_corruption_large_c0000005_memory_corruption!kernel32

FAILURE_ID_HASH:  {a0ab76e6-7b43-6c55-901f-3d438fac77d6}

Followup: MachineOwner

thanks

Internet Explorer 11 Reverts to Custom level Security

$
0
0

I set IE11 Security level to DEFAULT, but the level keeps reverting to CUSTOM.

I would appreciate assistance in correcting this problem.

Can't see all content on web page.

$
0
0

Hello!

I have a problem when i go to www.di.se it only displays certain characters (K, N, I, V, Y, X).

I only have this problem on this machine and it's also the same in google chrome.

Any suggestions on what it might be?

BR,
Joakim

IE 11 Encryption Level

$
0
0
About IE does not indicate cipher strength anymore. I require 128 bit and do not know how to determine strength.

Installation of IE 11

$
0
0

I am running Windows 7 SP1. I downloaded IE 11 from the MS download site to a thumb drive and moved the file to the desktop of the target machine. I double clicked to install and got the following message: Internet Explorer 11 is required in order to run this installation.

I need IE 11 to install IE 11? Seems like circular logic. Any thoughts? Thanks.

Mac


hotmail

$
0
0

hotmail wont open!!!after inserting email and password in the login page,logging to my account takes 4-5 min and finally a blank pages comes up with "int explorer cant display the web page"!!!its 3 days like this,last login was a week ago.thanks

Why has windows gotten so F**king bad?

$
0
0
Why doesn't Microsoft just shut their doors and let another company take over OS's for PC's?  They keep going from bad to worse to the very worst.  Maybe they invested in Mac with all the billions of $$ they made.  Certainly, no one working at MS gives a crap about anything that goes out the door.  I LITERALLY HATE EVERYTHING ABOUT WINDOWS AND MICROSOFT NOW!

ie 8 - tab shows connecting but does not connect

$
0
0
IE 8...have reset ie properties, rebooted, un-installed and re-installed.   Am able to connect from safe mode w/ networking.   Have tried to download firefox from google chrome, but I get....you are not connected to the internet...hit OK or cancel.  What other options to get ie working?

IE 11 on Windows 8.1 shows nothing.

$
0
0

I am running IE 11 on Windows 8.1 Pro 64-bit.  I have no installed tool bars on IE.  A few days ago, IE started showing up BLANK.  By blank I mean that it has no address bar, no menus, nothing.  Hitting ALT does not bring up the menu bars.

I have "unistalled" IE through the Windows through the "Turn Windows Features On and Off" rebooting, and tried this several times.  When I click on IE on the Metro screen, it drops me into desktop (like it usually does), again with a completely blank browser.

I went into Internet Options (through Windows) and did the "reset."

I have tried to restore back to a point and it says (file missing - not an IE file, but I thought I would put this in, in case somebody suggests trying a restore point)

Hopefully somebody has a fix for this.

Thanks!

Enterprise Mode IE11 Site List Not Updating on Client...

$
0
0

In testing Enterprise Mode using IE11 I've been able to do the following...

  1. Create a sites.xml file using the Site List Manager tool and store it on a web site accessible by all clients
  2. Enabled the "Use the Enterprise Mode IE website list" group policy option and entered the appropriate URL to access the sites.xml file.
  3. Verified that the client applied the policy and sites listed in the sites.xml file were using Enterprise Mode
  4. Also verified that the client registry entry "HKCU\Software\Microsoft\Internet Explorer\Main\EnterpriseMode" CurrentVersion value was set to 3.
  5. Opened the sites.xml file and removed an entry, incremented the <rules version="4"> and saved it.

Only 1 problem:  The client will not stop running the site I removed from the sites.xml file in Enterprise Mode.

I've waited forever and it will not pick up the new file and I did increment the version number in the xml file.

So I proceeded to delete all browser history but doing the following didn't get rid of the sites.xml file...

Browser History --> Delete --> (tick all the boxes) then Delete.  Restarted the browser after it was done.  This didn't help so I went to...

Browser History --> Settings --> View Files

Found that the sites.xml file was still in the INetCache  in the following path; C:\Users\jjasta\AppData\Local\Microsoft\Windows\INetCache)

If I manually delete the sites.xml file from here the client then will download the new file but if I leave it alone the client will not automatically update to the latest version.

I also noticed that the file says "None" within the Expires column...not sure if that's an issue as I would think it needs to expire before it checks for another file.  Maybe I'm mistaken on this as I don't fully understand caching with IE11 but either way I waited several hours and this client I'm testing never picked up the new sites.xml (again, the version number was incremented up and I know how to check which version is on the client within the registry as previously noted).

Any ideas?  I'd love to get this tested so I can begin using Enterprise Mode but I can't figure out how to get clients to refresh the file when I make a change to the sites.xml file.  I'd hate to deploy this and for whatever reason not be able to get the clients to refresh the sites in this file.


IE 11 Address Bar Blurred Blue Shadow

$
0
0

Good day,

Every time I open a new tab the address bar shows this odd distorted blue blur that seems to include various scrambled characters. I'm using Windows 8.1. It seems to be the web address of the previous opened tab, almost like ashadow. It is only visible for a split second and then it goes away.

Have you experienced this? Can it be resolved? I was initially concerned it was a defect in mytouchscreen. I called tech support and was informed it's IE.

Please advise,

iRockDaMic

Internet Explorer 11 constantly causes screen flickering with Windows 8.1

$
0
0
My screen is constantly flickering and sometimes tabs go blank (white) for no reason while using IE11 with Windows 8.1.  This does not happen with other browsers.  My resolution and refresh rate for my monitor are both set to recommended settings and my Windows and drivers are all up to date.

Can't delete favorites from IE 10 - Windows 8

$
0
0

Yesterday out of the blue some old pages from my favorites list reappeared.  I deleted these in the past and now they just showed up.  When I right click on them to delete them or go to organize favorites to delete them, they delete for a few seconds, but then reappear.  I try again and again, but they just keep coming back.  The "favorites bar" in my favorites list does the same thing.  I have also gone to users/profile/favorites to try and delete them and they just come back.

I've run multiple scans with my antivirus software and spybot software, but it didn't fix it.

Anyone know how to fix this or know what the problem could be?  I am not a tech guy, just an average joe, but can get around windows decently.

 

Thanks for your help.

How can uncheck Internet Explorer9Compatibilty View from Browser Mode: IE9 in F12 developer tools

$
0
0
Hi Friends

How can Uncheck option Internet Explorer9Compatibilty View from Browser Mode: IE9 in F12 developer tools through GPO or script.

Help and guide me ..

IE11 (desktop), Win8.1: Java not working / compatible since update!

$
0
0

Hi there,

Prior to the 8.1 update I was able to run java fine on the desktop IE10.  For work this is essential, as I access dropbox to upload files, etc.  I'd much rather keep using IE, however since 8.1 I get an alert that some of my add-ons are not compatible with the new enhanced security features, etc.

I turned off "Enhanced Protected Mode", toggled various settings, uninstalled/reinstalled latest java, etc.  Still nothing working.  I'd rather not get a new browser as I love IE... any solutions?

I'm running a 64bit OS & processor, high-end machine.

Many, many thanks!

Andrew

Deleted Explorer 11, Computer wont startup

$
0
0

I had trouble running skype, spotify, and some other programs (after installed they would have errors launching) and was told i needed to replace the explorer 11 update with version 7. After going into "Program updates" and deleting explorer 11 my computer automatically re-started, then could not start up. It ran startup repair and got this problem signature

Problem event name: StartupRepairOffline

Problem Signature 01: 6.1.7600.16385

Problem Signature 02: 6.1.7600.16385

Problem Signature 03: unknown

Problem Signature 04: 21201027

Problem Signature 05: AutoFailover

Problem Signature 06: 10

Problem Signature 07: BadPatch

OS Version: 6.1.7600.2.0.0.256.1  

Locale ID: 1033

Any help would be greatly appreciated, im at a loss! 

Truncated POST requests in IE 10 - In Response to NTLM Authentication

$
0
0
In Internet Explorer 10, the browser is incorrectly truncating HTTP POST requests and submitting unsolicited NTLM negotiate headers with a  HTTP Content-Length of Zero Bytes.  This results in HTTP POST parameters failing to be submitted to the server.

Assume the following web application with a context root of:

https://w3.someapplication.net/webapplication/

Secure cookies for this site are established at the context root of this application.

To reproduce this issue, a secure session is established at a protection space deeper than the root context of the web app:

https://w3.someapplication.net/webapplication/secure/login

After establishing a secure session with the web application, some client side artifacts are retrieved from a web proxy at a higher protection space:

https://w3.someapplication.net/webapplication/somejs.js

Subsequent HTTP POST requests to a deeper protection space will result in IE incorrectly attempting to pass an unsolicited NTLM negotiate header to the server side, and the HTTP POST request will be truncated with a Zero Content-Length header:

https://w3.someapplicaiton.net/webapplication/submit/form

The result is that the HTTP POST parameters submitted to the last URL will be lost.

This is reproducible against IE6 and IE10.  It does not reproduce against IE8, or any non-Microsoft browser which all behave in a sane manner. 

My Questions:

Why is IE behaving this way?

What can I do to make IE behave properly?  Please don't suggest that I change the entire structure of my company's website to overcome this kind of silly bug in IE.

Is there a planned fix to correct this behavior back to the proper implementation observed in IE8?

Additional details about this problem are documented by an IE Internals blogger at the following url:

http://blogs.msdn.com/b/ieinternals/archive/2010/11/22/internet-explorer-post-bodies-are-zero-bytes-in-length-when-authentication-challenges-are-expected.aspx

Michael

Viewing all 10469 articles
Browse latest View live




Latest Images