C
C#ā€¢14mo ago
Aelia

ā” error message windows form application

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4502,5): warning MSB3026: Could not copy "obj\Debug\MindGame.exe" to "bin\Debug\MindGame.exe". Beginning retry 10 in 1000ms. The process cannot access the file 'bin\Debug\MindGame.exe' because it is being used by another process. The file is locked by: "MindGame (8964)"
12 Replies
Aelia
Aeliaā€¢14mo ago
8964 can i search up the file
ero
eroā€¢14mo ago
You already have the program open
Aelia
Aeliaā€¢14mo ago
that weird it isnt when i try to debug that comes up multiple times
Aelia
Aeliaā€¢14mo ago
ero
eroā€¢14mo ago
Is there a background thread still running
Aelia
Aeliaā€¢14mo ago
wsit what where im like really bad at this
Tvde1
Tvde1ā€¢14mo ago
Restart your vs or pc should fix it šŸ˜¬
ero
eroā€¢14mo ago
Sure
Tvde1
Tvde1ā€¢14mo ago
It retries it a few times that's why you see it repeated
Aelia
Aeliaā€¢14mo ago
Aelia
Aeliaā€¢14mo ago
what the its not working ://
Accord
Accordā€¢14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
ā” Why my panel doesnt go transparentHello guys im new sorry if this question is so basic but i have set my "BackgroundColor and ForeColāœ… Using an async method to print contents of an arrayI'm trying to make a simon game and the next step I've decided on is that I need a method to draw thā” Merging the First Page of PDFs Using IText7 and C#Hello, i have written a function to merge the first page of one PDF into another using iTextSharāœ… why is it '1' instead of '0'??So I am analysing this solution https://leetcode.com/problems/number-of-islands/solutions/3585795/c-ā” What's the best scope of a model in MAUI?This is my first .NET MAUI project. I'm trying to use SQLite with sqlite-net-pcl. My instinct is to ā” OpenAPI add TAG swaggerHi, I have an api with two controllers and I'm using swashbuckle to generate the swaggers. What I doI'm having trouble with an IndexOf returning the position in a arrayI looked online and wasn't able to find a solution so any help would be appreciated.ā” How do I use make a button that shows data when pressed?Hi! Im trying to make phone book and I want the user to be able to press a button that shows the ent.NET Generic Host Writing "Application Started" when its done with its workSo I have been playing around with the Generic Host (Microsoft.Hosting.Extensions and HostedServicesā” How to recognize the client that connects to me in the API?I have a WebApi service that 2 other APIs are connecting to. How in the first one can I recognize wh