Devs,
It has been a long Saturday of coding and I’m getting REALLY sick of the
above error. I have Pentium IV 1.3 GHz system. I’m using Microsoft
DevStudio projects in the IDE which call a batch file to do the actual
build. About every third time I go to build after an edit, rather than save
the file and build, the file is not saved and a dialog box saying “Cannot
save file. The file may be in use by another application” pops up. I have
to clear the dialog, then start the compile again. It always works the
second time.
I don’t recall this problem on my previous, much slower system. I assume it
is a problem with a fast CPU and a poorly coded, multi-threaded DevStudio
application. Or is this another of these things that Microsoft is doing to
me for my own good?
Anyone know what is up with this “feature?” Anything I can do to avoid it
besides becoming a hairdresser?
Evan Hillman
General Standards
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
I have the same problem. I just ignore it
Zolee
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Evan Hillman
Sent: Saturday, June 23, 2001 8:30 PM
To: NT Developers Interest List
Subject: [ntdev] MS Developer Studio: “Cannot save file. The file may be
in use by another application.”
Devs,
It has been a long Saturday of coding and I’m getting REALLY sick of the
above error. I have Pentium IV 1.3 GHz system. I’m using Microsoft
DevStudio projects in the IDE which call a batch file to do the actual
build. About every third time I go to build after an edit, rather than
save
the file and build, the file is not saved and a dialog box saying
“Cannot
save file. The file may be in use by another application” pops up. I
have
to clear the dialog, then start the compile again. It always works the
second time.
I don’t recall this problem on my previous, much slower system. I
assume it
is a problem with a fast CPU and a poorly coded, multi-threaded
DevStudio
application. Or is this another of these things that Microsoft is doing
to
me for my own good?
Anyone know what is up with this “feature?” Anything I can do to avoid
it
besides becoming a hairdresser?
Evan Hillman
General Standards
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Are you running Windows 2000? Do you have a virus-checking program
running in the background?
That may be the case…
?xxxxx@BeginThread.com
?xxxxx@Rooz.net
?http://www.BeginThread.com/Contributors/Ehsan
?http://www.rooz.net
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Evan Hillman
Sent: Saturday, June 23, 2001 8:30 PM
To: NT Developers Interest List
Subject: [ntdev] MS Developer Studio: “Cannot save file. The file may
be
in use by another application.”
Devs,
It has been a long Saturday of coding and I’m getting REALLY sick of
the
above error. I have Pentium IV 1.3 GHz system. I’m using Microsoft
DevStudio projects in the IDE which call a batch file to do the actual
build. About every third time I go to build after an edit, rather than
save
the file and build, the file is not saved and a dialog box saying
“Cannot
save file. The file may be in use by another application” pops up. I
have
to clear the dialog, then start the compile again. It always works
the
second time.
I don’t recall this problem on my previous, much slower system. I
assume it
is a problem with a fast CPU and a poorly coded, multi-threaded
DevStudio
application. Or is this another of these things that Microsoft is
doing
to
me for my own good?
Anyone know what is up with this “feature?” Anything I can do to
avoid
it
besides becoming a hairdresser?
Evan Hillman
General Standards
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Yes !!!
I have not problem
I think your file , it’s open by an other application perhaps your Application don’t close the file
Nicolas
Nicolas BERTRAND
Ingenieur Conception
Sogitec Industrie Bruz
Tel 02 99 05 34 54
-----Message d’origine-----
De: Ehsan Akhgari [SMTP:xxxxx@yahoo.com]
Date: mercredi 27 juin 2001 09:25
A: NT Developers Interest List
Objet: [ntdev] RE: MS Developer Studio: “Cannot save file. The file may be in use by another application.”
Are you running Windows 2000? Do you have a virus-checking program
running in the background?
That may be the case…
?xxxxx@BeginThread.com
?xxxxx@Rooz.net
?http://www.BeginThread.com/Contributors/Ehsan
?http://www.rooz.net
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Evan Hillman
Sent: Saturday, June 23, 2001 8:30 PM
To: NT Developers Interest List
Subject: [ntdev] MS Developer Studio: “Cannot save file. The file may
be
in use by another application.”
Devs,
It has been a long Saturday of coding and I’m getting REALLY sick of
the
above error. I have Pentium IV 1.3 GHz system. I’m using Microsoft
DevStudio projects in the IDE which call a batch file to do the actual
build. About every third time I go to build after an edit, rather than
save
the file and build, the file is not saved and a dialog box saying
“Cannot
save file. The file may be in use by another application” pops up. I
have
to clear the dialog, then start the compile again. It always works
the
second time.
I don’t recall this problem on my previous, much slower system. I
assume it
is a problem with a fast CPU and a poorly coded, multi-threaded
DevStudio
application. Or is this another of these things that Microsoft is
doing
to
me for my own good?
Anyone know what is up with this “feature?” Anything I can do to
avoid
it
besides becoming a hairdresser?
Evan Hillman
General Standards
You are currently subscribed to ntdev as: xxxxx@aql.fr
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
msdev does this sometimes if it is scanning the file for the auto-comletion
stuff (whatever the marketing term is) and tools like visal assist
(http://www.wholetomato.com) do it for similar reasons.
its not a big deal as next time round the file has been closed. you could
turn off some of the smarts in msdev
sven
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Nicolas BERTRAND
Sent: Wednesday, June 27, 2001 6:40 PM
To: NT Developers Interest List
Subject: [ntdev] RE: MS Developer Studio: “Cannot save file. The file
may be in use by another application.”
Yes !!!
I have not problem
I think your file , it’s open by an other application perhaps
your Application don’t close the file
Nicolas
Nicolas BERTRAND
Ingenieur Conception
Sogitec Industrie Bruz
Tel 02 99 05 34 54
-----Message d’origine-----
De: Ehsan Akhgari [SMTP:xxxxx@yahoo.com]
Date: mercredi 27 juin 2001 09:25
A: NT Developers Interest List
Objet: [ntdev] RE: MS Developer Studio: “Cannot save
file. The file may be in use by another application.”
Are you running Windows 2000? Do you have a virus-checking program
running in the background?
That may be the case…
?xxxxx@BeginThread.com
?xxxxx@Rooz.net
?http://www.BeginThread.com/Contributors/Ehsan
?http://www.rooz.net
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Evan Hillman
> Sent: Saturday, June 23, 2001 8:30 PM
> To: NT Developers Interest List
> Subject: [ntdev] MS Developer Studio: “Cannot save file. The file may
be
> in use by another application.”
>
> Devs,
>
> It has been a long Saturday of coding and I’m getting REALLY sick of
the
> above error. I have Pentium IV 1.3 GHz system. I’m using Microsoft
> DevStudio projects in the IDE which call a batch file to do the actual
> build. About every third time I go to build after an edit, rather than
> save
> the file and build, the file is not saved and a dialog box saying
> “Cannot
> save file. The file may be in use by another application” pops up. I
> have
> to clear the dialog, then start the compile again. It always works
the
> second time.
>
> I don’t recall this problem on my previous, much slower system. I
> assume it
> is a problem with a fast CPU and a poorly coded, multi-threaded
> DevStudio
> application. Or is this another of these things that Microsoft is
doing
> to
> me for my own good?
>
> Anyone know what is up with this “feature?” Anything I can do to
avoid
> it
> besides becoming a hairdresser?
>
> Evan Hillman
> General Standards
You are currently subscribed to ntdev as: xxxxx@aql.fr
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@hsa.com.au
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Yes and Yes. I’ll try disabling background scanning and see if that clears
it up. So the file may actually be open, by the virus scanner, I suppose…
Thanks!
-Evan
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ehsan Akhgari
Sent: Wednesday, June 27, 2001 1:25 AM
To: NT Developers Interest List
Subject: [ntdev] RE: MS Developer Studio: “Cannot save file. The file
may be in use by another application.”
Are you running Windows 2000? Do you have a virus-checking program
running in the background?
That may be the case…
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> Yes and Yes. I’ll try disabling background scanning and see if that
clears
it up. So the file may actually be open, by the virus scanner, I
suppose…
Yes, exactly. That was the cause for me, at least.
Thanks!
-Evan
?xxxxx@BeginThread.com
?xxxxx@Rooz.net
?http://www.BeginThread.com/Contributors/Ehsan
?http://www.rooz.net
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com