Results 1 to 12 of 12

Thread: ieframe.dll\1 file not found error FIX!!!!!

  1. #1

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    ieframe.dll\1 file not found error FIX!!!!!

    so when i installed the IE7 onto my machine i then tried to add the webbrowser control


    only to find out that i get an error and the webbrowser control will not load into my projects anymore


    i tried everything and really anything that people had told me to do


    after getting so frustrated i gave up on the idea of ever using the webbrowser control in ANY projects ever again


    today i was searching the web to try and find a fix for the error File not found IEFrame.dll\1 (knowing the \1 shouldnt be there)


    i found out that IE7 & IE6 are different and use different refrences so heres the fix!!!!

    to add the webbrowser control dont refrence the IEframe.dll instead use this it is in the same folder so just click browse then select shdocvw.dll


    that will fix your problem my only thing is i have to do that EVERYTIME


    how to i change the control from changing back to the IEframe.dll? and make it stick with shdocvw.dll
    If i help please rate me

    If Your Question Has Been Answered Please Mark Your Thread As RESOLVED So Other People (ME) Can Use The Helpful Tips As Well , Thanks

    New to VBForums? It's ok i was also at one point n time and i am still learning and meeting new people everyday check out the FAQ Section it is very helpful




    Sleep brings release and the hope of a new day - Killswitch Engage

  2. #2

  3. #3

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    Re: ieframe.dll\1 file not found error FIX!!!!!

    i tried using IE8 amd still got the same error i still have to change it from ieframe.dll to shdocvw.dll how do i keep it from changing back to ieframe.dll?
    If i help please rate me

    If Your Question Has Been Answered Please Mark Your Thread As RESOLVED So Other People (ME) Can Use The Helpful Tips As Well , Thanks

    New to VBForums? It's ok i was also at one point n time and i am still learning and meeting new people everyday check out the FAQ Section it is very helpful




    Sleep brings release and the hope of a new day - Killswitch Engage

  4. #4
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: ieframe.dll\1 file not found error FIX!!!!!

    Let me see if I even understand you:

    - you are developing on the machine with IE8 (yes/no
    - you added MS Internet Controls to your project (yes/no)
    - does it work on your machine? (yes/no)

    If you answered "yes" 3 times then how did you distribute your app?

  5. #5

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    Re: ieframe.dll\1 file not found error FIX!!!!!

    i had ie8 and got the same error so i went back to ie7 when trying to add the ms internet control it gave me the error file not found ieframe.dll\1 so it wont even load the browser control into the project unless i change it from ieframe.dll to shdocvw.dll but if i open a new project and try to add the ms internet control it gives me the error again so then i have to change it from ieframe.dll to shdocvw.dll once again my qustion is how do i change it from going back to ieframe.dll after opening a new project
    If i help please rate me

    If Your Question Has Been Answered Please Mark Your Thread As RESOLVED So Other People (ME) Can Use The Helpful Tips As Well , Thanks

    New to VBForums? It's ok i was also at one point n time and i am still learning and meeting new people everyday check out the FAQ Section it is very helpful




    Sleep brings release and the hope of a new day - Killswitch Engage

  6. #6

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    Re: ieframe.dll\1 file not found error FIX!!!!!

    in other words i need to change the location of the internet control from

    c:\windows\system32\ieframe.dll
    to
    c:\windows\system32\shdocvw.dll
    If i help please rate me

    If Your Question Has Been Answered Please Mark Your Thread As RESOLVED So Other People (ME) Can Use The Helpful Tips As Well , Thanks

    New to VBForums? It's ok i was also at one point n time and i am still learning and meeting new people everyday check out the FAQ Section it is very helpful




    Sleep brings release and the hope of a new day - Killswitch Engage

  7. #7
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: ieframe.dll\1 file not found error FIX!!!!!

    I have no idea if this relates at all to your problem but when I installed IE8, I had a problem every time I went to Amazon where I'd get a message about a "trusted site" and ieframe.dll that I had to respond to 2 or 3 times, every time. It turned out to be a internet security setting that needed to be changed. Here is the link that fixed it for me.

  8. #8
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: ieframe.dll\1 file not found error FIX!!!!!

    Quote Originally Posted by Charlie Stallings View Post
    in other words i need to change the location of the internet control from

    c:\windows\system32\ieframe.dll
    to
    c:\windows\system32\shdocvw.dll
    Sorry Charlie but I have no idea why you had to do that. I am obviously missing some point here.

  9. #9

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    Re: ieframe.dll\1 file not found error FIX!!!!!

    oh its cool bro thanks for the help
    If i help please rate me

    If Your Question Has Been Answered Please Mark Your Thread As RESOLVED So Other People (ME) Can Use The Helpful Tips As Well , Thanks

    New to VBForums? It's ok i was also at one point n time and i am still learning and meeting new people everyday check out the FAQ Section it is very helpful




    Sleep brings release and the hope of a new day - Killswitch Engage

  10. #10
    New Member
    Join Date
    Jan 2006
    Posts
    6

    Re: ieframe.dll\1 file not found error FIX!!!!!

    You can also go to regedit and search for 'IEFrame.dll\1', once you have found it, edit the entry and remove the '\1'...

    Works for me...

    Only drawback is I have to do it again the next time I let windows run the update.

    gregw

  11. #11
    New Member
    Join Date
    Jun 2010
    Posts
    1

    Re: ieframe.dll\1 file not found error FIX!!!!!

    1. Get into run command
    2. type regedit
    3. find ieframe.dll\1
    4. Alter value from ieframe.dll\1 to ieframe.dll

    Now its ready for Microsoft internet controls ('ieframe.dll') component.
    restart VB.
    -Senthil

  12. #12
    New Member
    Join Date
    Apr 2015
    Posts
    1

    Thumbs up Re: ieframe.dll\1 file not found error FIX!!!!!

    Quote Originally Posted by ezhil senthil View Post
    1. Get into run command
    2. type regedit
    3. find ieframe.dll\1
    4. Alter value from ieframe.dll\1 to ieframe.dll

    Now its ready for Microsoft internet controls ('ieframe.dll') component.
    restart VB.
    -Senthil
    Thank you Senthi, for this fix. It worked. I was going crazy trying to figure this out on my own.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width