I continue to get an error message when I try to run the app.
The message say cannot copy obj\Debug\netcoreapp2.0\server.dll to bin\Debug\netcoreapp2.0\server.dll. See the exact error message at the end of this post.
I mentioned this in an earlier post and had decided it my workflow. However, I have become more convinced this is not the case.
I like to make changes and then check the page to make sure it is rendering the desired result. I do that many times a day. I find when I Run the app the Stop button is not an option I am presented with. Closing RadZen does release the file so it can be used. So no Stop and Closing/Restarting RadZen does help. The only solution I have found is to Restart the pc, which is not something I believe should happen.
I think the IDE should be a bit more refined in closing and opening the needed .dlls. \
Just my opinion.
Thanks
John W
===========================
dotnet: C:\Program Files\dotnet\sdk\2.1.4\Microsoft.Common.CurrentVersion.targets(4106,5): error MSB3027: Could not copy “obj\Debug\netcoreapp2.0\server.dll” to “bin\Debug\netcoreapp2.0\server.dll”. Exceeded retry count of 10. Failed. [D:\jkwrp\Documents\Solomon\server\project.vbproj]
C:\Program Files\dotnet\sdk\2.1.4\Microsoft.Common.CurrentVersion.targets(4106,5): error MSB3021: Unable to copy file “obj\Debug\netcoreapp2.0\server.dll” to “bin\Debug\netcoreapp2.0\server.dll”. The process cannot access the file ‘D:\jkwrp\Documents\Solomon\server\bin\Debug\netcoreapp2.0\server.dll’ because it is being used by another process. [D:\jkwrp\Documents\Solomon\server\project.vbproj]
dotnet:
dotnet: The build failed. Please fix the build errors and run again.