Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Find missing Dll and ocx files?

Find missing Dll and ocx files?

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiohelpquestion
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mdrizwan_1
    wrote on last edited by
    #1

    Hello Everybody, I m running in a serious trouble.I had uninstalled Visual Studio(VB6)Enterprise Edition from my PC.And know when i run VB application its not executing due to loss of some dll's and ocx files .So anybody can please help me in find list of Dll and OCX files have been deleted when uninstalling VB6.Please help its a menace ? Thanxs in Advance..... Rizwan

    D 1 Reply Last reply
    0
    • M mdrizwan_1

      Hello Everybody, I m running in a serious trouble.I had uninstalled Visual Studio(VB6)Enterprise Edition from my PC.And know when i run VB application its not executing due to loss of some dll's and ocx files .So anybody can please help me in find list of Dll and OCX files have been deleted when uninstalling VB6.Please help its a menace ? Thanxs in Advance..... Rizwan

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That list is quite long, on the order of a few hundred files. Since it sounds like you never created installers for these applications, you're only real recourse is to reinstall Visual Studio 6. If you had created installers for these apps, you would just have to reinstall the apps, or run a Repair on .MSI installers, to replace the missing files.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      M 1 Reply Last reply
      0
      • D Dave Kreskowiak

        That list is quite long, on the order of a few hundred files. Since it sounds like you never created installers for these applications, you're only real recourse is to reinstall Visual Studio 6. If you had created installers for these apps, you would just have to reinstall the apps, or run a Repair on .MSI installers, to replace the missing files.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        M Offline
        M Offline
        mdrizwan_1
        wrote on last edited by
        #3

        Hi Dave Kreskowiak Thanks for your urgent reply ,I have an installer in my application.And u r right i have to reinstall it when i delete my Visual Studio 6.I wanna get the list of dll and ocx files deleted when VB6 is uninstalled.So that i can just place them again so that know need to reinstall it once again.Can u provide any idea on it.Kindly reply ..? Thanks

        L H D 3 Replies Last reply
        0
        • M mdrizwan_1

          Hi Dave Kreskowiak Thanks for your urgent reply ,I have an installer in my application.And u r right i have to reinstall it when i delete my Visual Studio 6.I wanna get the list of dll and ocx files deleted when VB6 is uninstalled.So that i can just place them again so that know need to reinstall it once again.Can u provide any idea on it.Kindly reply ..? Thanks

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Hir mdrizwan_1, In my opinion VB6 apps need a runtime check http://www.chip.de/downloads/Visual-Basic-6-Runtime-Module\_12993706.html this site and download the dll. Put it in the same directory as the app (Maybe you could put in the windows directory(for a global solution) but i don't know) I hope i am right and don't write something wrong

          1 Reply Last reply
          0
          • M mdrizwan_1

            Hi Dave Kreskowiak Thanks for your urgent reply ,I have an installer in my application.And u r right i have to reinstall it when i delete my Visual Studio 6.I wanna get the list of dll and ocx files deleted when VB6 is uninstalled.So that i can just place them again so that know need to reinstall it once again.Can u provide any idea on it.Kindly reply ..? Thanks

            H Offline
            H Offline
            Henry Minute
            wrote on last edited by
            #5

            Firstly be aware that I have never used VB6. However, all previous versions of VB (v2.0 - v4.0) that I have used, required the run-time redistribution pack to be loaded on machines using apps written in VB. Therefore you might want to look at Visual Basic 6.0 Runtime Redistributable[^] page on MSDN. If I am way off base, please ignore this. :)

            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

            L 1 Reply Last reply
            0
            • H Henry Minute

              Firstly be aware that I have never used VB6. However, all previous versions of VB (v2.0 - v4.0) that I have used, required the run-time redistribution pack to be loaded on machines using apps written in VB. Therefore you might want to look at Visual Basic 6.0 Runtime Redistributable[^] page on MSDN. If I am way off base, please ignore this. :)

              Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              Henry Minute wrote:

              If I am way off base, ...

              If you are still using VB4 you are a little off base, otherwise all is fine. :-D

              Luc Pattyn [Forum Guidelines] [My Articles]


              The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


              H 1 Reply Last reply
              0
              • M mdrizwan_1

                Hi Dave Kreskowiak Thanks for your urgent reply ,I have an installer in my application.And u r right i have to reinstall it when i delete my Visual Studio 6.I wanna get the list of dll and ocx files deleted when VB6 is uninstalled.So that i can just place them again so that know need to reinstall it once again.Can u provide any idea on it.Kindly reply ..? Thanks

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                Well, if the installer was written correctly, it should already have all the components it needs to run the app inside the installer. They should all be installed with the application. The only thing that would not be included would be the VB6 runtime. That's installed seperately.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                1 Reply Last reply
                0
                • L Luc Pattyn

                  Henry Minute wrote:

                  If I am way off base, ...

                  If you are still using VB4 you are a little off base, otherwise all is fine. :-D

                  Luc Pattyn [Forum Guidelines] [My Articles]


                  The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.


                  H Offline
                  H Offline
                  Henry Minute
                  wrote on last edited by
                  #8

                  Not still using, although I still have the Disks for VB3.0 lying about somewhere in a glass case labelled "In case of emergency, throw away" :-D

                  Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups