Build error

jeva39

Well-known member
Joined
Jan 28, 2005
Messages
135
Location
Panama
Programming Experience
1-3
I am trying to build (debug mode) a very, very little Windows APP in VB.NET 2005 but I receive this error:

The process cannot access the file 'bin\Debug\softCat.exe' because it is being used by another process

The APP don't have Crystal Reports and don't have, for now, DBs. Do you can help me? Thanks..
 
Well, that error has nothing to do with Crystal.... Check to make sure your app isn't running. It may still be running in memory or something when you are trying to do the build.

-tg
 
The APP finish with Application.Exit. I think that don't still in memory. Is possible that the Microsoft Multimedia version 6.0 component cause the error? The bad thing is that I need this component or something similar to permit the user play the midis files...The property Copy Local of the component is set to TRUE.
 
Last edited:
Back
Top