Results 1 to 3 of 3

Thread: Packaging Dependency Question - HELP!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Posts
    3

    Unhappy Packaging Dependency Question - HELP!!

    I'm fairly new to packaging/deployment. When I go to package the application, I get a message that there is dependency information that is out of date, with 3 .OCX files listed as out of date.

    What do I need to do to resolve this problem so that I can successfully package this app?

    Thanx in advance for any help!

    Celubrius

  2. #2
    It's probably not an issue; I get tons of errors when using the VB5 equivalent of the PDW and my programs always install just fine.

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by Celubrius
    I'm fairly new to packaging/deployment. When I go to package the application, I get a message that there is dependency information that is out of date, with 3 .OCX files listed as out of date.

    What do I need to do to resolve this problem so that I can successfully package this app?

    Thanx in advance for any help!

    Celubrius
    Yep, as filburt1 said, these errors are most of the times harmless. To correct the situation, you can install the latest service pack.

    Dependency files simply list out the runtime dependencies of the components you are using in your project. It is highly unlikely that these change over a period of time, so it's probably some version conflict with the version of the control being newer than that listed in the dependency file. In most cases, you can ignore these errors. Sometimes even if dependency information is not available, you can proceed with the packaging/installation.

    However, if you are using any custom/third party controls or freeware controls, then there could be trouble. Again, it doesn't mean there always is.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

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