Need to install C# dll which refers an Interop dll

  • 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

  • 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
    ----------------------------------------

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply