Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to C# programming. I have a Ldap login code written with VS2013. I have to reuse this code in a new project written VS2010. But i am trying to rebuild the Ldap login code with VS2010 its throwing error:

'Microsoft.AspNet.Identity.UserManagerExtensions.CreateIdentity()' is not supported by the language

I tried to find an equivalent code for VS2010, but I couldn't. Please suggest for it
Posted
Updated 6-Aug-14 23:45pm
v2
Comments
VishwaKL 11-Aug-14 5:42am    
If the code is developed using higher version of visual studio ex VS 2013 and you are trying to use that dll in you VS 2010 it will not support, microsoft support upward compatibility not downward. so develop same logic in 2010 that will work

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