I’ve tried installing Umbraco (v6.1.5) on a development server (IIS 7.5) with website configured as ASP.NET 4 application, IE 9, but I keep getting the following error:
default.aspx: ASP.NET runtime error: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (web.config line 135)
default.aspx: ASP.NET runtime error
Hi,
I’ve tried installing Umbraco (v6.1.5) on a development server (IIS 7.5) with website configured as ASP.NET 4 application, IE 9, but I keep getting the following error:
default.aspx: ASP.NET runtime error: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (web.config line 135)
I went to the specified line and found this:
<add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
One interesting thing to note is that the version parameters differ from one another.
Also, I went to the bin directory and found a file with the same name 'System.Web.Helpers' but it’s an XML not DLL.
I am not an advanced developer by the way but I can follow along with decent guidance. J
Many thanks in advance,
OK apparently the host has blocked copying DLLs!
Thank you
is working on a reply...