Has anyone successfully used MathNet.Numerics as a CLR assembly in SQL Server?
Using SQL Server 2012 on Windows 8, I've managed to do a CREATE ASSEMBLY pointing at the DLL but when I try to do
CREATE TYPE Normal EXTERNAL NAME MathNetNumerics.[MathNet.Numerics.Distributions.Normal]
I get an error message:
"does not conform to the UDT specification: missing custom attribute Microsoft.SqlServer.Server.SqlUserDefinedTYpeAttribute".