Anyone here tried new create activity with microsoft visual studio, after following all the steps exactly from uipath document I am getting error. Its shows error in visual studio when i run?

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 8 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 9 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 10 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): error MSB3027: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Exceeded retry count of 10. Failed. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): error MSB3021: Unable to copy file “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process.
1>Done building project “MyCompany.MyProduct1.csproj” – FAILED.
*========= Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

hey guys all i did was closed VS and reopend. Also, changed debug to release on tool bar , then again did same after running few times. And, finally it worked like magic. was able to upload my first file with use of #Activity creator, it is awesome.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.