SqlClrProject version 2.6 Released
I have just released a new version - 2.6 - of the deployment tool for SQLCLR assemblies. It is a minor release, but it implements some changes that are fundamental for coming versions and also fixes a couple of minor bugs.
The download page for it is here, and if you want general information about what the SqlClr project is, you should go here.
May 23, 2008 at 10:33 pm
Hi,
I encountered a bug or issue, perhaps pilot error, not sure. I’m trying to use Attributes for my CLR stored procs, so that I can have a string variable longer than 50 chars. The build succeeds, unit tests work. When I try to deploy, the deploy fails, saying it cannot find the deploy attributes assembly. The assembly is there, and the deploy checkbox is checked. Any ideas on what’s wrong?
The specific error message was: Assembly ‘deployattributes, version=2.6.0.0, culture=neutral, publickeytoken=837e5cc1726a2c56.’ was not found in the SQL catalog.
Thanks very much,
-Dave