I am attempting to upgrade to 5.4 from 5.3.2 and I get the following error when I run the SQL patch:
'FK_bvc_KitPart_bvc_KitPartGroup' is not a constraint.
Could not drop constraint. See previous errors.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 'FK_bvc_KitPart_bvc_KitPartGroup' is not a constraint.
Could not drop constraint. See previous errors.
Source Error:
Line 7: Protected Sub StartButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles StartButton.Click
Line 8: If Utilities.VersionHelper.SqlPatchNeeded() Then
Line 9: Utilities.VersionHelper.RunSqlPatch()
Line 10:
Line 11: 'Load all items
Source File: D:\Domains\fitandsharp.com\wwwroot\SqlPatch.aspx.vb Line: 9
I haven't seen this particular error on the forum, and was wondering if anyone might know how I could get this fixed.
I've also attached a full screenshot of the error that I get. Thanks for your help :smile:
tag_webdev attached the following image(s):
screenshot_bvc5.4_upgrade_error.gif
(171kb) downloaded 61 time(s).You cannot view/download attachments. Try to login or register.