I went for the 1.5.265 version.
After copying the 1.5.265 distribution to the folder of the website and then copying the connection string from the old web.config to the new web.config, I got the following error (YSOD):
Column 'ReceiveEmailNotifications' required for property 'ReceiveEmailNotifications' was not found in table 'BugNet_UserProfiles'.
And, as the error says the column ReceiveEmailNotifications is missing from the BugNet_UserProfiles table. This seems to be a change from 1.0 to 1.1:
https://bugnet.codeplex.com/releases/view/92640
where a user profile property was changed from NotificationTypes to ReceiveEmailNotifications.
So how do I proceed now?
After copying the 1.5.265 distribution to the folder of the website and then copying the connection string from the old web.config to the new web.config, I got the following error (YSOD):
Column 'ReceiveEmailNotifications' required for property 'ReceiveEmailNotifications' was not found in table 'BugNet_UserProfiles'.
And, as the error says the column ReceiveEmailNotifications is missing from the BugNet_UserProfiles table. This seems to be a change from 1.0 to 1.1:
https://bugnet.codeplex.com/releases/view/92640
where a user profile property was changed from NotificationTypes to ReceiveEmailNotifications.
So how do I proceed now?