CLR SQL Assembly: Get the Bytestream?!

Posted by OMG Ponies on Stack Overflow See other posts from Stack Overflow or by OMG Ponies
Published on 2010-05-21T20:27:30Z Indexed on 2010/05/21 20:30 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

I have a SQL CLR dll I want to deploy, but have found you can embed the byte stream/varbinary_literal/ varbinary_expression/assembly bits into a text file to get around the messy hassle of packaging a DLL and making sure it's accessible for the CREATE ASSEMBLY command.

But what I have yet to find is how to get that byte stream/varbinary_literal/ varbinary_expression/assembly bits value. I haven't found any consistent terminology, and what I keep finding in using Load().

Help?

© Stack Overflow or respective owner

Related posts about clr

Related posts about .NET