|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Sunday, December 30, 2012 1:45 AM
Points: 25,
Visits: 126
|
|
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
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 10:09 AM
Points: 5,863,
Visits: 4,886
|
|
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
|
|
|
|