I have recently upgraded my BlogEngine.Net installation to 1.6 and .Net 4.0, however, I did not build BlogEngine.Core when I performed the upgrade. However, when I try to bu
I just dealt with this same issue when creating a custom membership provider for my web application. You need to remove the reference to System.Web and add the following references.
- System.Web.ApplicationServices
- System.Configuration