Process will not end

Discussion in 'AutoCAD' started by streamaxi, Nov 8, 2006.

  1. streamaxi

    streamaxi Guest

    There is one process (acsSRV.exe) in the Task Manager that does not
    want to end even if set to nothing.
    Any ideas???

    Dim cvsApp As Object
    Dim cvsConn As Object
    Dim cvsSrv As Object
    Dim Rep As Object

    Dim Info As Object, Log As Object, b As Object

    Set cvsApp = CreateObject("ACSUP.cvsApplication")
    Set cvsConn = CreateObject("ACSCN.cvsConnection")
    Set cvsSrv = CreateObject("ACSUPSRV.cvsServer")
    Set Rep = CreateObject("ACSREP.cvsReport")

    ..
    ..
    ..
    ..
    My code
    ..
    ..
    ..
    ..

    Set b = Nothing
    Set Log = Nothing
    Set Info = Nothing
    Set Rep = Nothing
    Set cvsSrv = Nothing
    Set cvsConn = Nothing
    Set cvsApp = Nothing
     
    streamaxi, Nov 8, 2006
    #1
  2. streamaxi

    streamaxi Guest

    Sorry posted excel question here..... please regard this. I am
    re-posting it in excel group. Sorry for the inconvenience
     
    streamaxi, Nov 8, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.