|
-
Sep 11th, 2006, 12:43 PM
#1
Thread Starter
New Member
[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
-
Sep 11th, 2006, 12:48 PM
#2
Re: Temporary files is created
Welcome to the forums! 
You mean in your project directory or in common? If so, where?
-
Sep 11th, 2006, 12:58 PM
#3
Thread Starter
New Member
Re: Temporary files is created
 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
-
Sep 11th, 2006, 01:03 PM
#4
Lively Member
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
-
Sep 11th, 2006, 01:08 PM
#5
Thread Starter
New Member
Re: Temporary files is created
 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
-
Sep 11th, 2006, 02:00 PM
#6
Re: Temporary files is created
Wierd... what version of VB are you using?
-
Sep 11th, 2006, 02:30 PM
#7
Re: Temporary files is created
Are you using DataReports? That piece o' crap creates tmp files whenever you work on/run your reports.
-
Sep 11th, 2006, 02:35 PM
#8
Addicted Member
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...
-
Sep 12th, 2006, 09:38 PM
#9
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.
-
Sep 13th, 2006, 01:35 AM
#10
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|