User102520033 posted
I pick out the zip files from the starter kit,and open it with visual studio 2005, then create the database TimeTracker in sql server 2005 CTP manually. I also change the web.config file ,but when i login ,an error occurs
like this:
System.Data.SqlClient.SqlException: can't find the procedure 'dbo.aspnet_CheckSchemaVersion'。
source errors:
line 11: if (Roles.Enabled)
line 12: {
line 13: if (!Roles.RoleExists("ProjectAdministrator"))
line 14: {
line 15: Roles.CreateRole("ProjectAdministrator");
|
why?
thanks.