Error in deployment.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thiruanand24
    New Member
    • Feb 2008
    • 13

    Error in deployment.

    Hi !


    In my application i'm using on web browser control.while deployment i'm not able to create setup.I got the following error messge:

    the following may have dependencies that cannot be determined automatically.p lease confirm that all dependencies have been added to the project
    c:\windows\syst em32\ieframe.dl l

    can anyone plz give me solution for this........... ..


    Regards,
    Anand.M
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by thiruanand24
    Hi !


    In my application i'm using on web browser control.while deployment i'm not able to create setup.I got the following error messge:

    the following may have dependencies that cannot be determined automatically.p lease confirm that all dependencies have been added to the project
    c:\windows\syst em32\ieframe.dl l

    can anyone plz give me solution for this........... ..


    Regards,
    Anand.M
    Have you added the "ieframe.dl l" as a reference in your project?

    -Frinny

    Comment

    • thiruanand24
      New Member
      • Feb 2008
      • 13

      #3
      Originally posted by Frinavale
      Have you added the "ieframe.dl l" as a reference in your project?

      -Frinny

      Yes i already added that dll.but still i'm getting error.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Sounds to me like the message is telling you that ieframe.dll requires some DLL references that you have not explicly made. Check into ieframe.dll and see what other things it requires to to use it.

        Comment

        • thiruanand24
          New Member
          • Feb 2008
          • 13

          #5
          Hi!
          I have one windows application.In that i added one mozilla web browser control.One button click event i want to display any website like google.com
          For that i put one textbox also.now i'm trying to create a setup for that application, i'm getting like this error:
          "The following files may have dependencies that cannot be determined automatically please confirm that all dependencies have been added to the project."

          d:\mozilla activex control v1.7.12\mozctl. dll

          Plz anyone give me a soltuion for this.

          thanks
          Anand.M

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            Sounds like:
            You are creating an installer for a project that requires a series of DLLs not supplied.
            i.e. installing Mozilla gives you like 30 DLLs in a various hierarchy. You are only using one, and it works because the others are there, however installing on a new system does not garuntee that the other DLLs will be there.

            Comment

            Working...