visual studio - asp.net reference required to assembly system.webapplication.services -
In Visual Studio 2013, I got an error like reference assembly system. Web. Application services, version = 4.0.0, culture = neutral, public token = xxxxxxxxxxxxxxxx '' type 'System.Web.Security.MembershipUser'. Add one to your project.
The same code VS 2010 (I think VS is using ASP 2.0 2.0?)
I know some reference is missing?
Thanks for any advice!
You should refer to .com 4.0 for System.Web.ApplicationServices.dll
. Required
This is in the docs!
Comments
Post a Comment