Question VS Express 2012 - Clicking Start, "...file... is being used by another process"

wchestnut

New member
Joined
Nov 1, 2013
Messages
4
Programming Experience
10+
VS Express 2012 - Clicking Start, "...file... is being used by another process"

Hi, guys. I'm new here and relatively new to VS/VB.Net so please let me know if I'm posting this in the wrong place.

When working on a project in Visual Studio Express 2012 for Windows, I'll make some changes, then when I click "Start" to run it, I always get the following error:

"The operation could not be completed. The process cannot access the file because it is being used by another process."

But when click "OK", then on "Start" again, it runs the app. I exit the app with an Application.Exit() command so it believe it's closing it properly.
 
Is there any indication anywhere of what file it's referring to? Are you using any text files, data files, etc. in your application that might be responsible?

No, it doesn't say:
Capture-Error.JPG

This is all I have in my Project:
Capture-Project.JPG
 
Back
Top