nikkishri / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

Type name MembershipUser not found #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Type name MembershipUser is not found. 

Could this be related to the missing project reference:
"OmarALZabir.AspectF", 
"..\..\..\..\RND\AspectF\AspectF_Src\AspectF\OmarALZabir.AspectF.csproj"

Original issue reported on code.google.com by raelsi...@gmail.com on 10 Aug 2010 at 9:27

GoogleCodeExporter commented 9 years ago
MembershipUser is part of ASP.NET. It can't be missing. Must be some other 
error out there which is causing this error. 

Original comment by omaralzabir@gmail.com on 10 Aug 2010 at 9:47

GoogleCodeExporter commented 9 years ago
This is possibly due to an invalid reference. See link below.

MembershipUser and Other Types in the System.Web.Security Namespace Have Been 
Moved

http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/whitepapers/aspnet4/break
ing-changes#0.1__Toc256770156

Original comment by raelsi...@gmail.com on 11 Aug 2010 at 8:46

GoogleCodeExporter commented 9 years ago
I see. you have upgraded to ASP.NET 4. 

Dropthings support ASP.NET 3.5 so far.

Original comment by omaralzabir@gmail.com on 11 Aug 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Thanks for the clarification Omar. I'm new to .NET. 

Original comment by raelsi...@gmail.com on 11 Aug 2010 at 9:06

GoogleCodeExporter commented 9 years ago
raelsinai, you could probably just add a reference to the 
System.Web.ApplicationServices assembly if that is your only error. That should 
take care of the reference to MembershipUser

Original comment by poweredb...@gmail.com on 27 Sep 2010 at 2:29