Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Help with ieframe

Last post 01-01-2008 10:58 PM by jcvamp. 22 replies.
Page 1 of 2 (23 items) 1 2 Next >
Sort Posts: Previous Next
  • 08-01-2005 4:44 AM

    Help with ieframe

    Well im having problems with my ieframe

    it was working fine a few days ago so i decide to use it in my project

    but now its not working

    im trying to load it into my tools by going to project>componets

    or with ctrl+T

    i go down to Microsoft Internet Controls and select the check box
    and it says the location is C:WINDOWS\system32\ieframe.dll
    and hen i hit apply to add it
    it comes up with a error message saying

    File not found: 'C:\WINDOWS\syestem32\ieframe.dll\1'

    i know its there i have checked many times and i dont know how to fix this

    i have reinstalled vb 6.0 and i have looked on the internet but i cant find out the solution anywhere

    so does anyone know?
    thanks
    • Post Points: 35
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 08-01-2005 2:51 PM In reply to

    • webjose
    • Top 10 Contributor
    • Joined on 01-02-2002
    • Guru
    • Points 11,015

    Smiley Face [:)] Never heard of that dll

    For me, Microsoft Internet Controls is C:\Windows\System32\shdocvw.dll, not the one you say.  As for the dll name specifically, I have never heard of it.  From a quick Google search, it seems that this comes with IE 7 for Windows XP SP2??   If you have access to it, then go ahead and reinstall IE7.
    • Post Points: 5
  • 08-01-2005 7:29 PM In reply to

    Error using shdocvw.dll

    THANK YOU!!!!


    it worked when i browsed for the .dll and i selected C:\Windows\System32\shdocvw.dll and it change the location to that and now its fixed!

    thanks
    • Post Points: 5
  • 08-01-2005 9:45 PM In reply to

    • DrNo
    • Top 50 Contributor
    • Joined on 04-12-2003
    • Guru
    • Points 2,005

    Error using shdocvw.dll

    dude, nothing got 'fixed'... You're just using the same functions you were, but you are using them from a diferent .dll, which happens to be a deprecated one, if you upgraded to IE7, you should use the API from the newer files. You know, this is so much the vb-er attitude that we vb-ers need to get rid off.

    DrNo.
    • Post Points: 5
  • 08-02-2005 3:20 AM In reply to

    Error using shdocvw.dll

    WOW

    sorry i was just so happy and yes it was messed up and it got "corrected"

    are you happy?
    • Post Points: 5
  • 08-02-2005 12:14 PM In reply to

    Error using shdocvw.dll

    looks like you were a naughty person and tried out the IE7Beta from a leak... j/k

    Make sure you stick to shdocvw.dll as DrNo suggested..
    Digitally Yours,

    Thushan Fernando
    • Post Points: 5
  • 02-01-2006 12:48 AM In reply to

    Error using shdocvw.dll

    Hi,

    I am trying to use Microsoft Internet controls (shdocvw.dll) after having installed ie7, and I am having big problems.

    I seem to be getting

    runtime error -2 (fffffffe)
    runtime error -1 (ffffffff)

    For Example

    'insert a webbrowser control call it web

    private sub command1_click()
    web.navigate2("about:blank")
    end sub

    The above leads to an error.

    xxANTMANxx you said you got it working. Would you be able to elaborate?

    Much appreciated
    Tamas
    • Post Points: 10
  • 11-08-2006 12:15 PM In reply to

    Re: Error using shdocvw.dll

    Hi,

    I have similar problem on my development machine after installing IE7 version 7.0.57.0.6

    I have a project using Microsoft Internet Controls which is also refereing the ieframe.dll/1. Now after installing IE7 I can not use nor access this dll from a VB project even from a complete empty new project. I am getting an error message saying :

    File not found: 'C:\Windows\System32\ieframe.dll\1'

    Please Help!!!!

    • Post Points: 10
  • 11-15-2006 9:18 AM In reply to

    Re: Error using shdocvw.dll

    Hi,

    The IE7 install seems to muck up this control. You need to Browse for shdocvw.dll (which will be in the same directory) and use this instead of ieframe.dll this is what 'Microsoft Internet Controls' should be pointing to in the Component dialog.

    I have also had the 'Run Time Error -2(ffffffe)' using Navigate function but not every time.

    Also see:

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=843101&SiteID=1

    They recommend a reinstall of IE7.

    • Post Points: 10
  • 12-06-2006 8:49 PM In reply to

    Re: Error using shdocvw.dll

    My programs Error Message from one of my ERROR Traps was:

    ERROR CODE= 713     DESCRIPTION: Class not registered.




    Looking for object with CLSID:{8856F961-340A-11D0-A96B-00C04FD705A2}

    This is essentially how I got notified of the same issue and then when I went to the key that is mentioned above in the registry I found that when MS IE 7 was installed they put "ieframe.dll" into that call so I replaced it with "shdocvw.dll" and that fixed my problem.

    Keep in mind a reinstall did NOT work for me and trying to reassociate the"shdocvw.dll" using regsvr32 or going into VB and reaassociating the file through that programs component interface did NOT work either.

    Also if you have not done so when you update your windows media player if you are using the old one in your VB program you will need to re-register your "msdxm.ocx" for it to work as well.

    Don't you just love Microsoft and the associated updates don't they ever test this stuff in a real world situation!?!?!?! ;)

    Bilbo RULES!!!!










    • Post Points: 15
  • 12-07-2006 12:25 AM In reply to

    • pcmattman
    • Top 150 Contributor
    • Joined on 01-03-2006
    • Fanatic Member
    • Points 1,385

    Re: Error using shdocvw.dll

    The easiest way to fix this is to uninstall IE7! For some strange reason (probably the fact that Microsoft made it) it doesn't register the new dll in the VB components list, so you're stuck with 'ieframe.dll' which doesn't actually exist. I had this experience with the beta of IE7, but the easiest (and most portable) way to work is to create the application on a computer which has IE6.

    gdt_set_gate(5, (unsigned long) &global_tss, sizeof( TSS_t ) + 0xFFFF, 0x89, 0x0F );

    http://www.sourceforge.net/projects/mattise - My hobby operating system (Intel, 32-bit only).
    • Post Points: 10
  • 12-28-2006 5:17 PM In reply to

    Re: Error using shdocvw.dll

    I had to come back and pass on that the only reason that I wound up with this problem was because someone else decided that I needed the new IE 7 on my computer not that I updated it myself as I would not have since I don't use IE in any shape or form unless I have to... I use Firefox.

    I had been creating my application on an IE 6 machine until someone else decided that I needed to be updated NOT that I updated myself.

    pcmattman is correct that the best solution is to create the application on an IE 6 machine (which is what I was doing) but when someone else does you a favor you wouldn't even have done for yourself you need to go with the flow and fix the problem accordingly. So, for you pcmattman I say DUH and for the rest of you my solution still stands...



    • Post Points: 10
  • 01-03-2007 2:50 PM In reply to

    Re: Error using shdocvw.dll

    I can change my reference to the shdocvw.dll, fine and it will work on a pc with IE7 installed, but will it still work on a pc with IE6???

    • Post Points: 10
  • 01-17-2007 8:50 PM In reply to

    Re: Error using shdocvw.dll

    Thanks Underill,

     

    Without this tip, i could not have figured it out. i have been trying to fix this on my new latop for 3 days now. tried everything, including installing the IE7 3 times. i visited the registry and saw that the key was there, never occured to me to check the value. thanks man, i wonder what Bill does to hire the guys at his company.

     

    Netguru

    • Post Points: 5
  • 01-23-2007 1:39 AM In reply to

    • tomacco
    • Not Ranked
    • Joined on 01-23-2007
    • New Member
    • Points 15

    Re: Help with ieframe

    hi all i know you have fix this prob by useing the other dll file but i had this prob to i found i had

    to download and install ie7 and then reinstall it again and after 2 or 3 times installing ie7 this prob with the ieframe dll will go away at least for me it did. just trying to help

    xxANTMANxx wrote:
    Well im having problems with my ieframe it was working fine a few days ago so i decide to use it in my project but now its not working im trying to load it into my tools by going to project>componets or with ctrl+T i go down to Microsoft Internet Controls and select the check box and it says the location is C:WINDOWS\system32\ieframe.dll and hen i hit apply to add it it comes up with a error message saying File not found: 'C:\WINDOWS\syestem32\ieframe.dll\1' i know its there i have checked many times and i dont know how to fix this i have reinstalled vb 6.0 and i have looked on the internet but i cant find out the solution anywhere so does anyone know? thanks :confused:

    • Post Points: 10
Page 1 of 2 (23 items) 1 2 Next >