an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Error using VS 2010 Ultimate "The type or ...
Last Post 8/21/2012 8:10:11 AM By lukezy. 2 replies.
8/19/2012 8:42:49 AM
jnovomi
Posts: 2
Joined: 8/6/2012
Error using VS 2010 Ultimate "The type or namespace name 'MembershipUser' could not be found (are you missing a using directive or an assembly reference?)"
Hi, I'm using VS 2010 Ultimate, When I compile my copy of DotShoppingCart, the only unique error that apears is  this: "The type or namespace name 'MembershipUser' could not be found (are you missing a using directive or an assembly reference?)".  this error appears twice in myaccount..aspx and useredit.aspx 
This appears in 4.0 framework.
Can any help me to solve this error
TIA
Julio
8/19/2012 10:33:14 AM
jnovomi
Posts: 2
Joined: 8/6/2012
Re: Error using VS 2010 Ultimate "The type or namespace name 'MembershipUser' could not be found (are you missing a using directive or an assembly reference?)"
Solved
In project added one Reference to System.Web.ApplicationServices (in .Net tab)
The problem solved
8/21/2012 8:10:11 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Error using VS 2010 Ultimate "The type or namespace name 'MembershipUser' could not be found (are you missing a using directive or an assembly reference?)"
Glad that you figured it out.
DotShoppingCart Staff