In SqlDataProviderListHelper.cs, line 129, there is an attempt to assign NotificationCulture to the returnData data reader. However, the stored procedure dbo.BugNet_IssueNotification_GetIssueNotificationsByIssueId does not return this value. Therefore, an error appears.
I see this when I have notifications turned on and click an issue detail. If you need more details, please let me know.
Thanks,
-- Jon
Comments: Ooops. I just scanned the source and saw a revision to the dbo.BugNet_IssueNotification_GetIssueNotificationsByIssueId sproc. Obviously, my database is out-of-sync with my source. I wonder how that happened? When I run the new code it tells me that it updated the database from 1.2.213 to 1.2.231...
I see this when I have notifications turned on and click an issue detail. If you need more details, please let me know.
Thanks,
-- Jon
Comments: Ooops. I just scanned the source and saw a revision to the dbo.BugNet_IssueNotification_GetIssueNotificationsByIssueId sproc. Obviously, my database is out-of-sync with my source. I wonder how that happened? When I run the new code it tells me that it updated the database from 1.2.213 to 1.2.231...