0
I have a C# MVC project, that running in Visual Studio 2013, works, but when I go up to the server gives this error:
Could not load file or Assembly 'System.Web.Http.Webhost, Version=4.0.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Error after solution displayed
Server Error in '/' Application.
Compilation Error
Description: An error occurred During the Compilation of a Resource required to service this request. Please review the following specific error Details and Modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you Missing an Assembly Reference?)
Line 32: <pages>
Line 33: <namespaces>
Line 34: <add namespace="System.Web.Helpers" />
Line 35: <add namespace="System.Web.Mvc" />
Line 36: <add namespace="System.Web.Mvc.Ajax" />
Which hosting provider? Locaweb, kinghost?
– Jéf Bueno
smarterasp.net, I have other applications hosted there without any problem. I was having trouble opening the project in two different machines, because I asked for MVC 4.0.0.1 in one and the other had only 4.0.0.0
– Tiedt Tech
Complete error http://app.sesmt.com.br/
– Tiedt Tech