I'm using Microsoft SQL Server Management Studio, after I have modified column type from varchar to int I tried to update the table but it throw the following error
Saving changes is not permitted. The change you have made requires the following table to be dropped and re-created. You have either made changes to a table that can't be recreated or enabled the option prevent saving changes that require the table to be re-created. (list of 3 tables have a relation with this table as fk)
I tried to fix it by Tools >> Options >> Designers and uncheck “Prevent Saving changes that require table re-creation” from this question
then the update not throw any error but It throw the following error when open table design
Catastrophic failure (Exception from(E_UNEXPECTED)) (SQLEditors)) after modifying column type
I tried this but also the same error
RegSvr32 msxml3.dll
RegSvr32 msxml6.dll