Can not find VBRUN300?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Leslie Osborne
    New Member
    • Aug 2006
    • 4

    Can not find VBRUN300?

    After a user installs a program that I have written in Visual Basic 3.0 Professional Edition, they then attempt to run the program. However they get the message "can not find VBRUN300" when they do this.

    Hopefully, this willclear up any misunderstandin gs as to when this error message occurs.

    Does anyone know how to fix this?
  • PEB
    Recognized Expert Top Contributor
    • Aug 2006
    • 1418

    #2
    Yes, in your installation with VB you have to have in your Windows\System the file vbrun300.dll
    you should copy it and add to your installation package!

    This dll have to be placed in the respective Windows\system folder!

    Comment

    • rgb
      New Member
      • Aug 2006
      • 37

      #3
      EXE compiled in VB6 or older will not run on other machines without some sets of DLL files, the files are usually packaged if you run the set and deployment wizard to create an installation files.

      Comment

      Working...