Reference error

0

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.

    
asked by anonymous 20.10.2015 / 14:00

1 answer

0

In the dll reference of the Asp.Net Web API I was pointing to the .Net Framework folder in C :, I installed the Web API in the project by NuGet and resolved.

    
28.12.2015 / 12:52