I know it\'s not supported, and I know it\'s not even a terribly good idea. But, I want to have a WCF client inside a SQL Table Valued Function.
I\'ve (seemingly) re
I've the same problem with System.Runtime.Serialization assembly. over a x64 windows
The solution was, find the System.Runtime.Serialization in c:\windows\assembly directory, copy it to other directory and run the CREATE ASSEMBLY sql command.
Best,