Questions tagged [ieframe.dll]

14 questions
4
votes
3 answers

Eclipse crash, ieframe.dll

I am using Tizen IDE for wearable and after choosing new empty workspace it crashes, any ideas? I have up-to-date Internet Explorer. # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at…
JKS
  • 339
  • 1
  • 12
2
votes
2 answers

jQuery 2.x issue on addEventListener while using Microsoft Web Browser OCX control

I am using IE OCX on Progress ABL container and has forced the emulation of IE10 by adding a new DWORD entry on windows registry(on FEATURE_BROWSER_EMULATION). The web file I want to open on this embedded browser includes jQuery version 2.2.4 and I…
Mahesh
  • 117
  • 1
  • 12
2
votes
1 answer

IE6 version using ieframe.dll

I have a windows application and it is compatible with IE6 only. The application doesnt work with IE7 and IE8. Is it possible to ship the ieframe.dll for IE6 along with my installer and make the references from my application to this ieframe.dll…
pavanred
  • 12,717
  • 14
  • 53
  • 59
2
votes
1 answer

Which of ieframe.dll or shdocvw.dll should be used as dependency?

If I am using a WebBrowser component I find that sometimes the compiler will create a dependency for ieframe.dll and other times for shdocvw.dll. Which should be used if targetting XP and Win 7?
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
vote
0 answers

why urls appending to ieframe?

i am trying to hit the url from my local browser "https://MySite" I can see always ieframe appending and url formatted as like below res://ieframe.dll/dnserrordiagoff_webOC.htm#https://Mysite What could be reason? Please help me
pradeep cs
  • 513
  • 4
  • 9
  • 34
1
vote
2 answers

Unable to load shdocvw.dll or ieframe.dll in Blue Prism

I am trying to use code stage to create and use Internet Explorer COM object in Blue prism, like this: Dim ie as InternetExplorer ie = new InternetExplorer But when I tried to add external .dll reference, I got "Unable to load reference library"…
william
  • 13
  • 3
1
vote
1 answer

How to log to console when using IEFrame.dll

I'm working on a legacy application that is written in VB6 and uses the IEFrame.dll. There is some JavaScript that is not running consistently and I'd like to write some logs somewhere to help figure out what is going on. Is this even possible…
Jeff
  • 2,728
  • 3
  • 24
  • 41
1
vote
0 answers

404 Error when specifying a port

I have a legacy app written in VB6 and uses the IEFrame.dll that recently broke due to a server change. I'm trying to debug why it broke, but I can't get it to work on my local machine. On my local machine the URL is like:…
Jeff
  • 2,728
  • 3
  • 24
  • 41
1
vote
2 answers

VB6 IE frame / WebBrowser causing NT.dll error

We have a legacy VB6 application which has worked just fine on Windows XP Professional SP 3 until just recently when we added an IE frame control so that we could display static local HTML files on a form. And, it works fine until I go to close the…
bitcycle
  • 7,632
  • 16
  • 70
  • 121
0
votes
2 answers

DllImport entry point for Interop function not found in ieframe.dll running under Azure

In my C# app that's running under Azure, I need to use Interop / DllImport to call 'IEGetProtectedModeCookie' in ieframe.dll Here's the signature: [DllImport("ieframe.dll", CharSet = CharSet.Unicode, EntryPoint = "IEGetProtectedModeCookie",…
Armchair Bronco
  • 2,367
  • 4
  • 31
  • 44
0
votes
3 answers

IE6's back button and repost

My website is an asp.net-mvc(beta1) website, fully validates and works in all browsers (except obviously in IE6 for this matter). I can reproduce the error by doing the following: Make a POST request with some parameters From the results click one…
Boris Callens
  • 90,659
  • 85
  • 207
  • 305
0
votes
0 answers

Internet Explorer 11 on Windows 7 not displaying site

The site http://broadbandandphones.co.uk works fine basically everywhere (FF, Chrome, Safari, IE, Edge etc...) however for some reason IE11 on Windows 7 will not render the site instead throwing a delightfully vague ieframe.dll/acr_error. The…
0
votes
0 answers

Why is LINQPad trying (and failing) to open ieframe.dll/dnserrordiagoff.htm#?

When I execute a simple query in LINQPad (by mashing the green right arrow), I get this: I can Export the data (to HTML, Excel, or Word), but still... UPDATE Apparently it was a problem with Windows (7) and/or some internal network issue, because…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Project uses IEFrame.dll as browser won't work on Windows 10, any solution?

I have 2 projects use IEFrame.dll to browse the site. However when I upgrade my Windows to Windows 10, two applications just show me the white blank area, seems the IEFrame.dll doesn't work. I see some article said the IE will not be the default…
SuperBerry
  • 1,193
  • 1
  • 12
  • 28