Could not load file or assembly 'System.Web.Helpers, Version=1.0.0.0....

Discussion in 'ASP.NET / ASP.NET Core' started by Seallex, Sep 24, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm using Visual Studio 2012 and after published to my site (on discountasp.net) I find out that there was following error: "Could not load file or assembly 'System.Web.Helpers, Version=1.0.0.0,...."
    I checked out all necessary binary files(assemblies, include also "System.Web.Helpers.dll") are exist in appropriate "bin" directory of application.

    Any ideas?
    Thanks.
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Looks like a very old version of the .dll. You might want to try re-adding the reference in Visual Studio, recompiling your application locally, and then uploading the changes.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page