Results 1 to 10 of 10

Thread: [RESOLVED] Temporary files is created

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    5

    Resolved [RESOLVED] Temporary files is created

    hi all vb experts..i want to ask about one thing.i dont know why..everytime i run my vb program, it will creates a lots of temporary files.let me know how to overcome this problem.thanks

  2. #2
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Temporary files is created

    Welcome to the forums!

    You mean in your project directory or in common? If so, where?

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    5

    Re: Temporary files is created

    Quote Originally Posted by gavio
    Welcome to the forums!

    You mean in your project directory or in common? If so, where?
    Thanks.I put my project in C:\Project1.The files will created in Project1 directory and also in C.Thanks

  4. #4
    Lively Member
    Join Date
    Dec 2005
    Posts
    97

    Re: Temporary files is created

    hey amigo..im no expert..but why is it a problem?? anyway i suppose its the files it needs to run...just a wild guess

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    5

    Re: Temporary files is created

    Quote Originally Posted by Mystikal
    hey amigo..im no expert..but why is it a problem?? anyway i suppose its the files it needs to run...just a wild guess
    Thanks.It is a temporary files.If my system is large then there is more than 100 temporary will created.eg:VB36A62.tmp,VB69A1.tmp

  6. #6

  7. #7
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Temporary files is created

    Are you using DataReports? That piece o' crap creates tmp files whenever you work on/run your reports.

  8. #8
    Addicted Member sigid's Avatar
    Join Date
    May 2006
    Location
    Massachusetts, USA
    Posts
    182

    Re: Temporary files is created

    Can I clarify something?
    VB always creates files of the sort VB*.TMP - it creates them usually in the system TEMP folder (often in C:\WINDOWS\TEMP or similar).
    If you stop your program before it completes, or if the VB IDE crashes, these files don't get deleted.
    During development, you might well accumulate a whole lot of these. If any have not-todays date, just delete them. If they are marked as ReadOnly, they are still "in use" so you can't delete them until you reboot.
    There is no way that you can tell VB to do this for you, at least that I know of...

  9. #9
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Temporary files is created

    Once the IDE crashes VB cannot cleanup after itself and leaves the tmp files. Before you start the IDE just delete them.

  10. #10

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    5

    Re: Temporary files is created

    Thanks a lot everybody

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