"ieframe.dll failed to register"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a vb.net windows application that I have been developing for some time
and installations have always gone fine. It does have a couple of web
references. Recently, I get an error that the ieframe.dll failed to register.
Previous to these recent installs, I had installed IE7. Is there a conflict
here and how should I resolve this?
 
is this on a system that had your project installed through a setup project?
if so exclude ieframe.dll from your referenced dependancy list in the setup
project, recompile, and try it again, thats how I fixed it in our
deployments
 
When I got the same error,I just excluded the 'ieframe.dll' from the Detected Dependencies and rebuild the project setup.It worked fine

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
When I got the same error,I just excluded the 'ieframe.dll' from the Detected Dependencies and rebuild the project setup.It worked fine

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top