Create GAC Assembly

  • Dear All

    How to create an assembly from GAC, does it necessary to define path of assembly?

    My second question is, how to deal with referenced assembly?

    Thanks

  • Putting your assembly in the GAC does not make them available to SQLCLR, they have to be added to the SQL server database before they can be referenced. Using CREATE ASSEMBLY to do it..

    CEWII

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

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