Hello, I copied a solution from one folder to another and started giving some reference errors, it's an Asp.Net application that has a Web API project.
In the original folder the application is running normal, in the folder of the copy when I open the solution and try to give a rebuild of the error, the route annotations that exist in the Web controller API methods become red as if they were not finding the reference .
Does anyone know how to solve it?
Thank you.