I get the same error. It seems the first script that fires is trying to modify tables which dont exist.
0.8.140 is the culprit to start with.... Here is my SQL log from running in SQL Admin studio against a SQL 2005 database. It seems that "BugNet.Schema.SqlDataProvider.sql" is not being run soon enough.
File Name:
0.8.140.0.SqlDataProvider.sql
Errors:
Msg 208, Level 16, State 1, Line 4
Invalid object name 'dbo.BugNet_Permissions'.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_Projects" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_UserProjects" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_Roles" because it does not exist or you do not have permissions.
Msg 208, Level 16, State 1, Line 3
Invalid object name 'BugNet_UserRoles'.
Msg 208, Level 16, State 1, Line 3
Invalid object name 'BugNet_RolePermissions'.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ApplicationLog" because it does not exist or you do not have permissions.
Msg 208, Level 16, State 1, Line 3
Invalid object name 'BugNet_HostSettings'.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectCustomFields" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectCustomFieldSelections" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectCategories" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 4
Cannot find the object "BugNet_ProjectMilestones" because it does not exist or you do not have permissions.
Msg 208, Level 16, State 1, Line 19
Invalid object name 'BugNet_ProjectMilestones'.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectResolutions" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectIssueTypes" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectStatus" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectPriorities" because it does not exist or you do not have permissions.
Msg 208, Level 16, State 1, Line 28
Invalid object name 'BugNet_ProjectStatus'.
Msg 1088, Level 16, State 11, Line 1
Cannot find the object "BugNet_Issues" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectCustomFieldValues" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_IssueNotifications" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_IssueHistory" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_IssueComments" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_IssueAttachments" because it does not exist or you do not have permissions.
Msg 208, Level 16, State 1, Line 4
Invalid object name 'BugNet_RelatedIssues'.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_IssueWorkReports" because it does not exist or you do not have permissions.
Msg 1088, Level 16, State 11, Line 3
Cannot find the object "BugNet_ProjectMailBoxes" because it does not exist or you do not have permissions.
Msg 4701, Level 16, State 1, Line 3
Cannot find the object "BugNet_UserProfiles" because it does not exist or you do not have permissions.
Msg 3902, Level 16, State 1, Line 2
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.