Sunday, November 25, 2012

ALTER ASSEMBLY failed because the source assembly is, according to MVID, identical to an assembly that is already registered under the name "someCLR".


We get this error when we try to alter the assembly to load the exact same compile as you already have in the database  (the source code
to the assembly unchanged). If you recompile the assembly, you will not get this error.

1 comment: