SQL CLR Assembly Error 80131051 when late binding to a registered C# COM .dll
- by Shanubus
I must have hit an unusual one, because I can't find any reference to this specific failing anywhere...
Scenario: I have a legacy SQL function used to transform(encrypt) data. This function is called from within many stored procedures used by multiple applications. I say this, because the obvious answer of 'just call it from your code' is not…