Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello ,

i have a problem ,
in my application asp.net ,I'm using membership authentification ,
when i'm connecting as a user , i was trying to click on user name to have manage page ,
but i has an error in page Manage.aspx.cs
in this line : var hasLocalPassword = OpenAuth.HasLocalPassword(User.Identity.Name);

Impossible de charger le fichier ou l'assembly 'EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ou une de ses dépendances. Le fichier spécifié est introuvable.


Can you help me please ,

Thanks
Posted

1 solution

I think that there is a problem in this DLL : Microsoft.AspNet.Membership.OpenAuth.dll
but i dont know what i can do
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900