[ad_1]
C#windformsapp
Error saying the process cannot access the file "bin\debug\net6.0_windows\winformsapp1.exe" because it is being used by another process"
我尝试过的:
I entered the task manager and completed all the operations of the program
解决方案1
可能它正在某个地方运行。
您拥有的唯一应该尝试打开 EXE 文件的应用程序是编译器或更新程序 – 当您的 exe 运行时,它会被系统锁定以确保它不会更改。 或者您的代码正在打开文件并且不会在某处再次关闭它。
查看您何时收到错误、您在做什么、正在运行什么; 文件被锁定的原因应该是相当明显的。
如果无法访问您的系统和代码,我们就无法为您提供任何帮助,而我们两者都没有!
解决方案2
首先,启动Windows任务管理器检查您的进程是否 winformsapp1.exe 正在后台运行。 如果是,您可以结束此过程并重建您的应用程序。
其次,这个技巧可能会有所帮助:
Visual Studio:该进程无法访问文件 .dll,因为它正在被另一个进程使用 – Zeeshan 的集成位[^]
[ad_2]
コメント