Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
Line 23:         protected void ActivatedStep(object sender, EventArgs e)
Line 24:         {
Line 25:           string[] roles = Roles.GetAllRoles(); 
Line 26:           UsersRoleList.DataSource = roles; 
Line 27:           UsersRoleList.DataBind(); 



THIS ERROR OCCURS AS I DO REQUEST TO watch ADDUSER PAGE
Posted
Updated 9-Jul-13 20:36pm
v2
Comments
Sushil Mate 10-Jul-13 2:54am    
can you provide your DB Connectionstring?

1 solution

Try to delete the C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS directory and restart the system.

Regards.. :laugh:
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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