
06/11/2011, 16:28
|
 | | | Fecha de Ingreso: septiembre-2010 Ubicación: Guadalajara, Jalisco, Mexico
Mensajes: 65
Antigüedad: 14 años, 6 meses Puntos: 1 | |
Control de Propiedades Hola a todos.
Disculpen las molestias que esto pueda causar.
Hace poco al estar realizando un aplicación de escritorio, me apareció el siguiente error: Error 1 Unable to copy file "obj\Debug\HomeInventory.exe" to "bin\Debug\HomeInventory.exe". The process cannot access the file 'bin\Debug\HomeInventory.exe' because it is being used by another process. HomeInventory
Y busque sobre el problema, sin embargo la información estaba en ingles (a lo que no soy muy bueno) y encontre esta solución: if exist "$(TargetPath).locked" del "$(TargetPath).locked"
if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
La cual hubo que ponerla en el panel de propiedades del proyecto.
Mi pregunta o mejor duda es:
Que significa el Problema?
Y que hace la respuesta?
De antemano gracias.
__________________ Kañangas Ñangas... I Got So Much Funky Shit Inside My Brain |