Click here to Skip to main content
15,917,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi,
I have database configured with aspnet membership and all of its functions "Create User, Login, Forget Password, Change password and etc.." were working well; Then I moved to Windows server 2008 R8 but Create User wizard give me "Invalid column name 'UserID'." when trying to create new user.

Please advise.
Thanks
Posted

Quite a few things could be happening, I'm afraid, you need to work this out through elimation. Is the create functionality:
1. Accessing the expected database
2. Accessing the correct table
3. Acessing the correct table with a column "userId".
90% certain it will be one of the above.
 
Share this answer
 
First Thank you Keith

It seems to be a comparability issue between 4.0.30319.225 V and the later Version as I searched on websites.
 
Share this answer
 
Comments
Keith Barrow 25-Jul-11 5:27am    
Glad you got it sorted and gratified the answer was in the remaining 10%!

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