3

I have ASP.NET web api project created on .NET v 4.5 I later i was decided to change framework to 4.0 After changing i got an error. VS can not regognize types and namespaces althougt all required librariesare referenced. It does not happen to newly creted test API project.

1 Answer 1

3

Try to check that the dlls you are referencing are for version 4.0 and not 4.5, could be you are still referencing 4.5 libraries which won't work with .net 4.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks. i created the project from scratch and simply copied all necessary files

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.