Hi,
I've upgraded from 0.8 to 1.2, and most was ok. The Install/Install.aspx page did a good job with no errors.
However, the last successful script is: 1.1.213.0.SqlDataProvider.sql
There is no 1.2 script.
And there are 2 things missing in my database that I had to fix manually:
1) I had to go to /Administration/Projects/ProjectList.aspx
and click on "Generate Custom Field Views"
because I was getting an exception:
Invalid object name 'BugNet_P2_CFV'
(see discussion http://bugnet.codeplex.com/discussions/392922)
These views should be added by the Install script I think.
2) I had to update the sproc
BugNet_IssueNotification_GetIssueNotificationsByIssueId
using the script in BugNet.Schema.SqlDataProvider.sql
(replace CREATE by ALTER)
because I was getting an exception:
IndexOutOfRangeException: NotificationCulture
(see discussion http://bugnet.codeplex.com/discussions/404323)
This sproc should also be updated by the Install script I think.
I don't know if these are missing from the 1.2 script, or if they are missing from a previous script.
Comments: Are you using the source package?
I've upgraded from 0.8 to 1.2, and most was ok. The Install/Install.aspx page did a good job with no errors.
However, the last successful script is: 1.1.213.0.SqlDataProvider.sql
There is no 1.2 script.
And there are 2 things missing in my database that I had to fix manually:
1) I had to go to /Administration/Projects/ProjectList.aspx
and click on "Generate Custom Field Views"
because I was getting an exception:
Invalid object name 'BugNet_P2_CFV'
(see discussion http://bugnet.codeplex.com/discussions/392922)
These views should be added by the Install script I think.
2) I had to update the sproc
BugNet_IssueNotification_GetIssueNotificationsByIssueId
using the script in BugNet.Schema.SqlDataProvider.sql
(replace CREATE by ALTER)
because I was getting an exception:
IndexOutOfRangeException: NotificationCulture
(see discussion http://bugnet.codeplex.com/discussions/404323)
This sproc should also be updated by the Install script I think.
I don't know if these are missing from the 1.2 script, or if they are missing from a previous script.
Comments: Are you using the source package?