Results 1 to 4 of 4

Thread: problem with object

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    panama
    Posts
    57

    Question

    this code run in the visual basic program but generate program instalation and install in the other machine run apperance this message:

    Runtime error 429:

    componet activex can't create thhe object.

    the error occurs in the code:


    Set fs= createObject"Scripting.FileSystemObject")
    Set d = fs.GetDrive("A:\")
    If d.isready Then
    FileCopy (path1 & Trim(Str(i)) & "\" & ver), "a:\" & ver
    Kill (path1 & Trim(Str(i)) & "\" & ver)
    Else
    MsgBox "Inserte un Disco en la Unidad A:\ - luego presione Aceptar", vbExclamation, "Error"""
    FileCopy (path1 & Trim(Str(i)) & "\" & ver), "a:\" & ver
    Kill (path1 & Trim(Str(i)) & "\" & ver)
    End If


    carlosapv
    [email protected]
    THE TRUTH IS OUT THERE
    Visual Basic 6.0 SP5

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    more than likely you have forgotten to include the File System Object in your installation package.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    New Member
    Join Date
    Aug 2000
    Posts
    10
    Have you included sccrun.dll in the installation package?

  4. #4

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    panama
    Posts
    57

    library not exits????

    the library sccrun.dll not found in the machine and who incluided in the package the file system object is the posible the send the code or files are incluided...


    thanx
    carlosapv
    [email protected]
    THE TRUTH IS OUT THERE
    Visual Basic 6.0 SP5

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