Hi,
I have a C# dll which refers to an Interop dll inside it.
When I'm trying to install my assembly in sql clr, I am getting an error "interop dll was not found in sql catalog". sql error -6503.
I tried installing the Interop dll first successfully, then tried installing my C# dll. But no luck. Any pointers?
Thanks,
Srinivas