application deployment problem in vb.net

subhaoviya

Newcomer
Joined
Jun 9, 2009
Messages
4
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
 
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.
 
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
 
i add the IE transfer controls to my project, now am having the dependency missing error
"c:\windows\system32\msinet.ocx"

thanks
subha
 
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.
 
Back
Top