Tagged Questions
The system.web.abstractions tag has no wiki summary.
2
votes
2answers
795 views
Could not load file or assembly 'System.Web.Abstractions, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I am getting the below error any idea??
I get this error message only when the controller call ValidateForm() method.
Could not load file or assembly 'System.Web.Abstractions, Version=0.0.0.0, ...
2
votes
1answer
147 views
ASP.NET System.Web.Abstractions why were they created as an abstract Base class?
As above really, I'm wondering why Microsoft released the abstractions as abstract classes instead of interfaces?
I would be interested in any insights because I need to do something similar for ...
2
votes
2answers
273 views
How to use System.Web.Abstractions in a Web Forms application?
I'm working on a web forms application which intends to be ported over to MVC for its vNext +1 release. But at the moment it's a .NET 3.5 SP1 web forms application.
I'm wanting to have our own ...