subhaoviya Posted June 11, 2009 Posted June 11, 2009 am used shdocvw reference in my project, project run successfully, but while am trying to deploy it i got an following mentioned error. the following files may have dependencies that cannot be determined automatically.please confirm that all dependencies have been added to the project. c:\windows\system32\ieframe.dll thanks subha Quote
Administrators PlausiblyDamp Posted June 11, 2009 Administrators Posted June 11, 2009 The file should be present on any windows platform that can run .Net as it is part of IE anyway. You might encounter problems if the versions of IE are different but you could just specify a minimum IE version in your requirements. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
subhaoviya Posted June 12, 2009 Author Posted June 12, 2009 yes, actually i have the IE 6 version prior, during development of my project i updated the IE 8 version. what the change i have to do in my project, am sorry i n't know the way thanks subha Quote
subhaoviya Posted June 12, 2009 Author Posted June 12, 2009 i add the IE transfer controls to my project, now am having the dependency missing error "c:\windows\system32\msinet.ocx" thanks subha Quote
Administrators PlausiblyDamp Posted June 12, 2009 Administrators Posted June 12, 2009 If you are using the msinet.ocx then you would also need to deploy that alongside your project. Not sure about the licensing though as that control didn't ship with .Net only VB6. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.