|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Sunday, September 09, 2012 11:56 PM
Points: 99,
Visits: 97
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, June 06, 2013 2:10 AM
Points: 324,
Visits: 532
|
|
Have you tried setting your database to trustworthy and registering the interop dll with permission_set = unsafe?
Ben
^ Thats me!
---------------------------------------- 01010111011010000110000101110100 01100001 0110001101101111011011010111000001101100011001010111010001100101 01110100011010010110110101100101 011101110110000101110011011101000110010101110010 ----------------------------------------
|
|
|
|