CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    67

    VB.NET: Why cannot copy to temporary directory

    I don't know why sometimes when you code for a long period of time, there will be a error that say you file cannot be copy to temporary file.....proj.exe error...

    and the whole application cannot run or compile..

    the only solution is to copy to another folder and compile it again..

    but the error will still occur..

    Therefore i can only try one time everytime i compile....

    Does anyone know what is the problem behind and how to solve it..

    Most importantly, how to prevent in future..

    Thanks

  2. #2
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    Re: VB.NET: Why cannot copy to temporary directory

    Check in ur task manager... sometimes the exe u excute n close sill remains in ur memory therefore preventing the next execution..
    Back after a long hibernation.

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

Featured