|
|
| JP Bless 2005-02-16, 3:56 pm |
| Anyone know why I am having several VB.tmp files in my project folder. The
other day I checked and saw more than 50 vb##.tmp files. They range in
number from VB100.tmp to VB200.tmp. I keep deleteing them after closing
development environment but they keep piling up (incrementing in value)
after each session. Anyone know why? Thanks in adavnce.
| |
| Karl E. Peterson 2005-02-16, 8:56 pm |
| JP Bless wrote:
> Anyone know why I am having several VB.tmp files in my project
> folder. The other day I checked and saw more than 50 vb##.tmp files.
> They range in number from VB100.tmp to VB200.tmp. I keep deleteing
> them after closing development environment but they keep piling up
> (incrementing in value) after each session. Anyone know why? Thanks
> in adavnce.
Are your %TMP% and %TEMP% e-vars set incorrectly or missing?
--
[Microsoft Basic: 1976-2001, RIP]
| |
| JP Bless 2005-02-16, 8:56 pm |
| Probably missing. I will check.
"Karl E. Peterson" <karl@mvps.org> wrote in message
news:%23$sTA6FFFHA.1348@TK2MSFTNGP14.phx.gbl...
> JP Bless wrote:
>
> Are your %TMP% and %TEMP% e-vars set incorrectly or missing?
> --
> [Microsoft Basic: 1976-2001, RIP]
>
>
| |
| Jan Hyde 2005-02-17, 8:57 am |
| "JP Bless" <jp3bless_NoSpam@hotmail.com>'s wild thoughts
were released on Wed, 16 Feb 2005 14:16:38 -0500 bearing the
following fruit:
>Anyone know why I am having several VB.tmp files in my project folder. The
>other day I checked and saw more than 50 vb##.tmp files. They range in
>number from VB100.tmp to VB200.tmp. I keep deleteing them after closing
>development environment but they keep piling up (incrementing in value)
>after each session. Anyone know why? Thanks in adavnce.
>
Are you using crystal reports?
If so you'll probably find your C drive is full of .tmp
files too. Created over 4000 of em in my C drive and another
few thousand in my dev directory.
AND it doesn't seem to use them. The C drive ones are all
empty anyway. Just out of interest I wrote a program to
delete them as soon as they are created and so far haven't
seen any ill effects.
Jan Hyde (VB MVP)
--
Recluse : Second examination of the crime scene. (J. A. Mc)
[Abolish the TV Licence - http://www.tvlicensing.biz/]
| |
| JP Bless 2005-02-18, 3:55 pm |
| No Jan. I do not have crystal report. But I have data report. But come to
think of it, it never happens to my other vb projects. Except this one with
data reports. Hmmmm.... I am thinking.
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
news:4sn811dfmbq4ihh85l7oha47542m5jr4e8@
4ax.com...
> "JP Bless" <jp3bless_NoSpam@hotmail.com>'s wild thoughts
> were released on Wed, 16 Feb 2005 14:16:38 -0500 bearing the
> following fruit:
>
The[color=darkred]
>
> Are you using crystal reports?
>
> If so you'll probably find your C drive is full of .tmp
> files too. Created over 4000 of em in my C drive and another
> few thousand in my dev directory.
>
> AND it doesn't seem to use them. The C drive ones are all
> empty anyway. Just out of interest I wrote a program to
> delete them as soon as they are created and so far haven't
> seen any ill effects.
>
>
>
> Jan Hyde (VB MVP)
>
> --
> Recluse : Second examination of the crime scene. (J. A. Mc)
>
> [Abolish the TV Licence - http://www.tvlicensing.biz/]
>
| |
| gmarques1 2005-02-22, 2:30 pm |
| I would like to have some lights on how to delete the temporary files
created by crystal...
Help needed
Thank you | |
| stsong 2005-02-22, 4:08 pm |
| quote: Originally posted by Jan Hyde
Are you using crystal reports?
If so you'll probably find your C drive is full of .tmp
files too. Created over 4000 of em in my C drive and another
few thousand in my dev directory.
AND it doesn't seem to use them. The C drive ones are all
empty anyway. Just out of interest I wrote a program to
delete them as soon as they are created and so far haven't
seen any ill effects.
Jan,
Are you running XP? I notice that I get tons of tmp files when I am working on Crystal Report in VB6. It doesn't do that when I was running Windows 2000. I don't guess there is a way to stop that??
Thanks. | |
| Jan Hyde 2005-02-23, 8:55 am |
| gmarques1 <gmarques1.1kvklp@mail.codecomments.com>'s wild
thoughts were released on Tue, 22 Feb 2005 14:30:21 -0600
bearing the following fruit:
>
>I would like to have some lights on how to delete the temporary files
>created by crystal...
>Help needed
>Thank you
Well the technique I've used is off topic here since I used
VB.Net and the FileSystemWatcher class.
Now I'd better hide out before I get lynched....
Jan Hyde (VB MVP)
--
It's been very cold here this winter, and during the coldest part the heating
failed at the local jail. Many inmates were completely iced up.
The only way the could tell who was who was by putting them on a set of
scales and checking their weight. You could say they've been weighing up
the frozen cons. (Jonathan Delaney)
[Abolish the TV Licence - http://www.tvlicensing.biz/]
| |
| JP Bless 2005-02-25, 8:55 pm |
| Jan
You have a .NET blood in you? I sure hope you are not a tratitor and spy.
LOL.
"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
news:9fho119sj0bed2ftprl2gngtgf2idhaek5@
4ax.com...
> gmarques1 <gmarques1.1kvklp@mail.codecomments.com>'s wild
> thoughts were released on Tue, 22 Feb 2005 14:30:21 -0600
> bearing the following fruit:
>
>
> Well the technique I've used is off topic here since I used
> VB.Net and the FileSystemWatcher class.
>
> Now I'd better hide out before I get lynched....
>
>
>
> Jan Hyde (VB MVP)
>
> --
> It's been very cold here this winter, and during the coldest part the
heating
> failed at the local jail. Many inmates were completely iced up.
> The only way the could tell who was who was by putting them on a set of
> scales and checking their weight. You could say they've been weighing up
> the frozen cons. (Jonathan Delaney)
>
> [Abolish the TV Licence - http://www.tvlicensing.biz/]
>
| |
|
| Or doing a research project on how programming used to be done back in the
day.
"JP Bless" <jp3bless_NoSpam@hotmail.com> wrote in message
news:uz1L7U4GFHA.2356@TK2MSFTNGP12.phx.gbl...
> Jan
> You have a .NET blood in you? I sure hope you are not a tratitor and spy.
> LOL.
>
>
>
> "Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
> news:9fho119sj0bed2ftprl2gngtgf2idhaek5@
4ax.com...
> heating
>
>
| |
| Tony Proctor 2005-02-28, 8:55 am |
| Are you using a specialised 'designer' component in the IDE? One, and only
one, of my many projects does the same. The important difference about it is
that it uses the MMC snap-in designer. The files are obviously some
temporary storage that is not being cleaned up when the designer exits. Why,
I don't.
Tony Proctor
"JP Bless" <jp3bless_NoSpam@hotmail.com> wrote in message
news:O4iqptFFFHA.2676@TK2MSFTNGP12.phx.gbl...
> Anyone know why I am having several VB.tmp files in my project folder. The
> other day I checked and saw more than 50 vb##.tmp files. They range in
> number from VB100.tmp to VB200.tmp. I keep deleteing them after closing
> development environment but they keep piling up (incrementing in value)
> after each session. Anyone know why? Thanks in adavnce.
>
>
| |
| JP Bless 2005-02-28, 3:55 pm |
| I have MS datareport
"Tony Proctor" <tony_proctor@aimtechnology_NoMoreSPAM_.com> wrote in message
news:e3X7QGYHFHA.4032@TK2MSFTNGP12.phx.gbl...
> Are you using a specialised 'designer' component in the IDE? One, and only
> one, of my many projects does the same. The important difference about it
is
> that it uses the MMC snap-in designer. The files are obviously some
> temporary storage that is not being cleaned up when the designer exits.
Why,
> I don't.
>
> Tony Proctor
>
> "JP Bless" <jp3bless_NoSpam@hotmail.com> wrote in message
> news:O4iqptFFFHA.2676@TK2MSFTNGP12.phx.gbl...
The[color=darkred]
>
>
|
|
|
|