I am using Windsor Castle IoC in my Web API-based project.
The project is getting built successfully.But while calling the API, I am getting the below error:
Could not load file or assembly 'System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I didn't get any useful links yet & not sure what code snippet should I attach here. Please forgive me for this.
In case any thing needed please let me know, I will provide.
What is the cause of the error and how do I fix it?