Hi!
From the dll I've installed in SQL Server I load a dll via reflection.assembly.load from the GAC . I know the dll can load the dll when I test it outside SQL Server but when I run it via a store procedure from within the SQL Server I keep getting a System.IO.FileNotFoundException.
How does this work Isn't all dll in the GAC loaded by SQL Server Is this impossible to achieve
Thanks in advance
Richard Hallgren