Could not load file or assembly 'System.Web.Providers"?

Apparently you haven't deployed the System.Web. Providers assembly in your bin folder. Make sure it is marked with Copy Local=true?

Use the NuGet command Install-Package Microsoft.AspNet.Providers.Core. That will install your dll automatically. For more information about Nuget Package read this and this one for a tutorial.

Enable Fusion logging to assist in seeing which Assemblies are being loaded. You can find many articles and blogs on doing this.

I ran into the same issue as you. My PC shut down unexpectedly and after rebooting I ran into this error when running my application. I was using using Autofac in a ASP.NET MVC3 application.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions